More debugging of rs/6000 file reading (on Suns, for easier debug).
authorJohn Gilmore <gnu@cygnus>
Thu, 11 Feb 1993 11:16:35 +0000 (11:16 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 11 Feb 1993 11:16:35 +0000 (11:16 +0000)
commita387370de7a2f509da26d6357a04b1f5c2103319
tree00575283161bdbe1ddfaf2f973da7f0e1c18a1b1
parent015605c5ae0537e4425214f1408b4b71ab2bd38f
More debugging of rs/6000 file reading (on Suns, for easier debug).

* stabsread.c (dbx_lookup_type):  Handle negative type numbers.
Previously, would bogusly index off the bottom of type_vector.
(rs6000_builtin_type):  Accept type number as argument.
(read_type, case '-'):  Handle negatives like any other type number.

* symfile.c (deduce_language_from_filename):  Handle null name.
gdb/stabsread.c