aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-04 05:23:08 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-04 05:23:08 +0000
commit2795260c9ea7176b33a947d3414d1b3fc771127a (patch)
treee5a4ca706672d9c76da9345beccc83d50a06e422 /gdb/ChangeLog
parent72754842fc5897eb86df018a7c67c5bd762804ca (diff)
downloadgdb-2795260c9ea7176b33a947d3414d1b3fc771127a.zip
gdb-2795260c9ea7176b33a947d3414d1b3fc771127a.tar.gz
gdb-2795260c9ea7176b33a947d3414d1b3fc771127a.tar.bz2
* xcoffread.c (read_xcoff_symtab): Set c_sclass from n_sclass
without masking, since it is signed and will later be compared against signed quantities. The right fix is probably to make it all unsigned, but this is a small, safe fix for this release. FIXME -- make the real change sometime soon. (Imported from progressive.)
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f299166..6d39a50 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jun 3 17:48:04 1992 John Gilmore (gnu@pluto)
+
+ * xcoffread.c (read_xcoff_symtab): Set c_sclass from n_sclass
+ without masking, since it is signed and will later be compared
+ against signed quantities. The right fix is probably to make
+ it all unsigned, but this is a small, safe fix for this release.
+ FIXME -- make the real change sometime soon.
+
Mon Jun 1 16:16:12 1992 Michael Tiemann (tiemann@cygnus.com)
* remote-vx.c (vx_load_command,add_symbol_stub): Default READNOW