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

See the CrossGCC FAQ for lots more information.


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: crosstool bloat


----Original Message----
>From: Mike Frysinger
>Sent: 22 September 2005 15:04

> On Thursday 22 September 2005 09:59 am, Dave Korn wrote:
>> A guy on the binutils list recommended a
>> more recent patch: see
>> 
>> http://article.gmane.org/gmane.comp.gnu.binutils/25019
> 
> i hinted at this in my crossgcc post, i just had a delayed mail queue so i
> think it was missed as the subthread took off ;)
> -mike
> 


  Yeh, but we just couldn't find out how to get rid of the padding.  Don't
see why the linker needs to actually put it in there.

  I see the patch you've got turns the ELF_MAXPAGESIZE down to 4kb, which
implicitly affects the alignment of sections.  Using "ELF_MAXPAGESIZE mips"
as a search string at google I found a thread that suggested using the "-n"
(or "-N") switches to ld, which stops it doing page alignment; have you ever
tried that yourself?




    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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