[binutils-gdb] Replace nop in fill-1.s testcase.

Andreas Krebbel krebbel@sourceware.org
Mon Oct 9 10:26:00 GMT 2017


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5d3b558acd329de9dcbd63d9bb04242b31fad490

commit 5d3b558acd329de9dcbd63d9bb04242b31fad490
Author: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
Date:   Mon Oct 9 12:24:11 2017 +0200

    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

Diff:
---
 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:



More information about the Binutils-cvs mailing list