]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-xstormy16.c
as_bad_subtract
[thirdparty/binutils-gdb.git] / gas / config / tc-xstormy16.c
index 3edf384350af3569f76a98092f96a375587c5ace..deb10810b06c2f5f755ce02ee120a2e22e0d3648 100644 (file)
@@ -479,7 +479,7 @@ xstormy16_md_apply_fix (fixS *   fixP,
 
   /* We don't actually support subtracting a symbol.  */
   if (fixP->fx_subsy != (symbolS *) NULL)
-    as_bad_where (fixP->fx_file, fixP->fx_line, _("expression too complex"));
+    as_bad_subtract (fixP);
 
   if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED)
     {