* coffcode.h (coff_write_object_contents): Set a.out vstamp to 1

if RS6000COFF_C.
This commit is contained in:
Ian Lance Taylor 1995-11-09 18:26:10 +00:00
parent 97121c41e9
commit 7906bf87b9
2 changed files with 5 additions and 0 deletions

View file

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

View file

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