From 78b8434d266b920124327ae073b238addf8425e1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 8 Sep 2007 11:11:24 +0000 Subject: * config.bfd: Set want64 for spu-*-elf. --- bfd/ChangeLog | 4 ++++ bfd/config.bfd | 1 + 2 files changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 83c7a0c..48bb176 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2007-09-08 Alan Modra + * config.bfd: Set want64 for spu-*-elf. + +2007-09-08 Alan Modra + PR ld/2864, ld/5006 * elf.c (special_sections): Comment typo. (elf_fake_sections): Force SHT_PROGBITS for sections that are diff --git a/bfd/config.bfd b/bfd/config.bfd index 5bfd4a7..932e4fe 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1399,6 +1399,7 @@ case "${targ}" in spu-*-elf) targ_defvec=bfd_elf32_spu_vec + want64=true ;; #if HAVE_host_aout_vec -- cgit v1.1