diff options
author | Christian Groessler <chris@groessler.org> | 2005-08-18 11:54:33 +0000 |
---|---|---|
committer | Christian Groessler <chris@groessler.org> | 2005-08-18 11:54:33 +0000 |
commit | fefaa1aaf0a320f32080f45d0a70168f1a13d2fb (patch) | |
tree | f58450e97c17d84a10db2987475c1d7d9c7269cd /gas/config/tc-sh.h | |
parent | 32a3d256b055fc5aec27d3bf4928633acb1ed2ea (diff) | |
download | gdb-fefaa1aaf0a320f32080f45d0a70168f1a13d2fb.zip gdb-fefaa1aaf0a320f32080f45d0a70168f1a13d2fb.tar.gz gdb-fefaa1aaf0a320f32080f45d0a70168f1a13d2fb.tar.bz2 |
2005-08-18 Christian Groessler <chris@groessler.org>
* config/tc-h8300.h: Remove TC_RELOC_MANGLE/tc_reloc_mangle.
* config/tc-mcore.h: Likewise.
* config/tc-z8k.h: Likewise.
* config/tc-z8k.c: Likewise.
* config/tc-sh.h: Remove TC_RELOC_MANGLE and
sh_coff_reloc_mangle declaration.
* config/tc-sh.c: (md_apply_fix): Fix comment for case
BFD_RELOC_SH_USES.
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r-- | gas/config/tc-sh.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index c533a87..c0adaa1 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -120,12 +120,6 @@ extern void sh_frob_file (void); #define COFF_MAGIC (!target_big_endian ? SH_ARCH_MAGIC_LITTLE : SH_ARCH_MAGIC_BIG) -#define TC_RELOC_MANGLE(seg, fix, int, paddr) \ - sh_coff_reloc_mangle ((seg), (fix), (int), (paddr)) -extern void sh_coff_reloc_mangle - (struct segment_info_struct *, struct fix *, - struct internal_reloc *, unsigned int); - #define tc_coff_symbol_emit_hook(a) ; /* not used */ #define TC_KEEP_FX_OFFSET 1 |