* coffread.c (coff_symtab_read): Complain about unmatched .ef and
authorStu Grossman <grossman@cygnus>
Thu, 14 Sep 1995 19:43:02 +0000 (19:43 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 14 Sep 1995 19:43:02 +0000 (19:43 +0000)
.eb symbols instead of segfaulting.

gdb/ChangeLog

index 32062d3f9599b5945032c31f5a9ad193ca6c18b6..a4a00dfbd3f5e37f15cb6e410046365af3abe509 100644 (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)