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:
97121c4
)
* coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
author
Ian Lance Taylor
<ian@airs.com>
Thu, 9 Nov 1995 18:26:10 +0000
(18:26 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 9 Nov 1995 18:26:10 +0000
(18:26 +0000)
if RS6000COFF_C.
bfd/ChangeLog
patch
|
blob
|
history
bfd/coffcode.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index ced528513853bc122956b01c7b1d7a5a5226d693..f3ad724d2645515fcd5b82d3f6fc6866c1b1c8ec 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,5
+1,8
@@
Thu Nov 9 13:01:31 1995 Ian Lance Taylor <ian@cygnus.com>
+ * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
+ if RS6000COFF_C.
+
* xcofflink.c (XCOFF_DESCRIPTOR): Define.
(struct xcoff_link_hash_table): Add descriptor_section and
special_sections fields.
diff --git
a/bfd/coffcode.h
b/bfd/coffcode.h
index 6c3eab4a6b0470d0ec550b64657ce7443098867a..25c0b7375ca94cc8872135640aaec6d557e0dd14 100644
(file)
--- a/
bfd/coffcode.h
+++ b/
bfd/coffcode.h
@@
-2391,6
+2391,8
@@
coff_write_object_contents (abfd)
bfd_vma toc;
asection *loader_sec;
+ internal_a.vstamp = 1;
+
if (xcoff_data (abfd)->entry_section != NULL)
internal_a.o_snentry = xcoff_data (abfd)->entry_section->target_index;
else