diff options
Diffstat (limited to 'gas/config/tc-mips.h')
-rw-r--r-- | gas/config/tc-mips.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h index dc4c0a4..c7eaa04 100644 --- a/gas/config/tc-mips.h +++ b/gas/config/tc-mips.h @@ -137,8 +137,6 @@ extern int mips_fix_adjustable (struct fix *); #define EXTERN_FORCE_RELOC \ (OUTPUT_FLAVOR == bfd_target_elf_flavour) -/* When generating NEWABI code, we may need to have to keep combined - relocations which don't have symbols. */ #define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX) extern int mips_force_relocation (struct fix *); |