mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
228b04d2c5
* configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets. * emulparams/m68klinux.sh: New file. * emultempl/linux.em (gld${EMULATION_NAME}_before_allocation): Call bfd_${EMULATION_NAME}_size_dynamic_sections instead of bfd_linux_size_dynamic_sections. * Makefile.in (ALL_EMULATIONS): Add em68klinux.o. (em68klinux.c): New target. * configure.host (m68*-*-linuxaout*, m68*-*-linux*): New hosts. Tue Feb 27 12:55:46 1996 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (ALL_EMULATIONS): Sort into alphabetical order. Fill in missing entries.
8 lines
154 B
Bash
8 lines
154 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-m68k-linux"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR=0x1020
|
|
NONPAGED_TEXT_START_ADDR=0
|
|
ARCH=m68k
|
|
TEMPLATE_NAME=linux
|