From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14832 invoked by alias); 25 Apr 2006 22:28:10 -0000 Received: (qmail 14821 invoked by uid 22791); 25 Apr 2006 22:28:10 -0000 X-Spam-Check-By: sourceware.org Received: from smtp104.sbc.mail.mud.yahoo.com (HELO smtp104.sbc.mail.mud.yahoo.com) (68.142.198.203) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 25 Apr 2006 22:28:08 +0000 Received: (qmail 43180 invoked from network); 25 Apr 2006 22:28:07 -0000 Received: from unknown (HELO lucon.org) (hjjean@sbcglobal.net@75.0.171.244 with login) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 25 Apr 2006 22:28:07 -0000 Received: by lucon.org (Postfix, from userid 1000) id 82F1464034; Tue, 25 Apr 2006 15:28:05 -0700 (PDT) Date: Wed, 26 Apr 2006 06:32:00 -0000 From: "H. J. Lu" To: binutils@sources.redhat.com Subject: PATCH: Skip "alpha*-*-*" for 64K section Message-ID: <20060425222805.GB32676@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00364.txt.bz2 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 * 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.