aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-12-06 20:10:52 +0000
committerIan Lance Taylor <ian@airs.com>1998-12-06 20:10:52 +0000
commitbc997053497c06b43efb735a2f01f332ee5546a7 (patch)
tree2c970dc2e89f9c446048a3ce9558ce199afa99c9
parent0894cecfab8248584c04c86bd933280ea816c84a (diff)
downloadfsf-binutils-gdb-bc997053497c06b43efb735a2f01f332ee5546a7.zip
fsf-binutils-gdb-bc997053497c06b43efb735a2f01f332ee5546a7.tar.gz
fsf-binutils-gdb-bc997053497c06b43efb735a2f01f332ee5546a7.tar.bz2
* config/tc-alpha.c (emit_ldgp): Give an error message rather than
an assertion failure for a case we can't handle when OBJ_ECOFF.
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1dcb0ad..a08d9c1 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,8 @@
Sun Dec 6 12:46:36 1998 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-alpha.c (emit_ldgp): Give an error message rather than
+ an assertion failure for a case we can't handle when OBJ_ECOFF.
+
* expr.c (operator): And with 0xff to avoid problems with signed
char.