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]

Re: XFAIL srec test for powerpc-eabi


On Thu, Aug 16, 2007 at 07:37:48AM -0400, Daniel Jacobowitz wrote:
> On Thu, Aug 16, 2007 at 03:44:39PM +0930, Alan Modra wrote:
> > I don't see failures on powerpc-linux, except now due to an XPASS..
> > Daniel, this ought to fix the original failure.  Would you mind
> > checking with your toolchain?
> 
> What compiler version?  I believe it will only show up with 4.2 or
> later; but I'm guessing about the "or later".

I used 4.3.0 20070815, 4.2.0 20061122, and some older versions.

> > 	* ld-srec/srec.exp: Revert 2007-08-03.  Instead pass -G 0.
> 
> Works for me.  Could you also delete the powerpc-*-eabi XFAIL at the
> bottom of the file?

Done.  This is what I'll commit.

	* ld-srec/srec.exp: Always pass "-G 0".  Remove all powerpc
	xfails.

Index: ld/testsuite/ld-srec/srec.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-srec/srec.exp,v
retrieving revision 1.26
diff -u -p -r1.26 srec.exp
--- ld/testsuite/ld-srec/srec.exp	3 Aug 2007 12:53:47 -0000	1.26
+++ ld/testsuite/ld-srec/srec.exp	16 Aug 2007 13:38:03 -0000
@@ -228,8 +228,9 @@ proc run_srec_test { test objs } {
     global sizeof_headers
     global host_triplet
 
-    # Tell the ELF linker to not do anything clever with .eh_frame.
-    set flags "--traditional-format"
+    # Tell the ELF linker to not do anything clever with .eh_frame,
+    # and not to put anything in small data.
+    set flags "--traditional-format -G 0"
 
     # If the linker script uses SIZEOF_HEADERS, use a -Ttext argument
     # to force both the normal link and the S-record link to be put in
@@ -374,10 +375,6 @@ setup_xfail "thumb-*-pe*"
 setup_xfail "thumb-*-elf*"
 setup_xfail "arm*-*-linux*"
 
-# The S-record linker doesn't put common symbols in small data
-# the way the ELF linker does.
-setup_xfail "powerpc*-*-*"
-
 # The S-record linker doesn't include the .{zda} sections.
 setup_xfail "v850*-*-elf"
 
@@ -420,7 +417,6 @@ setup_xfail "*-*-aix*" "*-*-xcoff*"
 setup_xfail "arm*-*-*"
 setup_xfail "strongarm*-*-*"
 setup_xfail "thumb-*-*"
-setup_xfail "powerpc*-*-eabi*"
 setup_xfail "v850*-*-elf"
 setup_xfail "alpha*-*-elf*" "alpha*-*-linux-*" "alpha*-*-gnu*"
 setup_xfail "alpha*-*-netbsd*"

-- 
Alan Modra
Australia Development Lab, IBM


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