Fix default Thumb NOP instruction

Daniel Jacobowitz dan@codesourcery.com
Wed Jan 13 19:07:00 GMT 2010


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



More information about the Binutils mailing list