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]

i386 nops-3 test


".align 32" on i386 aout attempts to align to 2**32.

	* gas/i386/nops-3.s: Don't use .align.

Index: gas/testsuite/gas/i386/nops-3.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/nops-3.s,v
retrieving revision 1.1
diff -u -p -r1.1 nops-3.s
--- gas/testsuite/gas/i386/nops-3.s	21 Mar 2007 19:33:06 -0000	1.1
+++ gas/testsuite/gas/i386/nops-3.s	31 Mar 2007 03:16:10 -0000
@@ -1,6 +1,6 @@
 	.text
 nop:
 	nop
-	.align 32
+	.p2align 5
 	mov %eax,%ebx
 	.p2align 4

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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