* coffread.c (coff_symtab_read): Complain about unmatched .ef and

.eb symbols instead of segfaulting.
This commit is contained in:
Stu Grossman
1995-09-14 19:43:02 +00:00
parent a208a70f7a
commit 4444f56bac

View File

@ -1,6 +1,11 @@
Thu Sep 14 12:39:35 1995 Stu Grossman (grossman@cygnus.com)
* coffread.c (coff_symtab_read): Complain about unmatched .ef and
.eb symbols instead of segfaulting.
Wed Sep 13 13:33:58 1995 Kung Hsu <kung@mexican.cygnus.com>
* stbsread.c (read_one_struct_field): Use subfile language instead of
* stabsread.c (read_one_struct_field): Use subfile language instead of
global language. Improve efficiency.
Wed Sep 13 08:45:02 1995 Jeff Law (law@fast.cs.utah.edu)