* emulparams/m68kelf.sh (NOP): Use 0x4e71 (nop) rather than 0x4e75
[deliverable/binutils-gdb.git] / ld / emulparams / i386pe_posix.sh
1 ARCH=i386
2 SCRIPT_NAME=pe
3 OUTPUT_FORMAT="pei-i386"
4 RELOCATEABLE_OUTPUT_FORMAT="pe-i386"
5 TEMPLATE_NAME=pe
6 ENTRY="___PosixProcessStartup"
7 SUBSYSTEM=7
8 EXECUTABLE_NAME=a.out
9 INITIAL_SYMBOL_CHAR=\"_\"
10 TARGET_PAGE_SIZE=0x1000
11 GENERATE_AUTO_IMPORT_SCRIPT=1
This page took 0.039332 seconds and 4 git commands to generate.