Only provide ENTRY on final link.
[deliverable/binutils-gdb.git] / ld / scripttempl / elfmicroblaze.sc
index 7677261ed58aa06d151d2a1bfb4ab19b2d85bb22..a54b89193c212a028330fa22b2406ea9297cfe84 100644 (file)
@@ -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;
This page took 0.024457 seconds and 4 git commands to generate.