summaryrefslogtreecommitdiffstats
path: root/bsps/x86_64/amd64/start/linkcmds
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-16 08:55:30 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-19 07:15:47 +0100
commit5f5bbd10fbf8dc48e107c1b9a3fe548b13f43390 (patch)
treeee762937b221cc45cc4b4e78c3a494e8ba11e90f /bsps/x86_64/amd64/start/linkcmds
parentbsps/epiphany: Use interrupt stack for init stack (diff)
downloadrtems-5f5bbd10fbf8dc48e107c1b9a3fe548b13f43390.tar.bz2
bsps/x86_64: Use interrupt stack for init stack
Update #3459.
Diffstat (limited to 'bsps/x86_64/amd64/start/linkcmds')
-rw-r--r--bsps/x86_64/amd64/start/linkcmds1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/x86_64/amd64/start/linkcmds b/bsps/x86_64/amd64/start/linkcmds
index ecb4a2b835..103e1fb27d 100644
--- a/bsps/x86_64/amd64/start/linkcmds
+++ b/bsps/x86_64/amd64/start/linkcmds
@@ -16,6 +16,7 @@
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
"elf64-x86-64")
OUTPUT_ARCH(i386:x86-64)
+STARTUP(start.o)
ENTRY(_start)
HeapSize = DEFINED(HeapSize) ? HeapSize :