]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* write.c (write_contents): Compute the relocs before writing out
authorIan Lance Taylor <ian@airs.com>
Mon, 15 Mar 1993 23:58:22 +0000 (23:58 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 15 Mar 1993 23:58:22 +0000 (23:58 +0000)
commit3d3c503955d3161a4fa38700d8de05c04b263215
tree7fb549a3726f8262bb9b8f0477570b20a555a264
parent6deb169cc8c4a0feb04461642f09f6ae04a173ee
* write.c (write_contents): Compute the relocs before writing out
the section contents.
* config/obj-ecoff.h, config/obj-ecoff.c: Numerous changes to get
symbol table and values right.
* config/tc-mips.h (LOCAL_LABEL): If OBJ_ECOFF, any label starting
with $L is local.
* config/tc-mips.c (tc_gen_reloc): If OBJ_ECOFF, adjust the addend
by the section vma.

* config/z8k.mt (TARG_CPU_DEPENDENTS): The relevant file is
z8k-opc.h, not z8k.h.
gas/ChangeLog
gas/config/obj-ecoff.c [new file with mode: 0644]
gas/config/tc-mips.c [new file with mode: 0644]
gas/config/z8k.mt
gas/write.c