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/config/z8k.mt | |
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/config/z8k.mt')
-rw-r--r-- | gas/config/z8k.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/z8k.mt b/gas/config/z8k.mt index d6781dd..2c79710 100644 --- a/gas/config/z8k.mt +++ b/gas/config/z8k.mt @@ -1,3 +1,3 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/z8k.h +TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/z8k-opc.h LOCAL_LOADLIBES=../bfd/libbfd.a TDEFINES=-DBFD_HEADERS -DMANY_SEGMENTS -DBFD -DSINGLE_QUOTE_STRINGS |