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: New failures on cygwin: [gas] i386 secrel reloc, [ld] .secrel32


On Wed, Sep 29, 2004 at 01:46:57AM +0200, Christian Joensson wrote:
> regexp "^ 0020 3e3e3e3e                             >>>>            $"
> line   " 0020 3e3e3e3e 00000000 00000000 00000000  >>>>............"
> FAIL: i386 secrel reloc

A perennial testsuite problem.

gas/testsuite/
	* gas/i386/secrel.s: Pad .rdata out to 16 byte boundary.
	* gas/i386/secrel.d: Adjust to suit.

ld/testsuite/
	* ld-pe/secrel1.s: Pad .rdata out to 16 byte boundary.
	* ld-pe/secrel.d: Adjust to suit.

Index: gas/testsuite/gas/i386/secrel.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/secrel.d,v
retrieving revision 1.1
diff -u -p -r1.1 secrel.d
--- gas/testsuite/gas/i386/secrel.d	20 Apr 2004 12:17:15 -0000	1.1
+++ gas/testsuite/gas/i386/secrel.d	29 Sep 2004 13:31:53 -0000
@@ -40,4 +40,4 @@ Contents of section \.data:
 Contents of section \.rdata:
  0000 3e3e3e3e 3c3c3c3c 3e3e3e3e 3e3c3c3c  >>>><<<<>>>>><<<
  0010 3e3e3e3e 3e3e3c3c 3e3e3e3e 3e3e3e3c  >>>>>><<>>>>>>><
- 0020 3e3e3e3e                             >>>>            
+ 0020 3e3e3e3e 00000000 00000000 00000000  >>>>............
Index: gas/testsuite/gas/i386/secrel.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/secrel.s,v
retrieving revision 1.1
diff -u -p -r1.1 secrel.s
--- gas/testsuite/gas/i386/secrel.s	20 Apr 2004 12:17:15 -0000	1.1
+++ gas/testsuite/gas/i386/secrel.s	29 Sep 2004 13:31:53 -0000
@@ -75,3 +75,5 @@ nex16:	.ascii "<<"
 	.ascii ">>>>>>>"
 nex1f:	.ascii "<"
 	.ascii ">>>>"
+
+	.p2align 4,0
Index: ld/testsuite/ld-pe/secrel.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-pe/secrel.d,v
retrieving revision 1.1
diff -u -p -r1.1 secrel.d
--- ld/testsuite/ld-pe/secrel.d	20 Apr 2004 12:17:16 -0000	1.1
+++ ld/testsuite/ld-pe/secrel.d	29 Sep 2004 13:31:53 -0000
@@ -21,7 +21,7 @@ Contents of section \.data:
 Contents of section \.rdata:
  403000 3e3e3e3e 3c3c3c3c 3e3e3e3e 3e3c3c3c  >>>><<<<>>>>><<<
  403010 3e3e3e3e 3e3e3c3c 3e3e3e3e 3e3e3e3c  >>>>>><<>>>>>>><
- 403020 3e3e3e3e                             >>>>            
+ 403020 3e3e3e3e 00000000 00000000 00000000  >>>>............
 Contents of section \.idata:
  404000 00000000 00000000 00000000 00000000  ................
  404010 00000000                             ....            
Index: ld/testsuite/ld-pe/secrel1.s
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-pe/secrel1.s,v
retrieving revision 1.1
diff -u -p -r1.1 secrel1.s
--- ld/testsuite/ld-pe/secrel1.s	20 Apr 2004 12:17:16 -0000	1.1
+++ ld/testsuite/ld-pe/secrel1.s	29 Sep 2004 13:31:53 -0000
@@ -75,3 +75,5 @@ nex16:	.ascii "<<"
 	.ascii ">>>>>>>"
 nex1f:	.ascii "<"
 	.ascii ">>>>"
+
+	.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]