mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 06:43:58 +08:00
13 lines
303 B
Bash
13 lines
303 B
Bash
|
SCRIPT_NAME=elf
|
||
|
OUTPUT_FORMAT="elf64-hppa"
|
||
|
TEXT_START_ADDR=0x4000000000000000
|
||
|
TARGET_PAGE_SIZE=4096
|
||
|
MAXPAGESIZE=4096
|
||
|
ARCH=hppa
|
||
|
MACHINE=hppa2.0w
|
||
|
START="_start"
|
||
|
TEMPLATE_NAME=elf32
|
||
|
GENERATE_SHLIB_SCRIPT=yes
|
||
|
OTHER_READONLY_SECTIONS='.stubs : { *(.stubs) } .PARISC.unwind : { *(.PARISC.unwind) }'
|
||
|
DATA_PLT=
|