diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-04-02 21:01:41 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-04-02 21:01:41 +0000 |
commit | de40b933e2a58bdd085dc97f9189ca4cc2026220 (patch) | |
tree | 0ae31c469fa01a3a3db881b9519a9aaef19e7ff8 /gdb/ChangeLog | |
parent | 6cbbcdfe20d083b436357402ca90587aa5bad7fc (diff) | |
download | gdb-de40b933e2a58bdd085dc97f9189ca4cc2026220.zip gdb-de40b933e2a58bdd085dc97f9189ca4cc2026220.tar.gz gdb-de40b933e2a58bdd085dc97f9189ca4cc2026220.tar.bz2 |
gdb/
* dwarf2read.c
(new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
Create the symbol in local scope.
* symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
gdb/testsuite/
* gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
gdb.dwarf2/dw2-unresolved.exp: New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cf4700f..94373ab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com> + + * dwarf2read.c + (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>): + Create the symbol in local scope. + * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part. + 2009-04-02 Keith Seitz <keiths@redhat.com> * stabsread.c (read_member_functions): GCC may emit an extra space |