Use .got.plt for IFUNC symbols if there are no GOT relocations.
[deliverable/binutils-gdb.git] / ld / emulparams / sparcaout.sh
CommitLineData
252b5132
RH
1SCRIPT_NAME=aout
2OUTPUT_FORMAT="a.out-sunos-big"
3BIG_OUTPUT_FORMAT="a.out-sunos-big"
4LITTLE_OUTPUT_FORMAT="a.out-sparc-little"
5TEXT_START_ADDR=0x2020
88bba78d
AM
6case ${LD_FLAG} in
7 n|N) TEXT_START_ADDR=0x2000 ;;
8esac
252b5132 9TARGET_PAGE_SIZE=0x2000
252b5132 10ARCH=sparc
This page took 0.488974 seconds and 4 git commands to generate.