Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: gdb/testsuite/gdb.dwarf2/pieces.exp

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.dwarf2/member-ptr-forwardref.exp ('k') | gdb/testsuite/gdb.dwarf2/pr10770.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.dwarf2/pieces.exp
diff --git a/gdb/testsuite/gdb.dwarf2/pieces.exp b/gdb/testsuite/gdb.dwarf2/pieces.exp
index 58331c14bbf0c99594379501092419e6af5ca330..eb3b5dccb2c10cd05bfd1ac281a29133a761c10f 100644
--- a/gdb/testsuite/gdb.dwarf2/pieces.exp
+++ b/gdb/testsuite/gdb.dwarf2/pieces.exp
@@ -24,12 +24,10 @@ if {![is_x86_like_target]} {
return 0
}
-set testfile "pieces"
-set srcfile ${testfile}.S
+standard_testfile .S
set csrcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}.x
-if {[prepare_for_testing ${testfile}.exp ${testfile}.x $srcfile]} {
+if {[prepare_for_testing ${testfile}.exp ${testfile} $srcfile]} {
return -1
}
« no previous file with comments | « gdb/testsuite/gdb.dwarf2/member-ptr-forwardref.exp ('k') | gdb/testsuite/gdb.dwarf2/pr10770.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698