public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "H. J. Lu" <hjl@lucon.org>
To: binutils@sources.redhat.com
Subject: PATCH: Skip "alpha*-*-*" for 64K section
Date: Wed, 26 Apr 2006 06:32:00 -0000	[thread overview]
Message-ID: <20060425222805.GB32676@lucon.org> (raw)

Alpha linker complains about relocation overflow with this test. I
don't know how to fix it. This patch just skip the test for alpha.


H.J.
----
2006-04-25  H.J. Lu  <hongjiu.lu@intel.com>

	* ld-elf/sec64k.exp: Skip "alpha*-*-*".

--- ld/testsuite/ld-elf/sec64k.exp.alpha	2005-11-15 13:50:14.000000000 -0800
+++ ld/testsuite/ld-elf/sec64k.exp	2006-04-25 15:07:37.000000000 -0700
@@ -24,6 +24,11 @@ if ![is_elf_format] {
     return
 }
 
+# Why does Alpha get relocation error?
+if { [istarget "alpha*-*-*"] } {
+    return
+}
+
 # Test >64k sections, with and without -r.  First, create the assembly
 # files.  Have a relocation to another section and one within the local
 # section.

                 reply	other threads:[~2006-04-25 22:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20060425222805.GB32676@lucon.org \
    --to=hjl@lucon.org \
    --cc=binutils@sources.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).