From: Tom de Vries Date: Mon, 27 Mar 2023 11:58:10 +0000 (+0200) Subject: [gdb/testsuite] Fix gdb.dwarf2/enqueued-cu-base-addr.exp for remote host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=468f212c5779d1c6ad68a5add2c41a862255ca25;p=binutils-gdb.git [gdb/testsuite] Fix gdb.dwarf2/enqueued-cu-base-addr.exp for remote host Fix test-case gdb.dwarf2/enqueued-cu-base-addr.exp for remote host by using $testfile instead $binfile. Tested on x86_64-linux. --- diff --git a/gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp b/gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp index 658a9a4bb79..b60c02085b4 100644 --- a/gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp +++ b/gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp @@ -89,7 +89,7 @@ set cu2_blockvector_re \ "" \ "block #000, \[^\r\n\]* in ($hex)..$hex" \ ".*"] -gdb_test_multiple "maint print symbols -objfile $binfile" "CU addr found" { +gdb_test_multiple "maint print symbols -objfile $testfile" "CU addr found" { -re -wrap $cu2_blockvector_re { set addr $expect_out(1,string) if { $addr eq "0x0" } {