mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
8 lines
146 B
Bash
8 lines
146 B
Bash
|
SCRIPT_NAME=elf
|
||
|
OUTPUT_FORMAT="elf32-i386"
|
||
|
TEXT_START_ADDR=0x08000000
|
||
|
MAXPAGESIZE=0x1000
|
||
|
NONPAGED_TEXT_START_ADDR=0x08000000
|
||
|
ARCH=i386
|
||
|
NOP=0x9090
|