This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR ld/12277: Linker error: "final link failed: Nonrepresentable section on output"


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]