summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486/ostest/ld.script
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-05 00:01:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-05 00:01:21 +0000
commitd4d884ccde2057574f9846c8a4aad91c68874f81 (patch)
tree743c714a95e75cabbb64ac865b865627c0d20100 /nuttx/configs/qemu-i486/ostest/ld.script
parent55d4f54ef204271e27703b5e7a89d58c13c2b294 (diff)
downloadpx4-nuttx-d4d884ccde2057574f9846c8a4aad91c68874f81.tar.gz
px4-nuttx-d4d884ccde2057574f9846c8a4aad91c68874f81.tar.bz2
px4-nuttx-d4d884ccde2057574f9846c8a4aad91c68874f81.zip
More QEMU logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3337 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/qemu-i486/ostest/ld.script')
-rwxr-xr-xnuttx/configs/qemu-i486/ostest/ld.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/qemu-i486/ostest/ld.script b/nuttx/configs/qemu-i486/ostest/ld.script
index 3f2ff760a..0996f5310 100755
--- a/nuttx/configs/qemu-i486/ostest/ld.script
+++ b/nuttx/configs/qemu-i486/ostest/ld.script
@@ -33,7 +33,7 @@
*
****************************************************************************/
-ENTRY(.loader)
+ENTRY(__start)
SECTIONS
{
. = 0x00100000;
@@ -64,7 +64,7 @@ SECTIONS
*(.gnu.linkonce.d.*)
CONSTRUCTORS
_edata = ABSOLUTE(.);
- } > sram AT > flash
+ }
.bss : {
_sbss = ABSOLUTE(.);
@@ -72,7 +72,7 @@ SECTIONS
*(.gnu.linkonce.b.*)
*(COMMON)
_ebss = ABSOLUTE(.);
- } > sram
+ }
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }