|
Message
From: zhustudio<zhustudio@e...>
Date: Sat Apr 30 04:14:50 CEST 2005
Subject: [openrisc] how to get memory section in object file
hi,I have compiled the program in the orp_soc/sw directory. The linker use the link script orp_soc/sw/support/orp.ld to link the reset.o and <program.o> to ELF format.
I have seen the orp.ld and GNU ld help, but how can i find different section define in my program? Dose C/C++ can define section name? I have find the section name in reset.S. Because the i cannot find section .icm and .dummy in reset.S or except.S
Another question is the label of _src_beg is the in-build label of the source beginning address? I can not find the reference of it.
Thanks
zhustudio
|