* coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
authorIan Lance Taylor <ian@airs.com>
Thu, 9 Nov 1995 18:26:10 +0000 (18:26 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 9 Nov 1995 18:26:10 +0000 (18:26 +0000)
if RS6000COFF_C.

bfd/ChangeLog
bfd/coffcode.h

index ced5285..f3ad724 100644 (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.
index 6c3eab4..25c0b73 100644 (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