Enable pei386_auto_import by default. Only print a info message about auto
[deliverable/binutils-gdb.git] / ld / emulparams / m32relf.sh
index 0ba0289fc7161e3ee4a56b7e113d9834426ac97a..c67472abf52e0faa773e28ed19c8cf3b6c6e67f1 100644 (file)
@@ -8,12 +8,5 @@ MACHINE=
 MAXPAGESIZE=32
 EMBEDDED=yes
 
-# For the default linker script, include libgloss.
-# If the user specifies a different linker script, we want the
-# rest of the files (e.g. crt0.o) included by default, but not libgloss.
-# [Thus I was reluctant to handle this in gcc specs.]
-INPUT_FILES="INPUT(-lgloss)"
-
-# Hmmm, there's got to be a better way.  This sets the stack to the
-# top of simulator memory (8MB).
-OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = 0x800000);'
+# This sets the stack to the top of simulator memory (8MB).
+OTHER_END_SYMBOLS='PROVIDE (_stack = 0x800000);'
This page took 0.027288 seconds and 4 git commands to generate.