aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog23
-rw-r--r--gas/testsuite/gas/all/fill-1.d1
-rw-r--r--gas/testsuite/gas/all/fill-1.s4
3 files changed, 17 insertions, 11 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 833e41c..4d7dcce 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,19 +1,24 @@
+2017-10-25 Alan Modra <amodra@gmail.com>
+
+ * testsuite/gas/all/fill-1.d: Exclude tic4x and tic54x.
+ * testsuite/gas/all/fill-1.s: Use L1 rather than .L1.
+
2017-10-24 Andrew Waterman <andrew@sifive.com>
* testsuite/gas/riscv/c-addi16sp-fail.d: New test.
- testsuite/gas/riscv/c-addi16sp-fail.l: Likewise.
- testsuite/gas/riscv/c-addi16sp-fail.s: Likewise.
- testsuite/gas/riscv/c-addi4spn-fail.d: Likewise.
- testsuite/gas/riscv/c-addi4spn-fail.l: Likewise.
- testsuite/gas/riscv/c-addi4spn-fail.s: Likewise.
- testsuite/gas/riscv/riscv.exp: Add new tests.
+ * testsuite/gas/riscv/c-addi16sp-fail.l: Likewise.
+ * testsuite/gas/riscv/c-addi16sp-fail.s: Likewise.
+ * testsuite/gas/riscv/c-addi4spn-fail.d: Likewise.
+ * testsuite/gas/riscv/c-addi4spn-fail.l: Likewise.
+ * testsuite/gas/riscv/c-addi4spn-fail.s: Likewise.
+ * testsuite/gas/riscv/riscv.exp: Add new tests.
2017-10-24 Andrew Waterman <andrew@sifive.com>
* testsuite/gas/riscv/c-lui-fail.d: New testcase.
- gas/testsuite/gas/riscv/c-lui-fail.l: Likewise.
- gas/testsuite/gas/riscv/c-lui-fail.s: Likewise.
- gas/testsuite/gas/riscv/riscv.exp: Likewise.
+ * gas/testsuite/gas/riscv/c-lui-fail.l: Likewise.
+ * gas/testsuite/gas/riscv/c-lui-fail.s: Likewise.
+ * gas/testsuite/gas/riscv/riscv.exp: Likewise.
2017-10-24 H.J. Lu <hongjiu.lu@intel.com>
diff --git a/gas/testsuite/gas/all/fill-1.d b/gas/testsuite/gas/all/fill-1.d
index da5933e..861eb0d 100644
--- a/gas/testsuite/gas/all/fill-1.d
+++ b/gas/testsuite/gas/all/fill-1.d
@@ -1,5 +1,6 @@
#objdump: -s -j .data -j "\$DATA\$"
#name: fill test with forward labels
+#not-target: tic4x-*-* tic54x-*-*
.*: +file format .*
diff --git a/gas/testsuite/gas/all/fill-1.s b/gas/testsuite/gas/all/fill-1.s
index 34c52cc..d304812 100644
--- a/gas/testsuite/gas/all/fill-1.s
+++ b/gas/testsuite/gas/all/fill-1.s
@@ -1,7 +1,7 @@
.data
.dc.w 0x0a0a
- .fill (.L2-.L1), 1, 0x0d
-.L1:
+ .fill (.L2-L1), 1, 0x0d
+L1:
.dc.w 0x0b0b
.L2:
.dc.w 0x0c0c