diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-12-06 17:52:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-12-06 17:52:58 +0000 |
commit | 3885a41e320e2d3c0486ee852b7804ebc314ce78 (patch) | |
tree | 36375137a4b53a8e3d17c111a3dfa0bd3e38fb5a /gas | |
parent | 81271391435060d227a183117e63d8dc351c43f5 (diff) | |
download | fsf-binutils-gdb-3885a41e320e2d3c0486ee852b7804ebc314ce78.zip fsf-binutils-gdb-3885a41e320e2d3c0486ee852b7804ebc314ce78.tar.gz fsf-binutils-gdb-3885a41e320e2d3c0486ee852b7804ebc314ce78.tar.bz2 |
* expr.c (operator): And with 0xff to avoid problems with signed
char.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <ian@cygnus.com> + + * expr.c (operator): And with 0xff to avoid problems with signed + char. + start-sanitize-fr30 1998-12-03 Nick Clifton <nickc@cygnus.com> |