From: Alan Modra Date: Sat, 8 Sep 2007 11:11:24 +0000 (+0000) Subject: * config.bfd: Set want64 for spu-*-elf. X-Git-Tag: sid-snapshot-20071001~266 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78b8434d266b920124327ae073b238addf8425e1;p=external%2Fbinutils.git * config.bfd: Set want64 for spu-*-elf. --- 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