mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
first checked in. This came from the pnolet forum, and I have no idea
what it does.
This commit is contained in:
parent
67dfbafbc2
commit
b45482b6ae
1 changed files with 8 additions and 0 deletions
8
palm/ldscript.arm
Normal file
8
palm/ldscript.arm
Normal 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) }
|
||||
}
|
Loading…
Add table
Reference in a new issue