aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAndreas Arnez <arnez@linux.vnet.ibm.com>2016-03-01 12:43:55 +0100
committerAndreas Arnez <arnez@linux.vnet.ibm.com>2016-03-01 12:43:55 +0100
commit4a9321595003d86dd4794d0edab071f91989808e (patch)
treedd41986e88d9059bf1e5e449421837d28f8034fa /gdb/testsuite/ChangeLog
parentf24894771e384b1bc60dc0f2c104d7e7fad3c865 (diff)
downloadgdb-4a9321595003d86dd4794d0edab071f91989808e.zip
gdb-4a9321595003d86dd4794d0edab071f91989808e.tar.gz
gdb-4a9321595003d86dd4794d0edab071f91989808e.tar.bz2
S390: Fix output path for s390-tdbregs test case
Since test artifacts are always organized in a directory hierarchy, the s390-tdbregs test case is not executed correctly any more. This is because it uses an obsolete way of constructing the executable's path. This change invokes prepare_for_testing instead. gdb/testsuite/ChangeLog: * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of manually constructing the output path.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 84f963c..00fe95d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
+ * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
+ manually constructing the output path.
+
+2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
+
* gdb.arch/s390-stackless.S: New.
* gdb.arch/s390-stackless.exp: New.