public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Skip "alpha*-*-*" for 64K section
@ 2006-04-26  6:32 H. J. Lu
  0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2006-04-26  6:32 UTC (permalink / raw)
  To: binutils

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-25 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-26  6:32 PATCH: Skip "alpha*-*-*" for 64K section H. J. Lu

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).