From 5d3b558acd329de9dcbd63d9bb04242b31fad490 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Mon, 9 Oct 2017 12:24:11 +0200 Subject: [PATCH] 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 --- gas/testsuite/gas/all/fill-1.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/testsuite/gas/all/fill-1.s b/gas/testsuite/gas/all/fill-1.s index 92d495a..e72cbf1 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: -- 2.7.4