* bfd.c: Add struct hppa_core_data to tdata union.

This commit is contained in:
Stu Grossman 1992-12-22 05:28:27 +00:00
parent 808566e89a
commit d70d5a2601
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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;
.