diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 1 |
2 files changed, 5 insertions, 0 deletions
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 <amodra@bigpond.net.au> + * config.bfd: Set want64 for spu-*-elf. + +2007-09-08 Alan Modra <amodra@bigpond.net.au> + 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 |