* trad-core.c, bfd.c, ../include/bfd.h: Various fixes for PMAX
core reading.
This commit is contained in:
parent
584a0f78d9
commit
2b74083cb8
2 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,7 @@ CODE_FRAGMENT
|
|||
. struct elf_core_tdata_struct *elf_core_data;
|
||||
. struct bout_data_struct *bout_data;
|
||||
. struct sun_core_struct *sun_core_data;
|
||||
. struct trad_core_struct *trad_core_data;
|
||||
. PTR any;
|
||||
. } tdata;
|
||||
.
|
||||
|
|
|
@ -1101,6 +1101,7 @@ struct _bfd
|
|||
struct elf_core_tdata_struct *elf_core_data;
|
||||
struct bout_data_struct *bout_data;
|
||||
struct sun_core_struct *sun_core_data;
|
||||
struct trad_core_struct *trad_core_data;
|
||||
PTR any;
|
||||
} tdata;
|
||||
|
||||
|
|
Loading…
Reference in a new issue