include/elf/
[deliverable/binutils-gdb.git] / gas / config / tc-mips.h
index 1358cc87b0adeb3b4fb97e58b1eeea811a395d5c..c602234760235ce70f74618eda7789f3360d8b60 100644 (file)
@@ -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;
This page took 0.024204 seconds and 4 git commands to generate.