4a096548a6
* emulparams/elf32am33lin.sh: Adjust to match kernel parameters. 2001-05-09 Alexandre Oliva <aoliva@redhat.com> * configure.host (am33_2.0-*-linux*): Added. * configure.tgt (am33_2.0-*-linux*): Likewise. * emulparams/elf32am33lin.sh: New. * Makefile.am (eelf32am33lin.c): New rule. * Makefile.in: Rebuilt.
12 lines
206 B
Bash
12 lines
206 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-am33lin"
|
|
TEXT_START_ADDR=0x8000000
|
|
MAXPAGESIZE=0x1000
|
|
NONPAGED_TEXT_START_ADDR=0x8000000
|
|
ARCH=mn10300
|
|
MACHINE=
|
|
NOP=0xcbcb
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
|