ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / emulparams / elf64mmix.sh
index bdb5d0abcd2367a347824c8f197a1b57ab9b891d..6b9173d95d45f933bd4cbe3a86b7c76baf8fd780 100644 (file)
@@ -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.024267 seconds and 4 git commands to generate.