This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]