diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-18 15:40:04 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-18 15:40:04 +0000 |
commit | f91b837dd00664aadf398ce2fe67a698cdfad960 (patch) | |
tree | 7cc4eaee7dc451bfe4b50cf748e539cfd38bbee0 /gdb/ChangeLog | |
parent | f843c95fc3d55bb449ed9e681848808c9f637ee4 (diff) | |
download | gdb-f91b837dd00664aadf398ce2fe67a698cdfad960.zip gdb-f91b837dd00664aadf398ce2fe67a698cdfad960.tar.gz gdb-f91b837dd00664aadf398ce2fe67a698cdfad960.tar.bz2 |
* buildsym.c (finish_block): If we pop the context stack and it is
not empty, complain () instead of abort ().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4933a76..c982c91 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Mon Oct 18 10:28:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * buildsym.c (finish_block): If we pop the context stack and it is + not empty, complain () instead of abort (). + +Sun Oct 17 19:42:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * parse.c, parser-defs.h (follow_types): New function. + * c-exp.y (ptype : typebase abs_decl): Use it. + * c-exp.y (ptype): Add support for type qualifiers after the + typebase. The typebase rule already has support for them before + the typebase. + * Makefile.in: Change the expected number of shift/reduce + conflicts to 6. This is OK--the 2 new conflicts are basically the + same as one of the old ones. + Sun Oct 17 13:04:49 1993 Fred Fish (fnf@cygnus.com) * Makefile.in (VERSION): Bump to 4.10.3. |