mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
308f753f1c
* emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
18 lines
399 B
Bash
18 lines
399 B
Bash
# If you change this file, please also look at files which source this one:
|
|
# shelf_linux.sh
|
|
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-sh-linux"
|
|
TEXT_START_ADDR=0x400000
|
|
MAXPAGESIZE=0x10000
|
|
ARCH=sh
|
|
MACHINE=
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
GENERATE_PIE_SCRIPT=yes
|
|
|
|
DATA_START_SYMBOLS='__data_start = . ;';
|
|
|
|
OTHER_READWRITE_SECTIONS="
|
|
.note.ABI-tag ${RELOCATING-0} : { *(.note.ABI-tag) }"
|