Allow target files access to default TC_FORCE_RELOCATION defines
[deliverable/binutils-gdb.git] / gas / config / tc-msp430.c
index 10e5972d870d4435052b85d22148c7a3ffb81d5b..0430f2ec6e70ae228be67d6ad698e275c69daf2e 100644 (file)
@@ -3950,7 +3950,7 @@ md_pcrel_from_section (fixS * fixp, segT sec)
   return fixp->fx_frag->fr_address + fixp->fx_where;
 }
 
-/* Replaces standard TC_FORCE_RELOCATION_LOCAL.
+/* Addition to the standard TC_FORCE_RELOCATION_LOCAL.
    Now it handles the situation when relocations
    have to be passed to linker.  */
 int
@@ -3964,8 +3964,7 @@ msp430_force_relocation_local (fixS *fixp)
         && !msp430_enable_relax)
     return 1;
 
-  return (!fixp->fx_pcrel
-         || generic_force_reloc (fixp));
+  return 0;
 }
 
 
This page took 0.038633 seconds and 4 git commands to generate.