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: Q: Estimated date for 2.16 release ?


> Fixed thusly.
>
>
> 	* ld-sparc/tlssunnopic32.rd: Adjust for .dynsym changes.
> 	* ld-sparc/tlssunpic32.rd: Likewise.

I forgot the following tweaks to the driver, that make it possible to run the 
tests on Solaris and prevent the 32-bit tests from being run on sparc64-elf.

Tested with a cross to all affected targets as well as natively on Solaris, 
applied as obvious.


	* ld-sparc/sparc-exp: Enable on Solaris.  Disable 32-bit tests
	on sparc64-elf.


-- 
Eric Botcazou
Index: sparc.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-sparc/sparc.exp,v
retrieving revision 1.1
diff -u -r1.1 sparc.exp
--- sparc.exp	24 Jan 2003 23:44:45 -0000	1.1
+++ sparc.exp	14 Feb 2005 09:52:11 -0000
@@ -16,10 +16,11 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
 
-# Test i386 linking; all types of relocs.  This tests the assembler and
+# Test SPARC linking; all types of relocs.  This tests the assembler and
 # tools like objdump as well as the linker.
 
-if { !([istarget "sparc*-*-elf*"]		
+if { !([istarget "sparc*-*-elf*"]
+       || [istarget "sparc*-sun-solaris*"]
        || ([istarget "sparc*-*-linux*"]
 	   && ![istarget "*-*-*aout*"]
 	   && ![istarget "*-*-*oldld*"])) } {
@@ -84,5 +85,7 @@
      {{objdump -sj.debug_foobar tlsg64.sd}} "tlsg64"}
 }
 
-run_ld_link_tests $sparctests
+if { ![istarget "sparc64-*-elf*"] } {
+    run_ld_link_tests $sparctests
+}
 # run_ld_link_tests $sparc64tests

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