Rename "sun" variable to avoid conflicts on Solaris
[deliverable/binutils-gdb.git] / ld / emulparams / elf64mmix.sh
index bdb5d0abcd2367a347824c8f197a1b57ab9b891d..dffc6cc6f7d11758b5d29843093e0de0662d1e2c 100644 (file)
@@ -1,4 +1,4 @@
-TEMPLATE_NAME=elf32
+TEMPLATE_NAME=elf
 GENERATE_SHLIB_SCRIPT=yes
 ELFSIZE=64
 SCRIPT_NAME=elf
@@ -40,7 +40,7 @@ EXTRA_EM_FILE=mmixelf
 OTHER_TEXT_SECTIONS="
 ${RELOCATING+
  _start. = (DEFINED (_start) ? _start
-            : (DEFINED (Main) ? Main : (DEFINED (.text) ? .text : 0)));
+           : (DEFINED (Main) ? Main : (DEFINED (.text) ? .text : 0)));
  PROVIDE (Main = DEFINED (Main) ? Main : (DEFINED (_start) ? _start : _start.));
 }"
 
This page took 0.024106 seconds and 4 git commands to generate.