* config/tc-a29k.c (insert_sreg): Prototype.
[deliverable/binutils-gdb.git] / gas / config / tc-arm.c
index 9682141a2a4c1f0e3186878222e93284f9fd7938..e1e962b2624e612674b0b36aeb2a15cfc74cc000 100644 (file)
@@ -11415,6 +11415,7 @@ arm_canonicalize_symbol_name (name)
   return name;
 }
 
+#if defined OBJ_COFF || defined OBJ_ELF
 void
 arm_validate_fix (fixP)
      fixS * fixP;
@@ -11431,6 +11432,7 @@ arm_validate_fix (fixP)
       fixP->fx_addsy = find_real_start (fixP->fx_addsy);
     }
 }
+#endif
 
 int
 arm_force_relocation (fixp)
This page took 0.026385 seconds and 4 git commands to generate.