projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6b8f91
)
Change error message
author
Michael Meissner
<gnu@the-meissners.org>
Mon, 16 Oct 1995 11:18:23 +0000
(11:18 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Mon, 16 Oct 1995 11:18:23 +0000
(11:18 +0000)
gas/config/tc-ppc.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-ppc.c
b/gas/config/tc-ppc.c
index 4e588534737f6f035f9555adaa86fa5eed3e231c..c9f87fcd9602d768b76599829287c0523a235fc9 100644
(file)
--- 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))))
- a
bort (
);
+ a
s_fatal ("Internal assembler error for instruction %s", op->name
);
}
}
}