aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/elfmicroblaze.sc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-09-09 11:59:14 +0000
committerAlan Modra <amodra@gmail.com>2009-09-09 11:59:14 +0000
commit596d6d9145d7b285b1bd1afde953bb49d3cdbeff (patch)
treea2ee31b36c7eb98a756e3fa1117cb779180557d3 /ld/scripttempl/elfmicroblaze.sc
parent9384f2ffd0864b49f201c3fd887492acba3c0c55 (diff)
downloadgdb-596d6d9145d7b285b1bd1afde953bb49d3cdbeff.zip
gdb-596d6d9145d7b285b1bd1afde953bb49d3cdbeff.tar.gz
gdb-596d6d9145d7b285b1bd1afde953bb49d3cdbeff.tar.bz2
Only provide ENTRY on final link.
Diffstat (limited to 'ld/scripttempl/elfmicroblaze.sc')
-rw-r--r--ld/scripttempl/elfmicroblaze.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elfmicroblaze.sc b/ld/scripttempl/elfmicroblaze.sc
index 7677261..a54b891 100644
--- a/ld/scripttempl/elfmicroblaze.sc
+++ b/ld/scripttempl/elfmicroblaze.sc
@@ -47,7 +47,7 @@ OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
/*${LIB_SEARCH_DIRS}*/
${RELOCATING+${LIB_SEARCH_DIRS}}
-ENTRY(${ENTRY})
+${RELOCATING+ENTRY (${ENTRY})}
_TEXT_START_ADDR = DEFINED(_TEXT_START_ADDR) ? _TEXT_START_ADDR : 0x50;
_HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x0;