From: John Gilmore Date: Thu, 18 Feb 1993 03:25:44 +0000 (+0000) Subject: * dbxread.c (process_one_symbol): Cast to unsigned char, not int. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ae975eac9e87f7ce178edd62ed4b916db69b3f7;p=binutils-gdb.git * dbxread.c (process_one_symbol): Cast to unsigned char, not int. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5eacdd67d00..6df50429977 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 17 19:24:40 1993 John Gilmore (gnu@cygnus.com) + + * dbxread.c (process_one_symbol): Cast to unsigned char, not int. + Wed Feb 17 13:40:29 1993 K. Richard Pixley (rich@cygnus.com) * remote.c (readchar): forward declare alarm which otherwise looks