summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-12-05 20:24:22 +0000
committerdim <dim@FreeBSD.org>2010-12-05 20:24:22 +0000
commitfd23e4897986413343c8dfa900bb16a8bb8004a5 (patch)
tree3bb64497d550391aedbb3bf5665e1d3c01a27e5e /contrib/binutils/ld
parentba5e9b3444d6c09a3cd75895b137e5ffc75077b5 (diff)
downloadFreeBSD-src-fd23e4897986413343c8dfa900bb16a8bb8004a5.zip
FreeBSD-src-fd23e4897986413343c8dfa900bb16a8bb8004a5.tar.gz
For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so the
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.
Diffstat (limited to 'contrib/binutils/ld')
-rw-r--r--contrib/binutils/ld/emulparams/elf64_ia64_fbsd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/binutils/ld/emulparams/elf64_ia64_fbsd.sh b/contrib/binutils/ld/emulparams/elf64_ia64_fbsd.sh
index ab7e78f..a7e2675 100644
--- a/contrib/binutils/ld/emulparams/elf64_ia64_fbsd.sh
+++ b/contrib/binutils/ld/emulparams/elf64_ia64_fbsd.sh
@@ -4,3 +4,4 @@ unset DATA_ADDR
unset SMALL_DATA_CTOR
unset SMALL_DATA_DTOR
. ${srcdir}/emulparams/elf_fbsd.sh
+OUTPUT_FORMAT="elf64-ia64-freebsd"
OpenPOWER on IntegriCloud