* xcoffread.c (read_xcoff_symtab): Set c_sclass from n_sclass
authorJohn Gilmore <gnu@cygnus>
Thu, 4 Jun 1992 05:23:08 +0000 (05:23 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 4 Jun 1992 05:23:08 +0000 (05:23 +0000)
commit2795260c9ea7176b33a947d3414d1b3fc771127a
treee5a4ca706672d9c76da9345beccc83d50a06e422
parent72754842fc5897eb86df018a7c67c5bd762804ca
* 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.)
gdb/ChangeLog
gdb/xcoffread.c