first checked in. This came from the pnolet forum, and I have no idea

what it does.
This commit is contained in:
ehouse 2004-09-19 03:21:00 +00:00
parent 67dfbafbc2
commit b45482b6ae

8
palm/ldscript.arm Normal file
View file

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