* coffcode.h (coff_write_object_contents): Clear the vstamp field
in the a.out header.
This commit is contained in:
parent
602677ad44
commit
e18c4e8f8f
2 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
Wed Sep 20 12:03:26 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* coffcode.h (coff_write_object_contents): Clear the vstamp field
|
||||
in the a.out header.
|
||||
|
||||
* aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
|
||||
a reloc against a local symbol, even if it's not a section.
|
||||
|
||||
|
|
|
@ -1987,6 +1987,10 @@ coff_write_object_contents (abfd)
|
|||
#undef __A_MAGIC_SET__
|
||||
#endif
|
||||
}
|
||||
|
||||
/* FIXME: Does anybody ever set this to another value? */
|
||||
internal_a.vstamp = 0;
|
||||
|
||||
/* Now should write relocs, strings, syms */
|
||||
obj_sym_filepos (abfd) = sym_base;
|
||||
|
||||
|
|
Loading…
Reference in a new issue