* stabsread.c: Remove most uses of lookup_fundamental_type.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 22 May 1993 19:20:37 +0000 (19:20 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 22 May 1993 19:20:37 +0000 (19:20 +0000)
commitf52bde21f9268580e52fa94de8df6fc5fd8a2684
tree18490f0045e4af3058b11db0ea8fc5e9e158cd25
parent1d3f5383e28d3b61852aefad0f77df22dcf98b04
* stabsread.c: Remove most uses of lookup_fundamental_type.
(define_symbol): Use read_type for type of enum constant,
not just read_type_number.  Also don't call error().
(define_symbol): For unrecognized constant type, one complaint (the
one from error_type) is enough.  Don't make our own in addition.
(define_symbol): Don't treat an N_FUN 'R' as a prototype.
* gdbtypes.h: Doc fixes.
gdb/ChangeLog
gdb/gdbtypes.h
gdb/stabsread.c