Move have_line_numbers to buildsym_compunit
[deliverable/binutils-gdb.git] / ld / emulparams / mn10200.sh
index 7700f60c659a04f40a4a400bc1b30a7c9a8a6166..9cec0b537febd0991d96e84ef6ab50f03d17e85c 100644 (file)
@@ -1,16 +1,20 @@
-MACHINE=
+# If you change this file, please also look at files which source this one:
+# mn10300.sh
+
 SCRIPT_NAME=elf
+TEMPLATE_NAME=generic
+EXTRA_EM_FILE=genelf
 OUTPUT_FORMAT="elf32-mn10200"
+NO_REL_RELOCS=yes
 TEXT_START_ADDR=0x0
 ARCH=mn10200
 MACHINE=
-MAXPAGESIZE=256
+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^18 bytes).
-OTHER_RELOCATING_SECTIONS='.stack 0x40000 : { _stack = .; *(.stack) }'
+# This sets the stack to the top of the simulator memory (2^19 bytes).
+STACK_ADDR=0x80000
 
 # These are for compatibility with the COFF toolchain.
 # XXX These should definitely disappear.
This page took 0.023701 seconds and 4 git commands to generate.