diff options
author | Stu Grossman <grossman@cygnus> | 1992-12-22 05:28:27 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-12-22 05:28:27 +0000 |
commit | d70d5a26013b38386c020dafb45db19ebbfe2cf3 (patch) | |
tree | 62202332286ee343b26c45b77f555c69af3c1fbc /bfd | |
parent | 808566e89a9fa306dc0a4c73061eb4e89f3ff6b0 (diff) | |
download | gdb-d70d5a26013b38386c020dafb45db19ebbfe2cf3.zip gdb-d70d5a26013b38386c020dafb45db19ebbfe2cf3.tar.gz gdb-d70d5a26013b38386c020dafb45db19ebbfe2cf3.tar.bz2 |
* bfd.c: Add struct hppa_core_data to tdata union.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 1 | ||||
-rw-r--r-- | bfd/bfd.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 30ec21c..c62496f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,6 @@ Mon Dec 21 17:24:13 1992 Stu Grossman (grossman at cygnus.com) + * bfd.c: Add struct hppa_core_data to tdata union. * hppa.c: Conditionalize on HOST_HPPAHPUX instead of hp9000s800. Get rid of HPPA/BSD specific code. That will go somewhere else someday. @@ -155,6 +155,7 @@ CODE_FRAGMENT . struct sun_core_struct *sun_core_data; . struct trad_core_struct *trad_core_data; . struct hppa_data_struct *hppa_data; +. struct hppa_core_struct *hppa_core_data; . PTR any; . } tdata; . |