* stabsread.c (read_one_struct_field): Don't give up on unknown
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 8 Nov 1993 17:27:48 +0000 (17:27 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 8 Nov 1993 17:27:48 +0000 (17:27 +0000)
commit1dfaef6225a9c256024fdc7ab876e3cf312d376a
tree71a997321531711a079c2571e676b8f1a8489e44
parent9226253a418672dc7a58ae36b9597f2b07cf0190
* stabsread.c (read_one_struct_field): Don't give up on unknown
visibility character, just shove it in fip->list->visibility.
(read_baseclasses): Don't give up on unknown virtual or visibility
characters, just assume a reasonable default, complain, and keep
going.
(attach_fields_to_type): Complain on unrecognized visibility.
One result of all this is that '9' (VISIBILITY_IGNORE) can be used
in a stab as well as being something which GDB uses internally.
gdb/ChangeLog
gdb/stabsread.c