mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
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:
@ -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>
|
2017-10-25 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
PR 22348
|
PR 22348
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.data
|
.data
|
||||||
.dc.w 0x0a0a
|
.dc.w 0x0a0a
|
||||||
.fill (.L2-L1), 1, 0x0d
|
.fill (L2-L1), 1, 0x0d
|
||||||
L1:
|
L1:
|
||||||
.dc.w 0x0b0b
|
.dc.w 0x0b0b
|
||||||
.L2:
|
L2:
|
||||||
.dc.w 0x0c0c
|
.dc.w 0x0c0c
|
||||||
|
Reference in New Issue
Block a user