mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
Replace nop in fill-1.s testcase.
gas/ChangeLog: 2017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com> * testsuite/gas/all/fill-1.s: Replace nop with .word 42
This commit is contained in:
parent
4f2358bca6
commit
5d3b558acd
@ -1,5 +1,5 @@
|
||||
.text
|
||||
.fill (2f-1f), 1, 0x90
|
||||
1:
|
||||
nop
|
||||
.word 42
|
||||
2:
|
||||
|
Loading…
Reference in New Issue
Block a user