xwords/xwords4/palm/ldscript.arm

9 lines
184 B
Text
Raw Normal View History

2008-12-18 13:23:12 +00:00
OUTPUT_FORMAT("elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(ArmletEntryPoint)
SEARCH_DIR(/usr/local/arm-elf/lib);
SECTIONS
{
.text 0x00000000 : { *(.text) *(.rodata) *(.rodata.str1.4) }
}