2005-08-18 Christian Groessler <chris@groessler.org>
[deliverable/binutils-gdb.git] / gas / config / tc-sh.h
index c533a87c72384deba192dc78950c43a78311d03d..c0adaa1dace445540ef055215b547d55f8b6cc6f 100644 (file)
@@ -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
This page took 0.043214 seconds and 4 git commands to generate.