constify to_open
[deliverable/binutils-gdb.git] / ld / scripttempl / m68kaux.sc
index 404280e1272c7a1aa6a2aaa11af10001244db76f..09032be8d69bb31d302f0ae0ab69068612e543a5 100644 (file)
@@ -9,7 +9,7 @@ cat <<EOF
 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
 ${LIB_SEARCH_DIRS}
 
-ENTRY(${ENTRY})
+${RELOCATING+ENTRY (${ENTRY})}
 
 SECTIONS
 {
This page took 0.025873 seconds and 4 git commands to generate.