From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15533 invoked by alias); 5 Feb 2011 02:07:32 -0000 Received: (qmail 15524 invoked by uid 22791); 5 Feb 2011 02:07:32 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iw0-f169.google.com (HELO mail-iw0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Feb 2011 02:07:27 +0000 Received: by iwc10 with SMTP id 10so3120285iwc.0 for ; Fri, 04 Feb 2011 18:07:25 -0800 (PST) Received: by 10.42.175.201 with SMTP id bb9mr4613031icb.423.1296871645400; Fri, 04 Feb 2011 18:07:25 -0800 (PST) Received: from bubble.grove.modra.org ([115.187.252.19]) by mx.google.com with ESMTPS id k38sm986693ick.21.2011.02.04.18.07.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 04 Feb 2011 18:07:24 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 5A3C616EA013; Sat, 5 Feb 2011 12:37:12 +1030 (CST) Date: Sat, 05 Feb 2011 02:07:00 -0000 From: Alan Modra To: Dave Korn Cc: "H.J. Lu" , binutils@sourceware.org Subject: Re: PATCH: PR ld/12277: Linker error: "final link failed: Nonrepresentable section on output" Message-ID: <20110205020712.GD9489@bubble.grove.modra.org> Mail-Followup-To: Dave Korn , "H.J. Lu" , binutils@sourceware.org References: <20110201203840.GA12996@intel.com> <4D487CED.7060603@gmail.com> <4D48800D.4020302@gmail.com> <4D488FD2.4030208@gmail.com> <4D489336.3000800@gmail.com> <4D4894C5.4000509@gmail.com> <4D4A4913.9090003@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D4A4913.9090003@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00055.txt.bz2 On Thu, Feb 03, 2011 at 06:20:03AM +0000, Dave Korn wrote: > - abfd = bfd_create (concat (name, IRONLY_SUFFIX, (const char *)NULL), > - srctemplate); > + abfd = bfd_create (name, srctemplate); For the sake of error messages like the one in http://sourceware.org/ml/binutils/2011-02/msg00037.html, I think it would be better to keep the name suffix. The change to is_ir_dummy_bfd is OK to commit. -- Alan Modra Australia Development Lab, IBM