307585f1c9
* ldlang.c (lang_set_startof): Don't do anything for a relocateable link. * ldgram.y (mri_script_file): Call mri_draw_tree. * mri.c (mri_draw_tree): Make globally visible. Don't bother to create memory regions. (mri_load): Don't call mri_draw_tree. * mri.h (mri_draw_tree): Declare. * configure.tgt (m68*-*-psos): New target. * emulparams/m68kpsos.sh: New file. * scripttempl/psos.sc: New file. * Makefile.in (ALL_EMULATIONS): Add em68kpsos.o. (em68kpsos.c): New target.
7 lines
117 B
Bash
7 lines
117 B
Bash
SCRIPT_NAME=psos
|
|
OUTPUT_FORMAT="elf32-m68k"
|
|
TEXT_START_ADDR=0x20000
|
|
MAXPAGESIZE=0x1000
|
|
ARCH=m68k
|
|
TEMPLATE_NAME=elf32
|