diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-10-16 11:18:23 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-10-16 11:18:23 +0000 |
commit | 9f2c8daa27b043d9c41d5146fb44deff1c9678a3 (patch) | |
tree | d0108584a2ad5942af404bba8827ae4a471bb50c /gas | |
parent | b6b8f91187ca0a66b8e29240ea7d5ffddee2ccbc (diff) | |
download | gdb-9f2c8daa27b043d9c41d5146fb44deff1c9678a3.zip gdb-9f2c8daa27b043d9c41d5146fb44deff1c9678a3.tar.gz gdb-9f2c8daa27b043d9c41d5146fb44deff1c9678a3.tar.bz2 |
Change error message
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 4e58853..c9f87fc 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); } } } |