* emulparams/m68kelf.sh (NOP): Use 0x4e71 (nop) rather than 0x4e75
[deliverable/binutils-gdb.git] / ld / emulparams / elf_i386_be.sh
1 SCRIPT_NAME=elf
2 OUTPUT_FORMAT="elf32-i386"
3 NO_RELA_RELOCS=yes
4 TEXT_START_ADDR=0x80000000
5 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
6 ARCH=i386
7 MACHINE=
8 NOP=0x90909090
9 TEMPLATE_NAME=elf32
10 GENERATE_SHLIB_SCRIPT=yes
11 NO_SMALL_DATA=yes
This page took 0.031396 seconds and 4 git commands to generate.