diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-03-15 23:58:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-03-15 23:58:22 +0000 |
commit | 3d3c503955d3161a4fa38700d8de05c04b263215 (patch) | |
tree | 7fb549a3726f8262bb9b8f0477570b20a555a264 /gas/ChangeLog | |
parent | 6deb169cc8c4a0feb04461642f09f6ae04a173ee (diff) | |
download | gdb-3d3c503955d3161a4fa38700d8de05c04b263215.zip gdb-3d3c503955d3161a4fa38700d8de05c04b263215.tar.gz gdb-3d3c503955d3161a4fa38700d8de05c04b263215.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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. |