aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2019-01-17 16:05:37 +0000
committerTamar Christina <tamar.christina@arm.com>2019-01-17 16:06:31 +0000
commitdee3ee22244df9c8b3220af7f4361e69adb84c97 (patch)
tree3510a559e905ed922e425696547e5eee5ba8229b /gas/ChangeLog
parentbaae986a40eb2ed6d612436586bfa7dd1d88702d (diff)
downloadgdb-dee3ee22244df9c8b3220af7f4361e69adb84c97.zip
gdb-dee3ee22244df9c8b3220af7f4361e69adb84c97.tar.gz
gdb-dee3ee22244df9c8b3220af7f4361e69adb84c97.tar.bz2
Arm: Clean up PE GAS testsuite correct THUMB tests.
The PE targets don't support mapping symbols and so the disassembler is unable to correctly output thumb instructions when the input was thumb. So for testcases that only have thumb output, I have copied them and skipped the ones for which auto-detection is supposed to work on PE, and added a new one that will force thumb output. This so that the tests still check the mapping symbols. For the tests that switch between thumb and arm in one file I just skip them entirely on PE targets. This cleans up the PE GAS testsuite. gas/ * testsuite/gas/arm/archv6t2-1-pe.d: New test. * testsuite/gas/arm/archv6t2-1.d: Skip pe. * testsuite/gas/arm/csdb.d: Skip pe. * testsuite/gas/arm/sb-thumb1-pe.d: New test. * testsuite/gas/arm/sb-thumb1.d: Skip pe. * testsuite/gas/arm/sb-thumb2-pe.d: New test. * testsuite/gas/arm/sb-thumb2.d: Skip pe. * testsuite/gas/arm/udf.d: Skip pe.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cd80c48..d3aa8dc 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,14 @@
+2019-01-17 Tamar Christina <tamar.christina@arm.com>
+
+ * testsuite/gas/arm/archv6t2-1-pe.d: New test.
+ * testsuite/gas/arm/archv6t2-1.d: Skip pe.
+ * testsuite/gas/arm/csdb.d: Skip pe.
+ * testsuite/gas/arm/sb-thumb1-pe.d: New test.
+ * testsuite/gas/arm/sb-thumb1.d: Skip pe.
+ * testsuite/gas/arm/sb-thumb2-pe.d: New test.
+ * testsuite/gas/arm/sb-thumb2.d: Skip pe.
+ * testsuite/gas/arm/udf.d: Skip pe.
+
2019-01-16 Kito Cheng <kito@andestech.com>
* testsuite/gas/riscv/attribute-empty.d: New.