vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / elf64bpf.sh
1 TEMPLATE_NAME=elf
2 SCRIPT_NAME=elf64bpf
3 BIG_OUTPUT_FORMAT="elf64-bpfbe"
4 LITTLE_OUTPUT_FORMAT="elf64-bpfle"
5 OUTPUT_FORMAT="$LITTLE_OUTPUT_FORMAT"
6 ARCH=bpf
7 MACHINE=
8 TARGET_PAGE_SIZE=0x1000
9 # XXX this is arbitrary, for now
10 TEXT_START_ADDR=0x00400000
11 EMBEDDED=yes
This page took 0.038985 seconds and 4 git commands to generate.