This is the mail archive of the binutils@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]

Re: Fix default Thumb NOP instruction


On Wed, Jan 13, 2010 at 02:03:45PM -0500, Daniel Jacobowitz wrote:
> I can see now I flubbed the testcase; it's missing .syntax unified.
> Will retest and fix.

Still passes :-)

-- 
Daniel Jacobowitz
CodeSourcery

2010-01-13  Daniel Jacobowitz  <dan@codesourcery.com>

	* gas/arm/thumb-nop.s: Add .syntax unified.

Index: gas/testsuite/gas/arm/thumb-nop.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/arm/thumb-nop.s,v
retrieving revision 1.1
diff -u -p -r1.1 thumb-nop.s
--- gas/testsuite/gas/arm/thumb-nop.s	13 Jan 2010 19:01:09 -0000	1.1
+++ gas/testsuite/gas/arm/thumb-nop.s	13 Jan 2010 19:06:25 -0000
@@ -1,5 +1,6 @@
 	.text
 	.code 16
 	.p2align 2
+	.syntax unified
 .foo:	
 	nop


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