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: Bloated binaries following the use of AT(...) linker script command


On Mon, Jun 15, 2009 at 06:24:14PM -0700, Prasad B wrote:
> Could someone indicate the possible reasons for the bloating of the executable ?

Why are you specifying a 64-bit AT value for a 32-bit target?  My
guess is that you have ld compiled with a 64-bit vma (either 64-bit
host, at least one 64-bit target, or --enable-64-bit-bfd) and have hit
some ld code that isn't 64-bit clean.

Please submit a bugzilla report with a testcase.

-- 
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]