aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorCarl Love <cel@us.ibm.com>2021-06-16 12:07:39 -0500
committerCarl Love <cel@us.ibm.com>2021-06-25 11:08:47 -0500
commit202054aea670db6441f6b04c59ff58e6c3a1f8ca (patch)
tree1853d09c46b22e02d7ac297985b470412aa06621 /gdb/testsuite/ChangeLog
parent50a6759f0f541ea965c7330bfbfe335cb8d66af8 (diff)
downloadgdb-202054aea670db6441f6b04c59ff58e6c3a1f8ca.zip
gdb-202054aea670db6441f6b04c59ff58e6c3a1f8ca.tar.gz
gdb-202054aea670db6441f6b04c59ff58e6c3a1f8ca.tar.bz2
Add ISA 3.1 check to powerpc-plxv-norel.exp
This patch adds a file with the ISA 3.1 check. The ISA 3.1 check is added to the test to ensure the test is only run on ISA 3.1 or newer. gdb/testsuite/ChangeLog 2021-06-25 Carl Love <cel@us.ibm.com> * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests. * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index e5164c7..040a12f 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+gdb/testsuite/ChangeLog
+2021-06-25 Carl Love <cel@us.ibm.com>
+
+ * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
+ * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
+
2021-06-25 Tom Tromey <tromey@adacore.com>
* gdb.ada/py_range.exp: Add type name test cases.