mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
7e4d694ea7
(DATA_ADDR): Define.
16 lines
403 B
Bash
Executable File
16 lines
403 B
Bash
Executable File
SCRIPT_NAME=elf
|
|
ELFSIZE=64
|
|
OUTPUT_FORMAT="elf64-hppa"
|
|
TEXT_START_ADDR=0x4000000000001000
|
|
DATA_ADDR=0x8000000000001000
|
|
TARGET_PAGE_SIZE=4096
|
|
MAXPAGESIZE=4096
|
|
ARCH=hppa
|
|
MACHINE=hppa2.0w
|
|
ENTRY="main"
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
OTHER_READONLY_SECTIONS='.stubs : { *(.stubs) } .PARISC.unwind : { *(.PARISC.unwind) }'
|
|
OTHER_READWRITE_SECTIONS='.dlt : { *(.opd) *(.plt) *(.dlt) }'
|
|
DATA_PLT=
|