testsuite/gas/all/fill-1.s: Use L2 rather than .L2.

For some targets, like mmix-knuth-mmixware, .L2 (and .L1) are invalid
symbols.
This commit is contained in:
Hans-Peter Nilsson 2017-10-26 01:11:06 +02:00
parent 8df93cb565
commit 238c141b98
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2017-10-26 Hans-Peter Nilsson <hp@bitrange.com>
* testsuite/gas/all/fill-1.s: Use L2 rather than .L2.
2017-10-25 Alan Modra <amodra@gmail.com>
PR 22348

View File

@ -1,7 +1,7 @@
.data
.dc.w 0x0a0a
.fill (.L2-L1), 1, 0x0d
.fill (L2-L1), 1, 0x0d
L1:
.dc.w 0x0b0b
.L2:
L2:
.dc.w 0x0c0c