summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-09-24 14:03:43 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-09-24 14:03:43 +0000
commitc6c2f71764cc17ec2a855b21f454449d4118720a (patch)
tree1c1caaec3e269f3c36af81f698aa42b13cc35e6f /gdb/testsuite/ChangeLog
parent21c745fd835a2b42a60ac0612f070a64655a3cd5 (diff)
downloadgdb-c6c2f71764cc17ec2a855b21f454449d4118720a.tar.gz
Support .dwp with the name of symlinked binary file
gdb/ 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com> * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with objfile->original_name. gdb/testsuite/ 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.dwarf2/dwp-symlink.c: New file. * gdb.dwarf2/dwp-symlink.exp: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7f91ee81cbd..86fedd0a617 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.dwarf2/dwp-symlink.c: New file.
+ * gdb.dwarf2/dwp-symlink.exp: New file.
+
2013-09-20 Doug Evans <dje@google.com>
* lib/dwarf.exp (build_executable_from_fission_assembler): New proc.