projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808566e
)
* bfd.c: Add struct hppa_core_data to tdata union.
author
Stu Grossman
<grossman@cygnus>
Tue, 22 Dec 1992 05:28:27 +0000
(
05:28
+0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 22 Dec 1992 05:28:27 +0000
(
05:28
+0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/bfd.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 30ec21c187d3c1619c6221a5122886beb56e82f9..c62496fd6c9ce379c9772ee53481cc93d51ff962 100644
(file)
--- 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.
diff --git
a/bfd/bfd.c
b/bfd/bfd.c
index 8dbf96e64c3bebbac6bcc621bd08d46e7f8f77e9..0820c3f697f323d81b2edcafcc7fb403ab80debb 100644
(file)
--- a/
bfd/bfd.c
+++ b/
bfd/bfd.c
@@
-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;
.