gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / ld / emulparams / i386aout.sh
CommitLineData
252b5132
RH
1SCRIPT_NAME=aout
2OUTPUT_FORMAT="a.out-i386"
3TARGET_PAGE_SIZE=0x1000
4TEXT_START_ADDR=0
88bba78d
AM
5case ${LD_FLAG} in
6 n|N) TEXT_START_ADDR=0x1000 ;;
7esac
252b5132 8ARCH=i386
This page took 0.84432 seconds and 4 git commands to generate.