public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: Jakub Jelinek <jakub@redhat.com>
Cc: binutils@sources.redhat.com,
	Christian Joensson <christian.joensson@gmail.com>
Subject: Re: Q: Estimated date for 2.16 release ?
Date: Mon, 14 Feb 2005 13:01:00 -0000	[thread overview]
Message-ID: <200502141109.22004.ebotcazou@libertysurf.fr> (raw)
In-Reply-To: <200502140118.48129.ebotcazou@libertysurf.fr>

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

> 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

[-- Attachment #2: sparc_testsuite_driver.diff --]
[-- Type: text/x-diff, Size: 1024 bytes --]

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

  reply	other threads:[~2005-02-14 10:11 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-27 13:45 Tomer Levi
2005-01-27 14:00 ` Daniel Jacobowitz
2005-01-27 14:07   ` Christian Joensson
2005-01-27 14:12     ` Eric Botcazou
2005-01-27 14:34     ` Jakub Jelinek
2005-02-14 10:46       ` Eric Botcazou
2005-02-14 13:01         ` Eric Botcazou [this message]
2005-01-27 14:26   ` Joel Sherrill <joel@OARcorp.com>
2005-01-27 14:36     ` Hans-Peter Nilsson
2005-02-24 18:53       ` Daniel Jacobowitz
2005-02-24 19:03         ` Hans-Peter Nilsson
2005-02-24 19:09         ` Joel Sherrill <joel@OARcorp.com>
2005-02-24 20:36           ` Eric Norum
2005-01-27 14:27   ` Hans-Peter Nilsson
2005-01-27 15:12     ` Ian Lance Taylor
2005-01-27 15:56       ` Hans-Peter Nilsson
2005-01-27 16:06         ` Daniel Jacobowitz
2005-01-31  2:11           ` Hans-Peter Nilsson
2005-02-24 17:54             ` Daniel Jacobowitz
2005-01-27 18:45   ` Thorsten Glaser
2005-02-24 17:49     ` Daniel Jacobowitz
2005-02-24 18:17       ` Thorsten Glaser
2005-04-25  8:06         ` Thorsten Glaser
2005-01-27 19:09   ` The Doctor
2005-01-31 11:40     ` Nick Clifton
2005-01-31  0:25   ` Ben Elliston
2005-01-31  0:42     ` Daniel Jacobowitz
2005-01-31  1:01       ` Ben Elliston
2005-02-24 17:50         ` Daniel Jacobowitz
2005-01-31  0:30   ` Ben Elliston
2005-01-31  0:42     ` Daniel Jacobowitz
2005-01-31 17:15       ` Nick Clifton
2005-02-24 18:40         ` Daniel Jacobowitz
2005-03-08 20:53           ` Daniel Jacobowitz
2005-03-10  9:32             ` Nick Clifton
2005-03-21 11:00           ` Alan Modra
2005-03-21 11:52             ` Daniel Jacobowitz
2005-01-31 16:25   ` Nick Clifton
2005-02-14 18:07   ` Aaron W. LaFramboise
2005-02-15 17:10     ` Nick Clifton
2005-02-24 18:59   ` Daniel Jacobowitz
2005-02-14 10:47 Anil Paranjape
2005-02-14 10:50 ` Miles Bader
2005-02-14 15:08   ` Nick Clifton
2005-02-14 16:17 ` Nick Clifton
2005-02-14 19:19 Anil Paranjape
2005-02-14 23:20 ` Nick Clifton
2005-02-16 12:11 Anil Paranjape
2005-02-16 15:49 ` Nick Clifton
2005-03-01 13:42 Anil Paranjape

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200502141109.22004.ebotcazou@libertysurf.fr \
    --to=ebotcazou@libertysurf.fr \
    --cc=binutils@sources.redhat.com \
    --cc=christian.joensson@gmail.com \
    --cc=jakub@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).