mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
ab68f3e06f
Jason Thorpe <thorpej@wasabisystems.com> * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o. (eelf32vax.c) (evaxnbsd.c): New rules. * Makefile.in: Regenerate. * configure.tgt (vax-*-netbsdelf*) (vax-*-netbsdaout*) (vax-*-netbsd*): New targets. * emulparams/elf32vax.sh: New file. * emulparams/vaxnbsd.sh: New file.
12 lines
211 B
Bash
12 lines
211 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-vax"
|
|
TEXT_START_ADDR=0x10000
|
|
MAXPAGESIZE=0x10000
|
|
NONPAGED_TEXT_START_ADDR=0x1000
|
|
ARCH=vax
|
|
MACHINE=
|
|
NOP=0x0101
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
NO_SMALL_DATA=yes
|