xwords/xwords4/palm/ldscript.arm
2008-12-18 13:23:12 +00:00

8 lines
184 B
Text

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