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


>Being as far from a guru at this stuff as humanly possible, the best I 
>could figure out was that the bloated programs have an additional 
>section header named ".MIPS.stubs".  I'm not sure how else to use 
>objdump effectively.  Forgive my inexperience with compilers and such... 
>  Is there another arg I should try to compare?

Start with 'objdump -h' to dump the section headers.  From there you
cans ee the size of each section(and whether there are any new and/or
unexpected ones).

-- 
Peter Barada
peter@the-baradas.com

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