Yet another fill-1 test fix
authorAlan Modra <amodra@gmail.com>
Wed, 25 Oct 2017 05:01:58 +0000 (15:31 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 25 Oct 2017 05:01:58 +0000 (15:31 +1030)
commit94092126a05ee625bf05d48cb331472b8f87d235
treeb28d47732d91422e4854a8c6baec8b5b675b4869
parent711f5e559e8009f8033f3709d4fbe70c961a403a
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.
gas/ChangeLog
gas/testsuite/gas/all/fill-1.d
gas/testsuite/gas/all/fill-1.s
This page took 0.025275 seconds and 4 git commands to generate.