* ldemul.h (ldemul_place_orphan): Update prototype.
[deliverable/binutils-gdb.git] / ld / emulparams / elf32vax.sh
1 SCRIPT_NAME=elf
2 OUTPUT_FORMAT="elf32-vax"
3 TEXT_START_ADDR=0x10000
4 case ${LD_FLAG} in
5 n|N) TEXT_START_ADDR=0x1000 ;;
6 esac
7 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
8 ARCH=vax
9 MACHINE=
10 NOP=0x0101
11 TEMPLATE_NAME=elf32
12 GENERATE_SHLIB_SCRIPT=yes
13 NO_SMALL_DATA=yes
This page took 0.029993 seconds and 4 git commands to generate.