aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-09-21 12:55:25 +0100
committerMaciej W. Rozycki <macro@imgtec.com>2016-09-21 12:59:33 +0100
commit3d0ec882241884d0cabb27f8fee1262dbc7cf9e7 (patch)
tree7412583a20d28a6cc9a95fd3ec86b4fb1d7df1ab /gdb/testsuite/ChangeLog
parentfc6cda2ee85d2c2719db3b5ae3a1ae963f28416b (diff)
downloadgdb-3d0ec882241884d0cabb27f8fee1262dbc7cf9e7.zip
gdb-3d0ec882241884d0cabb27f8fee1262dbc7cf9e7.tar.gz
gdb-3d0ec882241884d0cabb27f8fee1262dbc7cf9e7.tar.bz2
MIPS/testsuite: mips16-thunks: Use `standard_output_file'
Correct a commit 2151ccc56c74 ("Always organize test artifacts in a directory hierarchy") regression causing: Running .../gdb/testsuite/gdb.arch/mips16-thunks.exp ... gdb compile failed, Assembler messages: Fatal error: can't create .../gdb/testsuite/gdb.arch/mips16-thunks-inmain.o: No such file or directory gdb compile failed, Assembler messages: Fatal error: can't create .../gdb/testsuite/gdb.arch/mips16-thunks-main.o: No such file or directory gdb compile failed, mips-mti-linux-gnu-gcc: error: .../gdb/testsuite/gdb.arch/mips16-thunks-inmain.o: No such file or directory mips-mti-linux-gnu-gcc: error: .../gdb/testsuite/gdb.arch/mips16-thunks-main.o: No such file or directory UNSUPPORTED: gdb.arch/mips16-thunks.exp: No MIPS16 support in the toolchain. by using `standard_output_file' to construct output file names throughout. gdb/testsuite/ * gdb.arch/mips16-thunks.exp: Use `standard_output_file' throughout.
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 730eeb7..a41db8d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
+
+ * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
+ throughout.
+
2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
* lib/gdb.exp: No longer skip hardware breakpoint tests on s390.