aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-10-25 15:31:58 +1030
committerAlan Modra <amodra@gmail.com>2017-10-25 15:31:58 +1030
commit94092126a05ee625bf05d48cb331472b8f87d235 (patch)
treeb28d47732d91422e4854a8c6baec8b5b675b4869 /gas/ChangeLog
parent711f5e559e8009f8033f3709d4fbe70c961a403a (diff)
downloadgdb-94092126a05ee625bf05d48cb331472b8f87d235.zip
gdb-94092126a05ee625bf05d48cb331472b8f87d235.tar.gz
gdb-94092126a05ee625bf05d48cb331472b8f87d235.tar.bz2
Yet another fill-1 test fix
tic4x fails due to being a 4 octets per byte target, while tic54x is 2 octets per byte. mmix still fails with fill-1.s:4: Error: unknown pseudo-op: `.l1:' fill-1.s:6: Error: unknown pseudo-op: `.l2:' fill-1.s:3: Error: .space specifies non-absolute value and if the labels are changed to L1 and L2 then mep-elf fails with fill-1.s:3: Error: .space specifies non-absolute value Since both of those look like they ought to be investigated by the target maintainers, I'm tweaking the test to fail on both targets. * testsuite/gas/all/fill-1.d: Exclude tic4x and tic54x. * testsuite/gas/all/fill-1.s: Use L1 rather than .L1.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog23
1 files changed, 14 insertions, 9 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>