* Makefile.in (emn10200.c): Add dependencies.
authorJeff Law <law@redhat.com>
Thu, 12 Dec 1996 19:05:06 +0000 (19:05 +0000)
committerJeff Law <law@redhat.com>
Thu, 12 Dec 1996 19:05:06 +0000 (19:05 +0000)
        * configure.tgt: Handle mn10200.
        * emulparms/mn10200.sh: New file.
mn10200 support.

ld/emulparams/mn10200.sh [new file with mode: 0644]

diff --git a/ld/emulparams/mn10200.sh b/ld/emulparams/mn10200.sh
new file mode 100644 (file)
index 0000000..7700f60
--- /dev/null
@@ -0,0 +1,20 @@
+MACHINE=
+SCRIPT_NAME=elf
+OUTPUT_FORMAT="elf32-mn10200"
+TEXT_START_ADDR=0x0
+ARCH=mn10200
+MACHINE=
+MAXPAGESIZE=256
+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^18 bytes).
+OTHER_RELOCATING_SECTIONS='.stack 0x40000 : { _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 = .;'
This page took 0.024805 seconds and 4 git commands to generate.