diff options
Diffstat (limited to 'gas/config/tc-mips.h')
-rw-r--r-- | gas/config/tc-mips.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h index a19c87d..8d9c4dd 100644 --- a/gas/config/tc-mips.h +++ b/gas/config/tc-mips.h @@ -140,10 +140,6 @@ extern int mips_fix_adjustable PARAMS ((struct fix *)); #define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX) extern int mips_force_relocation PARAMS ((struct fix *)); -#define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ - (mips_force_relocation (FIX) \ - || !SEG_NORMAL (SEG)) - /* Register mask variables. These are set by the MIPS assembly code and used by ECOFF and possibly other object file formats. */ extern unsigned long mips_gprmask; |