]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/gdb.arch/amd64-tailcall-cxx2.S
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 10 Mar 2013 18:04:00 +0000 (18:04 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 10 Mar 2013 18:04:00 +0000 (18:04 +0000)
commit9112db09262029f15cc9e8c77fc06b79b8148e8c
tree09f1f3e63b12d2653db730f729b647ff360830cc
parent55e937314353eed91f473043e4faea1f6e3871a8
gdb/
Fix entry-values in C++ across CUs.
* dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
lookup_minimal_symbol.  Add a comment.
* dwarf2read.c
(read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
DW_AT_linkage_name.

gdb/testsuite/
Fix entry-values in C++ across CUs.
* gdb.arch/amd64-tailcall-cxx.exp: New file.
* gdb.arch/amd64-tailcall-cxx1.S: New file.
* gdb.arch/amd64-tailcall-cxx1.cc: New file.
* gdb.arch/amd64-tailcall-cxx2.S: New file.
* gdb.arch/amd64-tailcall-cxx2.cc: New file.
gdb/ChangeLog
gdb/dwarf2loc.c
gdb/dwarf2read.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/amd64-tailcall-cxx.exp [new file with mode: 0644]
gdb/testsuite/gdb.arch/amd64-tailcall-cxx1.S [new file with mode: 0644]
gdb/testsuite/gdb.arch/amd64-tailcall-cxx1.cc [new file with mode: 0644]
gdb/testsuite/gdb.arch/amd64-tailcall-cxx2.S [new file with mode: 0644]
gdb/testsuite/gdb.arch/amd64-tailcall-cxx2.cc [new file with mode: 0644]