e3c77b8170
ELF branding for FreeBSD is done in the same way as amd64, i386 and sparc. Something similar should probably also be done for arm, mips and powerpc.
8 lines
204 B
Bash
8 lines
204 B
Bash
. ${srcdir}/emulparams/elf64_ia64.sh
|
|
TEXT_START_ADDR="0x2000000000000000"
|
|
unset DATA_ADDR
|
|
unset SMALL_DATA_CTOR
|
|
unset SMALL_DATA_DTOR
|
|
. ${srcdir}/emulparams/elf_fbsd.sh
|
|
OUTPUT_FORMAT="elf64-ia64-freebsd"
|