diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-07-30 16:04:30 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-07-30 16:04:30 +0000 |
commit | 1276c7599c55846a2b602dbcc1260043b275e0e4 (patch) | |
tree | a6c173637408c7c305303382d49ba6ddfb3ebf8e /gdb/testsuite/ChangeLog | |
parent | 420697bb59a01ea22c533035a3da1d83101a484d (diff) | |
download | gdb-1276c7599c55846a2b602dbcc1260043b275e0e4.zip gdb-1276c7599c55846a2b602dbcc1260043b275e0e4.tar.gz gdb-1276c7599c55846a2b602dbcc1260043b275e0e4.tar.bz2 |
gdb/
* symfile.c (addr_section_name): New function.
(addrs_section_compar): Use it.
(addr_info_make_relative): Use it. Move variable sect_name into a more
inner block. Make ".dynbss" and ".sdynbss" checks more strict.
gdb/testsuite/
* gdb.base/prelink-lib.c (copyreloc): New initialized variable.
* gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
(main): Use copyreloc.
* gdb.base/prelink.exp (split debug of executable)
(.dynbss vs. .bss address shift): New tests.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 275f2fd..f364dea 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.base/prelink-lib.c (copyreloc): New initialized variable. + * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables. + (main): Use copyreloc. + * gdb.base/prelink.exp (split debug of executable) + (.dynbss vs. .bss address shift): New tests. + 2010-07-29 Pedro Alves <pedro@codesourcery.com> * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt |