diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8d8645e..46d8862 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-04-21 Alan Modra <amodra@bigpond.net.au> + + * config.bfd (spu-*-elf): Delete targ_selvecs. + 2007-04-19 Nick Clifton <nickc@redhat.com> * coffcode.h (coff_rtype_to_howto): Initialise genrel.howto. diff --git a/bfd/config.bfd b/bfd/config.bfd index 0998139..e1242b9 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1392,7 +1392,6 @@ case "${targ}" in spu-*-elf) targ_defvec=bfd_elf32_spu_vec - targ_selvecs="bfd_elf32_powerpc_vec bfd_elf64_powerpc_vec" ;; #if HAVE_host_aout_vec |