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:
parent
8df93cb565
commit
238c141b98
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue