old-cross-binutils/ld/emulparams/hppalinux.sh
Alan Modra 41392f033d Add some shell variables and shell code to elf32.em
to allow elf32.em to be used by ports that require
some minor variations or a few extra functions.
Implement for hppaelf and armelf.
Fix header file include order in m68kcoff.em
2000-07-28 01:33:14 +00:00

11 lines
226 B
Bash

SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-hppa"
TEXT_START_ADDR=0x1000
TARGET_PAGE_SIZE=0x1000
MAXPAGESIZE=0x1000
ARCH=hppa
NOP=0x08000240
START="_start"
DATA_START_SYMBOLS='$global$ = .;'
TEMPLATE_NAME=elf32
EXTRA_EM_FILE=hppaelf