mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
Fixed the shapes of external things some more.
This commit is contained in:
@@ -15,6 +15,19 @@ typedef struct {
|
||||
uint32_type xref_lst_offset;
|
||||
} oasys_archive_header_type;
|
||||
|
||||
typedef struct {
|
||||
char version[4];
|
||||
char create_date[12];
|
||||
char revision_date[12];
|
||||
char mod_count[4];
|
||||
char mod_tbl_offset[4];
|
||||
char sym_tbl_size[4];
|
||||
char sym_count[4];
|
||||
char sym_tbl_offset[4];
|
||||
char xref_count[4];
|
||||
char xref_lst_offset[4];
|
||||
} oasys_external_archive_header_type;
|
||||
|
||||
typedef struct {
|
||||
int32_type mod_number;
|
||||
char mod_date[12];
|
||||
@@ -27,6 +40,18 @@ typedef struct {
|
||||
} oasys_module_table_type;
|
||||
|
||||
|
||||
typedef struct {
|
||||
char mod_number[4];
|
||||
char mod_date[12];
|
||||
char mod_size[4];
|
||||
char dep_count[4];
|
||||
char depee_count[4];
|
||||
char sect_count[4];
|
||||
char file_offset[4];
|
||||
char mod_name_length[4];
|
||||
} oasys_external_module_table_type;
|
||||
|
||||
|
||||
typedef enum {
|
||||
oasys_record_is_end_enum = 0,
|
||||
oasys_record_is_data_enum = 1,
|
||||
|
||||
Reference in New Issue
Block a user