diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-14 21:09:05 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-14 21:09:05 +0000 |
commit | 61f0d76280d963a9ecf3a3a525dae7ac21050636 (patch) | |
tree | 59dd35b2e11cb7b01e14b2ed74254c62d4b07a9b /gdb/ChangeLog | |
parent | 06a6f27066c695efbde2773efafd2be68f7a7d1c (diff) | |
download | gdb-61f0d76280d963a9ecf3a3a525dae7ac21050636.zip gdb-61f0d76280d963a9ecf3a3a525dae7ac21050636.tar.gz gdb-61f0d76280d963a9ecf3a3a525dae7ac21050636.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 875e65a..324268f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com> + * 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. + +2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com> + Support PIEs with no symfile_objfile. * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point. * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block. |