From 3d3c503955d3161a4fa38700d8de05c04b263215 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 15 Mar 1993 23:58:22 +0000 Subject: * 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index ae50544..bfc4e54 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,17 @@ Mon Mar 15 12:17:28 1993 Ian Lance Taylor (ian@cygnus.com) + * 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. + * config/obj-coffbfd.c (obj_coff_endef): Correct test for .bf symbol. -- cgit v1.1