aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-04-17 18:09:02 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-04-17 18:09:02 +0000
commit90359a167375927982fc3f675718044a491da759 (patch)
tree259ce4fcbdee8ffc4b0c46172c8f16b3e335e665 /gdb/ChangeLog
parent626e7282148f31aa82bcdaffe613fcf326914d76 (diff)
downloadgdb-90359a167375927982fc3f675718044a491da759.zip
gdb-90359a167375927982fc3f675718044a491da759.tar.gz
gdb-90359a167375927982fc3f675718044a491da759.tar.bz2
gdb/
* elfread.c (elf_symtab_read): Do not ignore .L symbols if they are BSF_SYNTHETIC. gdb/testsuite/ * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions. * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e81afd7..b44889e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
+ BSF_SYNTHETIC.
+
+2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
+
Fix Python access to inlined frames.
* python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
* python/py-symbol.c (gdbpy_lookup_symbol): Likewise.