From: Michael Meissner Date: Mon, 16 Oct 1995 11:18:23 +0000 (+0000) Subject: Change error message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f2c8daa27b043d9c41d5146fb44deff1c9678a3;p=binutils-gdb.git Change error message --- diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 4e588534737..c9f87fcd960 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -766,7 +766,7 @@ md_begin () && strcmp (op->name, "cmpi") != 0 && strcmp (op->name, "cmp") != 0 && strcmp (op->name, "cmpl") != 0)))) - abort (); + as_fatal ("Internal assembler error for instruction %s", op->name); } } }