4346166b07
* emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA ELF emulation is "elf32-hppa" not "elf-big". (hppaosf_before_parse): Remove unneeded processing of environment variables. * scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in .text segment of output file. * emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa.
7 lines
133 B
Bash
7 lines
133 B
Bash
SCRIPT_NAME=hppaosf
|
|
OUTPUT_FORMAT="elf32-hppa"
|
|
TEXT_START_ADDR=0x1000
|
|
PAGE_SIZE=4096
|
|
ARCH=hppa
|
|
START="$START$"
|
|
TEMPLATE_NAME=hppaosf
|