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: Results for 2.15.94 20050217 testsuite on sparc-unknown-linux-gnu


On Thu, Feb 17, 2005 at 10:33:30PM +0100, Christian Joensson wrote:
> FAIL: ld-scripts/align2a
> FAIL: ld-scripts/align2b

Memo to self and Nick:  Just because Zack is an accomplished gcc hacker
doesn't mean he knows what he's doing in binutils!

	* ld-scripts/align2a.d: Don't assume anything about section
	padding or alignment, or max page size.  Accept 64-bit addresses.
	* ld-scripts/align2b.d: Likewise.

Index: ld/testsuite/ld-scripts/align2a.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-scripts/align2a.d,v
retrieving revision 1.1
diff -u -p -r1.1 align2a.d
--- ld/testsuite/ld-scripts/align2a.d	17 Feb 2005 20:57:01 -0000	1.1
+++ ld/testsuite/ld-scripts/align2a.d	18 Feb 2005 01:47:19 -0000
@@ -5,9 +5,8 @@
 
 Sections:
 Idx +Name +Size +VMA +LMA +File +off +Algn
- +0 +\.text +00000004 +00000000 +00000000 +00001000 +2\*\*2
+ +0 +\.text +[^ ]* +0+ +0+ .*
  +CONTENTS, +ALLOC, +LOAD, +READONLY, +CODE
- +1 +\.data +00000004 +00000010 +00000010 +00001010 +2\*\*2
+ +1 +\.data +[^ ]* +0+10 +0+10 .*
  +CONTENTS, +ALLOC, +LOAD, +DATA
- +2 +\.bss +00000000 +00000014 +00000014 +00001014 +2\*\*2
- +ALLOC
+#pass
Index: ld/testsuite/ld-scripts/align2b.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-scripts/align2b.d,v
retrieving revision 1.1
diff -u -p -r1.1 align2b.d
--- ld/testsuite/ld-scripts/align2b.d	17 Feb 2005 20:57:01 -0000	1.1
+++ ld/testsuite/ld-scripts/align2b.d	18 Feb 2005 01:47:19 -0000
@@ -5,9 +5,8 @@
 
 Sections:
 Idx +Name +Size +VMA +LMA +File off +Algn
- +0 +\.text +00000004 +00000000 +00000000 +00001000 +2\*\*2
+ +0 +\.text +[^ ]* +0+ +0+ .*
  +CONTENTS, +ALLOC, +LOAD, +READONLY, +CODE
- +1 +\.data +00000004 +00000020 +00000020 +00001020 +2\*\*2
+ +1 +\.data +[^ ]* +0+20 +0+20 .*
  +CONTENTS, +ALLOC, +LOAD, +DATA
- +2 +\.bss +00000000 +00000024 +00000024 +00001024 +2\*\*2
- +ALLOC
+#pass

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