Browse Source

* bfd.h: Update to get hppa_core_struct from bfd.c.

gdb-4_18-branch
Stu Grossman 34 years ago
parent
commit
808566e89a
  1. 4
      include/ChangeLog
  2. 1
      include/bfd.h

4
include/ChangeLog

@ -1,3 +1,7 @@
Mon Dec 21 21:25:50 1992 Stu Grossman (grossman at cygnus.com)
* bfd.h: Update to get hppa_core_struct from bfd.c.
Thu Dec 17 00:42:35 1992 John Gilmore (gnu@cygnus.com) Thu Dec 17 00:42:35 1992 John Gilmore (gnu@cygnus.com)
* bfd.h: Update to get tekhex tdata name change from bfd. * bfd.h: Update to get tekhex tdata name change from bfd.

1
include/bfd.h

@ -1228,6 +1228,7 @@ struct _bfd
struct sun_core_struct *sun_core_data; struct sun_core_struct *sun_core_data;
struct trad_core_struct *trad_core_data; struct trad_core_struct *trad_core_data;
struct hppa_data_struct *hppa_data; struct hppa_data_struct *hppa_data;
struct hppa_core_struct *hppa_core_data;
PTR any; PTR any;
} tdata; } tdata;

Loading…
Cancel
Save