* cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.
[deliverable/binutils-gdb.git] / ld / emulparams / armaoutl.sh
1 SCRIPT_NAME=armaout
2 OUTPUT_FORMAT="a.out-arm-little"
3 HEADER_START_ADDR=0x8000
4 TEXT_START_ADDR=0x8000
5 NONPAGED_TEXT_START_ADDRESS=0x8000
6 PAGE_SIZE=32768
7 ARCH=arm
This page took 0.06073 seconds and 4 git commands to generate.