Bloated binaries following the use of AT(...) linker script command

Alan Modra amodra@bigpond.net.au
Tue Jun 16 02:18:00 GMT 2009
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



More information about the Binutils mailing list