aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>2017-10-19 09:02:15 +0200
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2017-10-19 09:02:15 +0200
commitfa57faa0dad237b3f418f17e7ee2114c32da818a (patch)
tree81f47705e91e21cacbf730bfb72afe6f9d9262dc /gas/ChangeLog
parentd7dd155841641df62761f79a35362371811d9739 (diff)
downloadgdb-fa57faa0dad237b3f418f17e7ee2114c32da818a.zip
gdb-fa57faa0dad237b3f418f17e7ee2114c32da818a.tar.gz
gdb-fa57faa0dad237b3f418f17e7ee2114c32da818a.tar.bz2
Fix fill-1 testcase
This fixes various issues with the fill-1 testcase causing fails on a couple of targets. gas/ChangeLog: 2017-10-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com> * testsuite/gas/all/fill-1.s: Use normal labels. Change .text to .data. Pick different values. Use .dc.w instead of .word. * testsuite/gas/all/fill-1.d: New objdump output check. * testsuite/gas/all/gas.exp: Use run_dump_test to execute fill-1 testcase.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cb90c99..23b2faa 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+2017-10-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
+
+ * testsuite/gas/all/fill-1.s: Use normal labels. Change .text to
+ .data. Pick different values. Use .dc.w instead of .word.
+ * testsuite/gas/all/fill-1.d: New objdump output check.
+ * testsuite/gas/all/gas.exp: Use run_dump_test to execute fill-1
+ testcase.
+
2017-10-18 Palmer Dabbelt <palmer@dabbelt.com>
* testsuite/gas/all/align.d: Mark as unsupported on RISC-V.