* scripttempl/armbpabi.sc (ENTRY): Do not define when performing a
[deliverable/binutils-gdb.git] / ld / scripttempl / elf32sh-symbian.sc
index 8e115b9c3d09c494c11307bc1f811319eb630671..b86a5b69f62a62559e9cfae612ff35219d5afe06 100644 (file)
@@ -138,7 +138,7 @@ cat <<EOF
 OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
              "${LITTLE_OUTPUT_FORMAT}")
 OUTPUT_ARCH(${OUTPUT_ARCH})
-ENTRY(${ENTRY})
+${RELOCATING+ENTRY(${ENTRY})}
 
 ${RELOCATING+${LIB_SEARCH_DIRS}}
 ${RELOCATING+/* Do we need any of these for elf?
This page took 0.023459 seconds and 4 git commands to generate.