x86: Add i386 PE big-object support
[deliverable/binutils-gdb.git] / ld / emulparams / mn10300.sh
index 44a40e5a764e00da6a5cd761f8a43a6d78c41669..a00fd433e59aefc1de7b492c68477f59b63a63bc 100644 (file)
@@ -1,20 +1,6 @@
-MACHINE=
-SCRIPT_NAME=elf
+source_sh ${srcdir}/emulparams/mn10200.sh
 OUTPUT_FORMAT="elf32-mn10300"
-TEXT_START_ADDR=0x0
 ARCH=mn10300
-MACHINE=
-MAXPAGESIZE=1
-ENTRY=_start
-EMBEDDED=yes
-
-# Hmmm, there's got to be a better way.  This sets the stack to the
-# top of the simulator memory (2^19 bytes).
-OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'
-
-# These are for compatibility with the COFF toolchain.
-# XXX These should definitely disappear.
-CTOR_START='___ctors = .;'
-CTOR_END='___ctors_end = .;'
-DTOR_START='___dtors = .;'
-DTOR_END='___dtors_end = .;'
+TEMPLATE_NAME=elf
+unset EXTRA_EM_FILE
+GENERATE_SHLIB_SCRIPT=yes
This page took 0.02582 seconds and 4 git commands to generate.