This is the mail archive of the crossgcc@sources.redhat.com 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]

RE: Strange problem with powerpc-eabi-gcc



Hi, folks,

Some update here. 

Almost exhausted, I found all the mess symbol is within sdata and sbss
sections.

I tried to use "-msdata=none" and then solved the problem. All symbols are
no correct, all 
sdata symbols go to data section; all sbss symbols go to bss section. 

However, I think I do miss some points with the compiler when under
(embedded) powerpc. Why this would happen?
I checked sdata an sbss section size and is all smaller than 64K. 

Regards,

Mike

**********************
......
003d6ab4 G _edata
003d6ab4 S _fbss
003d6b04 S hw_version
003d6b04 S syn__threshold
003d6b18 S ip_vector
003d6b18 S krnlp
........

**********************

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