Replace nop in fill-1.s testcase.
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 9 Oct 2017 10:24:11 +0000 (12:24 +0200)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 9 Oct 2017 10:25:16 +0000 (12:25 +0200)
gas/ChangeLog:

2017-10-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* testsuite/gas/all/fill-1.s: Replace nop with .word 42

gas/testsuite/gas/all/fill-1.s

index 92d495a7bc04bf558af8ac19d3f6b6e8b147b563..e72cbf1c550cbcb71d134198cd7efbf8ce244671 100644 (file)
@@ -1,5 +1,5 @@
        .text
        .fill (2f-1f), 1, 0x90
 1:
-        nop
+        .word 42
 2:
This page took 0.025745 seconds and 4 git commands to generate.