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:
584a0f7
)
* trad-core.c, bfd.c, ../include/bfd.h: Various fixes for PMAX
author
Stu Grossman
<grossman@cygnus>
Tue, 28 Jan 1992 22:53:51 +0000
(22:53 +0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 28 Jan 1992 22:53:51 +0000
(22:53 +0000)
core reading.
bfd/bfd.c
patch
|
blob
|
history
include/bfd.h
patch
|
blob
|
history
diff --git
a/bfd/bfd.c
b/bfd/bfd.c
index 17574a3afefb0ebac01baabea42bd170d6d8f89b..1b880e5220db10d30be8c0bf569d565fac3cfa9a 100644
(file)
--- 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 de782cf0c714986f276e34cd26e82f6006bcc942..db2b39d9f7ee6df31134d47f9ef95afade73ffbb 100644
(file)
--- 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;