2005-04-20 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / config / tc-d10v.c
index eb00fbb060562ae547e706305be7688101e43333..14450bbe67966ea34df1cca771e61909cdbd13f8 100644 (file)
@@ -1572,7 +1572,7 @@ md_apply_fix3 (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
         symbol, then ignore the offset.
          XXX - Do we have to worry about branches to a symbol + offset ?  */
       if (fixP->fx_addsy != NULL
-         && S_IS_EXTERN (fixP->fx_addsy) )
+         && S_IS_EXTERNAL (fixP->fx_addsy) )
         {
           segT fseg = S_GET_SEGMENT (fixP->fx_addsy);
           segment_info_type *segf = seg_info(fseg);
This page took 0.024896 seconds and 4 git commands to generate.