From: Andreas Krebbel Date: Mon, 9 Oct 2017 10:24:11 +0000 (+0200) Subject: Replace nop in fill-1.s testcase. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d3b558acd329de9dcbd63d9bb04242b31fad490;p=binutils-gdb.git Replace nop in fill-1.s testcase. gas/ChangeLog: 2017-10-09 Andreas Krebbel * testsuite/gas/all/fill-1.s: Replace nop with .word 42 --- diff --git a/gas/testsuite/gas/all/fill-1.s b/gas/testsuite/gas/all/fill-1.s index 92d495a7bc0..e72cbf1c550 100644 --- a/gas/testsuite/gas/all/fill-1.s +++ b/gas/testsuite/gas/all/fill-1.s @@ -1,5 +1,5 @@ .text .fill (2f-1f), 1, 0x90 1: - nop + .word 42 2: