mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 19:23:33 +08:00
* coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
if RS6000COFF_C.
This commit is contained in:
parent
97121c41e9
commit
7906bf87b9
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user