From: Stu Grossman Date: Tue, 28 Jan 1992 22:53:51 +0000 (+0000) Subject: * trad-core.c, bfd.c, ../include/bfd.h: Various fixes for PMAX X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2b74083cb880a8608abe3cb79952a0e4782c8bf2;p=deliverable%2Fbinutils-gdb.git * trad-core.c, bfd.c, ../include/bfd.h: Various fixes for PMAX core reading. --- diff --git a/bfd/bfd.c b/bfd/bfd.c index 17574a3afe..1b880e5220 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c @@ -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; . diff --git a/include/bfd.h b/include/bfd.h index de782cf0c7..db2b39d9f7 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -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;