mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
5753006bf0
* emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Define. * emultempl/sunos.em (gld${EMULATION_NAME}_get_script): Use the shared library script when appropriate. * scripttempl/aout.sc: If CREATE_SHLIB is set, start the .text section at SIZEOF_HEADERS.
9 lines
178 B
Bash
9 lines
178 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-sunos-big"
|
|
TEXT_START_ADDR=0x2020
|
|
PAGE_SIZE=0x2000
|
|
NONPAGED_TEXT_START_ADDR=0x2000
|
|
ARCH=sparc
|
|
TEMPLATE_NAME=sunos
|
|
GENERATE_SHLIB_SCRIPT=yes
|