Enable pei386_auto_import by default. Only print a info message about auto
[deliverable/binutils-gdb.git] / ld / emulparams / m32relf.sh
index cd7705afff6d44b486bd2fcedaf36b0a80e61fc2..c67472abf52e0faa773e28ed19c8cf3b6c6e67f1 100644 (file)
@@ -8,6 +8,5 @@ MACHINE=
 MAXPAGESIZE=32
 EMBEDDED=yes
 
-# 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.023933 seconds and 4 git commands to generate.