X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-mips.h;h=c602234760235ce70f74618eda7789f3360d8b60;hb=3765b1be13d34da8aae366959c3601a09afa193b;hp=1358cc87b0adeb3b4fb97e58b1eeea811a395d5c;hpb=e7d556dfef22edc573b26552828940679ec437ee;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h index 1358cc87b0..c602234760 100644 --- a/gas/config/tc-mips.h +++ b/gas/config/tc-mips.h @@ -45,7 +45,7 @@ struct expressionS; #define MAX_RELOC_EXPANSION 3 #define LOCAL_LABELS_FB 1 -/* Maximum symbol offset that can be encoded in a BFD_RELOC_MIPS_GPREL +/* Maximum symbol offset that can be encoded in a BFD_RELOC_GPREL16 relocation: */ #define MAX_GPREL_OFFSET (0x7FF0) @@ -111,9 +111,6 @@ extern int mips_fix_adjustable PARAMS ((struct fix *)); #define TC_FORCE_RELOCATION(fixp) mips_force_relocation (fixp) extern int mips_force_relocation PARAMS ((struct fix *)); -/* md_apply_fix sets fx_done correctly. */ -#define TC_HANDLE_FX_DONE 1 - /* 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;