diff options
author | Alan Modra <amodra@gmail.com> | 2007-04-21 05:01:22 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-04-21 05:01:22 +0000 |
commit | bd7803a985f8c34448386846a9ebe1fc024feb8a (patch) | |
tree | c8c2769d2d3ee6e2ba60357f9dadeeb5fd80b729 | |
parent | 9ac70ad2c94bc53cbb33c7a4c48dd464622a7eb6 (diff) | |
download | gdb-bd7803a985f8c34448386846a9ebe1fc024feb8a.zip gdb-bd7803a985f8c34448386846a9ebe1fc024feb8a.tar.gz gdb-bd7803a985f8c34448386846a9ebe1fc024feb8a.tar.bz2 |
* config.bfd (spu-*-elf): Delete targ_selvecs.
-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 |