]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-tilegx.c
as_bad_subtract
[thirdparty/binutils-gdb.git] / gas / config / tc-tilegx.c
index e041b4a64d714f045d8103a893a4625b9005c926..97062c0d3652ad7e7007c62b6ce75523a6a56a6c 100644 (file)
@@ -1476,7 +1476,7 @@ md_apply_fix (fixS *fixP, valueT * valP, segT seg ATTRIBUTE_UNUSED)
   if (fixP->fx_subsy != (symbolS *) NULL)
     {
       /* We can't actually support subtracting a symbol.  */
-      as_bad_where (fixP->fx_file, fixP->fx_line, _("expression too complex"));
+      as_bad_subtract (fixP);
     }
 
   /* Correct relocation types for pc-relativeness.  */