From: Michael Meissner Date: Mon, 16 Oct 1995 11:18:23 +0000 (+0000) Subject: Change error message X-Git-Tag: gdb-4_18-branchpoint~10521 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f2c8daa27b043d9c41d5146fb44deff1c9678a3;p=thirdparty%2Fbinutils-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); } } }