From: Ian Lance Taylor Date: Sun, 6 Dec 1998 17:52:58 +0000 (+0000) Subject: * expr.c (operator): And with 0xff to avoid problems with signed X-Git-Tag: gdb-4_18~639 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3885a41e320e2d3c0486ee852b7804ebc314ce78;p=external%2Fbinutils.git * expr.c (operator): And with 0xff to avoid problems with signed char. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d298edf..1dcb0ad 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 6 12:46:36 1998 Ian Lance Taylor + + * expr.c (operator): And with 0xff to avoid problems with signed + char. + start-sanitize-fr30 1998-12-03 Nick Clifton