2005-04-20 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / config / tc-ia64.c
index 20c3aa60cdd9b05b96f66b1c9fd7fa924f70b900..9f53ddc86201fceba490a65854637b1a3a17b20e 100644 (file)
@@ -10844,7 +10844,7 @@ ia64_fix_adjustable (fix)
      fixS *fix;
 {
   /* Prevent all adjustments to global symbols */
-  if (S_IS_EXTERN (fix->fx_addsy) || S_IS_WEAK (fix->fx_addsy))
+  if (S_IS_EXTERNAL (fix->fx_addsy) || S_IS_WEAK (fix->fx_addsy))
     return 0;
 
   switch (fix->fx_r_type)
This page took 0.031839 seconds and 4 git commands to generate.