summaryrefslogtreecommitdiffstats
path: root/gnu
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 /gnu
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 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.ia645
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.ia64 b/gnu/usr.bin/binutils/libbfd/Makefile.ia64
index 22e310c..2e489bc 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile.ia64
+++ b/gnu/usr.bin/binutils/libbfd/Makefile.ia64
@@ -1,6 +1,6 @@
# $FreeBSD$
-DEFAULT_VECTOR= bfd_elf64_ia64_little_vec
+DEFAULT_VECTOR= bfd_elf64_ia64_freebsd_vec
SRCS+= cofflink.c \
cpu-ia64.c \
@@ -18,13 +18,14 @@ SRCS+= cofflink.c \
VECS+= ${DEFAULT_VECTOR} \
bfd_efi_app_ia64_vec \
+ bfd_elf64_ia64_little_vec \
bfd_elf64_ia64_big_vec \
bfd_elf64_little_generic_vec bfd_elf64_big_generic_vec \
bfd_elf32_little_generic_vec bfd_elf32_big_generic_vec
CLEANFILES+= elf64-ia64.c pepigen.c pex64igen.c
-elf64-ia64.c: elf-fbsd-brand.c elfxx-ia64.c
+elf64-ia64.c: elfxx-ia64.c
sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
pepigen.c: peXXigen.c
OpenPOWER on IntegriCloud