From: Ian Lance Taylor Date: Sun, 6 Dec 1998 20:10:52 +0000 (+0000) Subject: * config/tc-alpha.c (emit_ldgp): Give an error message rather than X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc997053497c06b43efb735a2f01f332ee5546a7;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1dcb0ada79a..a08d9c1f500 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Sun Dec 6 12:46:36 1998 Ian Lance Taylor + * 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.