aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAndreas Arnez <arnez@linux.vnet.ibm.com>2015-04-16 13:03:48 +0200
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2015-04-16 13:03:48 +0200
commitaf9fd6f863c9f184e2c84d8a4707b3ec7b8ca67b (patch)
tree9ab31bbccab10ecf201169ba0b6f568436d10008 /gdb/testsuite/ChangeLog
parent04ff1e612ece7915c5c0f94c84f90f55e4c50059 (diff)
downloadgdb-af9fd6f863c9f184e2c84d8a4707b3ec7b8ca67b.zip
gdb-af9fd6f863c9f184e2c84d8a4707b3ec7b8ca67b.tar.gz
gdb-af9fd6f863c9f184e2c84d8a4707b3ec7b8ca67b.tar.bz2
s390-vregs.exp: Avoid compile errors with older GCCs and on 31-bit targets
The test case s390-vregs.exp yields compile errors on 31-bit targets as well as when using a GCC that defaults to an older "-march=". This patch fixes these issues. gdb/testsuite/ChangeLog: * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an appropriate .insn, such that an older assembler can be used. * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable the z/Architecture instruction set on 31-bit targets as well.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 55a593a..0f2d552 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,12 @@
2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
+ * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
+ appropriate .insn, such that an older assembler can be used.
+ * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
+ the z/Architecture instruction set on 31-bit targets as well.
+
+2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
+
* gdb.go/handcall.exp: Remove all logic related to the first
breakpoint and rely on go_runto_main instead.
* gdb.go/strings.exp: Likewise.