This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

powerpc-eabi-ld (relaxing)


Hello,

I've been using a gcc cross compiler with target powerpc-elf
and host sparc-sun-solaris2.7.
I create a number of intermediate .o files with powerpc-eabi-ld,
then combine all those .o files to create the .elf.
It has been working fine, but I've run into a situation where
sections of the .sbss from different intermediate .o's end up
getting overlapped in the final link. For some reason (looking at the map
file),
the size of the sbss section in one .o has been reduced after
"relaxing". It shows the correct size before relaxing. Does
anyone know what is happening on a relax?

Thanks,


Dave Reini

dreini@celoxnetworks.com


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


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