diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
commit | c17ae8a24ed279ed7e58af6fe08ead6e0600a74a (patch) | |
tree | 220fffa12f57b6549e7540f80cde55391f3bdbb5 /bfd/config.bfd | |
parent | 909272ee76c4915692763a3dde6b4b1dc21fc166 (diff) | |
download | gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.zip gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.gz gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.bz2 |
Remove a29k support.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 2fe741b..180e895 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -53,7 +53,7 @@ case $targ in vax-*-vms* | \ arm-*-oabi | \ thumb-*-oabi | \ - a29k-*rtems* | \ + a29k-* | \ hppa*-*-rtems* | \ *-go32-rtems* | \ i[3-7]86*-*-rtemscoff* | \ @@ -305,17 +305,6 @@ case "${targ}" in targ_underscore=yes ;; - a29k-*-ebmon* | a29k-*-udi* | a29k-*-coff* | a29k-*-sym1* | \ - a29k-*-vxworks* | a29k-*-sysv*) - targ_defvec=a29kcoff_big_vec - targ_selvecs=sunos_big_vec - targ_underscore=yes - ;; - a29k-*-aout* | a29k-*-bsd* | a29k-*-vsta*) - targ_defvec=sunos_big_vec - targ_underscore=yes - ;; - avr-*-*) targ_defvec=bfd_elf32_avr_vec ;; @@ -1243,10 +1232,6 @@ case "${targ}" in targ_defvec=bfd_elf32_sparc_vec targ_selvecs="sparclinux_vec bfd_elf64_sparc_vec sunos_big_vec" ;; - sparc-*-lynxos*) - targ_defvec=sparclynx_coff_vec - targ_selvecs=sparclynx_aout_vec - ;; sparc-*-netbsdelf*) targ_defvec=bfd_elf32_sparc_vec targ_selvecs=sparcnetbsd_vec |