diff options
author | Fred Fish <fnf@specifix.com> | 1991-12-06 02:22:10 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-12-06 02:22:10 +0000 |
commit | 715cafcbdeb1d3d74abc916aa2bb9d389e9010e9 (patch) | |
tree | 39da6e623d7270ea2a607131cc6d8b29ea9174a7 /gdb/ChangeLog | |
parent | a0a6174ae38fca8d57aefa29d6c62634388cb2fd (diff) | |
download | gdb-715cafcbdeb1d3d74abc916aa2bb9d389e9010e9.zip gdb-715cafcbdeb1d3d74abc916aa2bb9d389e9010e9.tar.gz gdb-715cafcbdeb1d3d74abc916aa2bb9d389e9010e9.tar.bz2 |
Several changes to fix misc problems with enums, structs, and unions,
including building symbol table entries for enumeration members.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f8e2d67..ea4e7ea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Thu Dec 5 18:19:43 1991 Fred Fish (fnf at cygnus.com) + + * dwarfread.c (enum_type): Build a correct TYPE_NAME, add a + symbol to the symbol table for each member of the enum. + + * dwarfread.c (struct_type): Build a correct TYPE_NAME. + + * dwarfread.c (add_enum_psymbol): New function to extract enum + member names and add them to the partial symbol table while + building partial symbol tables. + Thu Dec 5 17:31:05 1991 John Gilmore (gnu at cygnus.com) * symtab.c (check_stub_method): Must allocate two extra argument |