]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 25 Apr 2011 21:25:18 +0000 (21:25 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 25 Apr 2011 21:25:18 +0000 (21:25 +0000)
commit3c02c59a9cd4f577de589f3e4f2076b224e82ece
tree3050612cb05fb0036d5bdb308339a213ea9ae525
parent9bd8032fd1774ec2fa64efea18ef550563af141f
gdb/
* elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
!objfile_has_partial_symbols.  New comment.
* objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
SYM_READ_PSYMBOLS is not present. Extend the comment.
* symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.

gdb/testsuite/
* gdb.base/gdbindex-stabs-dwarf.c: New file.
* gdb.base/gdbindex-stabs.c: New file.
* gdb.base/gdbindex-stabs.exp: New file.
gdb/ChangeLog
gdb/elfread.c
gdb/objfiles.c
gdb/symfile.h
gdb/testsuite/ChangeLog