diff options
author | Tom Tromey <tromey@redhat.com> | 2013-02-01 18:08:52 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-02-01 18:08:52 +0000 |
commit | d65f0a9cae3c5f4ed272b6b0f15e543474bd39f3 (patch) | |
tree | b1327f821012c51545863bdf8386224a5f2fbd5e /gdb/testsuite/gdb.dwarf2/method-ptr.exp | |
parent | c57da1a761a4d7bc0191a9ef568f793296920606 (diff) | |
download | gdb-d65f0a9cae3c5f4ed272b6b0f15e543474bd39f3.zip gdb-d65f0a9cae3c5f4ed272b6b0f15e543474bd39f3.tar.gz gdb-d65f0a9cae3c5f4ed272b6b0f15e543474bd39f3.tar.bz2 |
2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey <tromey@redhat.com>
* gdb.dwarf2/method-ptr.exp: Link with c++.
* lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/method-ptr.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/method-ptr.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/method-ptr.exp b/gdb/testsuite/gdb.dwarf2/method-ptr.exp index fcd1d69..5b930c6 100644 --- a/gdb/testsuite/gdb.dwarf2/method-ptr.exp +++ b/gdb/testsuite/gdb.dwarf2/method-ptr.exp @@ -87,7 +87,7 @@ if {[gdb_compile $asm_file ${binfile}2.o object {nodebug}] != ""} { } if {[gdb_compile [list ${binfile}1.o ${binfile}2.o] \ - "${binfile}" executable {}] != ""} { + "${binfile}" executable {c++}] != ""} { return -1 } |