This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Q: Estimated date for 2.16 release ?
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: binutils at sources dot redhat dot com,Christian Joensson <christian dot joensson at gmail dot com>
- Date: Mon, 14 Feb 2005 11:11:35 +0100
- Subject: Re: Q: Estimated date for 2.16 release ?
- References: <OF61577335.B313AA4D-ONC2256F96.004AE546-C2256F96.004B5A37@nsc.com> <20050127143409.GU4777@sunsite.mff.cuni.cz> <200502140118.48129.ebotcazou@libertysurf.fr>
> 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