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