]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-nds32.c
as_bad_subtract
[thirdparty/binutils-gdb.git] / gas / config / tc-nds32.c
index 4ff667caf61e219a08c63265b5985b3604683bcc..0ab436c5f19cd405ec84d731ec467b7cc2ff5507 100644 (file)
@@ -7825,8 +7825,7 @@ nds32_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
          /* cvt_frag_to_fill () has called output_leb128 () for us.  */
          break;
        default:
-         as_bad_where (fixP->fx_file, fixP->fx_line,
-                       _("expression too complex"));
+         as_bad_subtract (fixP);
          return;
        }
     }