summaryrefslogtreecommitdiff
path: root/ld/emulparams/mn10300.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emulparams/mn10300.sh')
-rw-r--r--ld/emulparams/mn10300.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/ld/emulparams/mn10300.sh b/ld/emulparams/mn10300.sh
deleted file mode 100644
index 44a40e5a764..00000000000
--- a/ld/emulparams/mn10300.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-MACHINE=
-SCRIPT_NAME=elf
-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 = .;'