* write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.
[deliverable/binutils-gdb.git] / gas / config / tc-frv.h
index ad7eee0d353f0406e015ae460f47971b19888d2e..732dacd43c4fef8547e2e30798c3612f86dcb774 100644 (file)
@@ -61,7 +61,7 @@ extern int frv_force_relocation (struct fix *);
 /* If we simplify subtractions that aren't SUB_SAME or SUB_ABS, we end
    up with PCrel fixups, but since we don't have any PCrel relocs, we
    crash.  Preventing simplification gets us a good, early error.  */
-#define TC_FORCE_RELOCATION_SUB_LOCAL(fixP) 1
+#define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1
 
 #undef GAS_CGEN_MAX_FIXUPS
 #define GAS_CGEN_MAX_FIXUPS 1
This page took 0.024973 seconds and 4 git commands to generate.