This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Bloated binaries following the use of AT(...) linker script command
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: Prasad B <bprasad at cs dot arizona dot edu>
- Cc: binutils at sources dot redhat dot com
- Date: Tue, 16 Jun 2009 11:47:56 +0930
- Subject: Re: Bloated binaries following the use of AT(...) linker script command
- References: <e8180c7f0906151824q108d6024jcbf5619d6a2b5744@mail.gmail.com>
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