]> Git Repo - binutils.git/blobdiff - gas/config/tc-iq2000.c
2005-04-20 H.J. Lu <[email protected]>
[binutils.git] / gas / config / tc-iq2000.c
index 11319098d448094c8adf3b869810aaf706344ebf..0a5fcba7ec26fdaf3aa2c7c38d623f5fd8a1f070 100644 (file)
@@ -800,7 +800,7 @@ iq2000_fix_adjustable (fixS * fixP)
     return TRUE;
 
   /* Prevent all adjustments to global symbols.  */
-  if (S_IS_EXTERN (fixP->fx_addsy))
+  if (S_IS_EXTERNAL (fixP->fx_addsy))
     return FALSE;
 
   if (S_IS_WEAK (fixP->fx_addsy))
This page took 0.023684 seconds and 4 git commands to generate.