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-branchpoint~638 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3885a41e320e2d3c0486ee852b7804ebc314ce78;p=thirdparty%2Fbinutils-gdb.git * expr.c (operator): And with 0xff to avoid problems with signed char. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d298edf9a11..1dcb0ada79a 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