From 71b7d793371c3cff599c3329c5f3205240117731 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 25 Feb 2014 20:47:09 +0100 Subject: [PATCH] PR gdb/16626 gdb/testsuite/ 2014-02-25 Jan Kratochvil PR gdb/16626 * gdb.base/auto-load.exp: Fix out-of-srctree run. Message-ID: <87k3cjt3jl.fsf@fleche.redhat.com> --- gdb/testsuite/ChangeLog | 3 +++ gdb/testsuite/gdb.base/auto-load.exp | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1a2b358db6..d54ed98b8f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -5,6 +5,9 @@ * gdb.base/auto-load.c: New file. * gdb.base/auto-load.exp: New file. + PR gdb/16626 + * gdb.base/auto-load.exp: Fix out-of-srctree run. + 2014-02-25 Jan Kratochvil Fix dw2-icycle.exp -fsanitize=address GDB crash. diff --git a/gdb/testsuite/gdb.base/auto-load.exp b/gdb/testsuite/gdb.base/auto-load.exp index 226711f515..d0e93f064b 100644 --- a/gdb/testsuite/gdb.base/auto-load.exp +++ b/gdb/testsuite/gdb.base/auto-load.exp @@ -20,8 +20,8 @@ if [is_remote host] { } set targetdir "${binfile}.dir" -set sourcescript "${binfile}-script" -set targetscriptdir "${targetdir}/[file dirname ${sourcescript}]" +set sourcescript "${srcdir}/${subdir}/${testfile}-script" +set targetscriptdir "${targetdir}/[file dirname ${binfile}]" set targetscript "${targetscriptdir}/${testfile}-gdb.gdb" remote_exec host "rm -rf ${targetdir}" -- 2.34.1