diff options
Diffstat (limited to 'gas/config/tc-h8500.h')
-rw-r--r-- | gas/config/tc-h8500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h index 28f5da6..5644a1b 100644 --- a/gas/config/tc-h8500.h +++ b/gas/config/tc-h8500.h @@ -28,7 +28,7 @@ #define TC_COUNT_RELOC(x) ((x)->fx_addsy||(x)->fx_subsy) #define IGNORE_NONSTANDARD_ESCAPES -#define TC_RELOC_MANGLE(a,b,c) tc_reloc_mangle(a,b,c) +#define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c) #define DO_NOT_STRIP 0 #define DO_STRIP 0 |