OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Thu, 14 Jan 2010 21:09:04 +0000 (21:09 +0000)
committerjkratoch <jkratoch>
Thu, 14 Jan 2010 21:09:04 +0000 (21:09 +0000)
commit05a7f74f97fba1386164791aec7fedc7555518f5
treefe00200a7e77a0bfe2bb824d89151735f746ebdf
parent24abff5012f87924b11f5084b04dd9170f62ab0b
gdb/
* solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
target_section.  Find SECT in current_target_sections, gdb_assert it.
(elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
New variable abfd.
* symtab.c (lookup_objfile_from_block): Return the binary file instead
of separate debug info file.

gdb/testsuite/
* gdb.base/break-interp.exp (test_core): New proc.
(test_ld): Call it.
gdb/ChangeLog
gdb/solib-svr4.c
gdb/symtab.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break-interp.exp