From: Ian Lance Taylor Date: Tue, 26 Aug 1997 19:25:44 +0000 (+0000) Subject: * expr.c (integer_constant): If BFD64, don't make a bignum if the X-Git-Tag: gdb-4_18~4943 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90b83993d8a384feabbdec6626221a01204dee56;p=platform%2Fupstream%2Fbinutils.git * expr.c (integer_constant): If BFD64, don't make a bignum if the number will fit in 64 bits. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 4414d1f..20e8d09 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -7,6 +7,9 @@ Tue Aug 26 09:46:22 1997 Nick Clifton end-sanitize-v850 Tue Aug 26 12:23:25 1997 Ian Lance Taylor + * expr.c (integer_constant): If BFD64, don't make a bignum if the + number will fit in 64 bits. + * config/tc-alpha.c (load_expression): Check explicitly for O_big, rather than calling abort.