From: Ian Lance Taylor Date: Thu, 9 Nov 1995 18:26:10 +0000 (+0000) Subject: * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1 X-Git-Tag: gdb-4_18~10174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7906bf87b9bed567a2e683aaa65c1bace627a04b;p=platform%2Fupstream%2Fbinutils.git * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1 if RS6000COFF_C. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ced5285..f3ad724 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Nov 9 13:01:31 1995 Ian Lance Taylor + * 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 6c3eab4..25c0b73 100644 --- 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