* 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

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