From b45482b6ae31fcab3f6e6a81738a70c356a87764 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 19 Sep 2004 03:21:00 +0000 Subject: [PATCH] first checked in. This came from the pnolet forum, and I have no idea what it does. --- palm/ldscript.arm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 palm/ldscript.arm diff --git a/palm/ldscript.arm b/palm/ldscript.arm new file mode 100644 index 000000000..a374631c5 --- /dev/null +++ b/palm/ldscript.arm @@ -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) } +}