OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Fri, 15 Jan 2010 06:09:04 +0000 (06:09 +0000)
committerjkratoch <jkratoch>
Fri, 15 Jan 2010 06:09:04 +0000 (06:09 +0000)
commitc36b94151cb8832abb77ecb8c1b2b0f8dc8099f9
treed51a257bbde15c45ac8b32280823f6e2efe65a20
parent109617aee83591aac6ac3dd3d0ca71856b7f960c
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