This is the mail archive of the binutils@sources.redhat.com 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: gas testsuite failure: FAIL: i386 padlock [Was: Results for binutils 2.15.90 20040314 testsuite on i786-pc-cygwin]


On Sun, Mar 14, 2004 at 08:30:50AM +0100, Christian Joensson wrote:
> ../as-new  --32  -o dump.o /usr/local/src/gcc-binutils/trunk/src/gas/testsuite/\
> gas/i386/padlock.s
> /usr/local/src/gcc-binutils/trunk/objdir-binutils/gas/testsuite/../../binutils/\
> objdump  -dw dump.o > dump.out
> extra lines in dump.out starting with "^  2e:   90                      nop    \
> $"

Should now be fixed.

gas/testsuite/ChangeLog
	* gas/i386/padlock.s: Pad with .p2align.
	* gas/i386/padlock.d: Adjust.

Index: gas/testsuite/gas/i386/padlock.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/padlock.d,v
retrieving revision 1.1
diff -u -p -r1.1 padlock.d
--- gas/testsuite/gas/i386/padlock.d	12 Mar 2004 13:37:38 -0000	1.1
+++ gas/testsuite/gas/i386/padlock.d	15 Mar 2004 00:32:32 -0000
@@ -18,3 +18,4 @@ Disassembly of section .text:
   23:[	 ]*f3 0f a7 e8 [	 ]*repz xcryptofb 
   27:[	 ]*0f a7 c0 [	 ]*xstorerng 
   2a:[	 ]*f3 0f a7 c0 [	 ]*repz xstorerng 
+[ 	]*\.\.\.
Index: gas/testsuite/gas/i386/padlock.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/padlock.s,v
retrieving revision 1.1
diff -u -p -r1.1 padlock.s
--- gas/testsuite/gas/i386/padlock.s	12 Mar 2004 13:37:38 -0000	1.1
+++ gas/testsuite/gas/i386/padlock.s	15 Mar 2004 00:32:32 -0000
@@ -14,3 +14,5 @@ foo:
 	rep xcryptofb
 	xstore
 	rep xstore
+
+	.p2align 4,0

-- 
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]