diff options
Diffstat (limited to 'gas/config/tc-h8300.h')
-rw-r--r-- | gas/config/tc-h8300.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index 3d928fd..bfc8f72 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -44,8 +44,6 @@ struct internal_reloc; #define IGNORE_NONSTANDARD_ESCAPES #define tc_coff_symbol_emit_hook(a) ; /* not used */ -#define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c) -extern void tc_reloc_mangle (struct fix *, struct internal_reloc *, bfd_vma); /* No shared lib support, so we don't need to ensure externally visible symbols can be overridden. */ |