diff options
author | Nick Clifton <nickc@redhat.com> | 2006-11-10 07:53:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-11-10 07:53:33 +0000 |
commit | 0285182bf2cf7b76b87b96d759d8eb44baa09dba (patch) | |
tree | 48c8ede212bb74ee371e8edae94830a5b9fd00ad /bfd/config.bfd | |
parent | 6afdfa61bd9972c7811ccf8be2703d00a86510f8 (diff) | |
download | gdb-0285182bf2cf7b76b87b96d759d8eb44baa09dba.zip gdb-0285182bf2cf7b76b87b96d759d8eb44baa09dba.tar.gz gdb-0285182bf2cf7b76b87b96d759d8eb44baa09dba.tar.bz2 |
* config.bfd: Move previously obsoleted targets to the REMOVED list.
Add maxq-*-coff to the obsolete list.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 34 |
1 files changed, 9 insertions, 25 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 41bbda9..6dddb95 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -31,12 +31,7 @@ targ_underscore=no # Catch obsolete configurations. case $targ in - m68*-apple-aux* | \ - m68*-apollo-* | \ - m68*-bull-sysv* | \ - m68*-*-rtemscoff* | \ - i960-*-rtems* | \ - or32-*-rtems* | \ + maxq-*-coff | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 @@ -48,6 +43,12 @@ case $targ in esac case $targ in + m68*-apple-aux* | \ + m68*-apollo-* | \ + m68*-bull-sysv* | \ + m68*-*-rtemscoff* | \ + i960-*-rtems* | \ + or32-*-rtems* | \ m68*-*-lynxos* | \ sparc-*-lynxos* | \ vax-*-vms* | \ @@ -667,7 +668,7 @@ case "${targ}" in targ_selvecs="b_out_vec_big_host icoff_little_vec icoff_big_vec ieee_vec" targ_underscore=yes ;; - i960-*-vxworks5.* | i960-*-coff* | i960-*-sysv* | i960-*-rtems*) + i960-*-vxworks5.* | i960-*-coff* | i960-*-sysv*) targ_defvec=icoff_little_vec targ_selvecs="icoff_big_vec b_out_vec_little_host b_out_vec_big_host ieee_vec" targ_underscore=yes @@ -698,17 +699,14 @@ case "${targ}" in targ_defvec=bfd_elf32_m32rlelin_vec targ_selvecs="bfd_elf32_m32rlin_vec bfd_elf32_m32rlelin_vec" ;; - m32r*-*-linux*) targ_defvec=bfd_elf32_m32rlin_vec targ_selvecs="bfd_elf32_m32rlin_vec bfd_elf32_m32rlelin_vec" ;; - m32r*le-*-*) targ_defvec=bfd_elf32_m32rle_vec targ_selvecs="bfd_elf32_m32r_vec bfd_elf32_m32rle_vec" ;; - m32r-*-*) targ_defvec=bfd_elf32_m32r_vec ;; @@ -722,13 +720,6 @@ case "${targ}" in targ_selvecs="bfd_elf32_m68hc11_vec bfd_elf32_m68hc12_vec" ;; - m68*-apollo-*) - targ_defvec=apollocoff_vec - ;; - m68*-bull-sysv*) - targ_defvec=m68kcoffun_vec - targ_underscore=yes - ;; m68*-motorola-sysv*) targ_defvec=m68ksysvcoff_vec ;; @@ -744,10 +735,6 @@ case "${targ}" in targ_selvecs="cisco_core_big_vec ieee_vec" targ_underscore=yes ;; - m68*-*-rtemscoff*) - targ_defvec=m68kcoff_vec - targ_selvecs="m68kcoff_vec versados_vec ieee_vec aout0_big_vec" - ;; m68*-*-elf* | m68*-*-sysv4* | m68*-*-uclinux*) targ_defvec=bfd_elf32_m68k_vec targ_selvecs="m68kcoff_vec ieee_vec" @@ -811,9 +798,6 @@ case "${targ}" in targ_defvec=bfd_elf32_m68k_vec targ_selvecs=m68kcoff_vec ;; - m68*-apple-aux*) - targ_defvec=m68kaux_coff_vec - ;; m68*-*-psos*) targ_defvec=bfd_elf32_m68k_vec targ_selvecs=ieee_vec @@ -1005,7 +989,7 @@ case "${targ}" in targ_defvec=bfd_elf32_openrisc_vec ;; - or32-*-coff | or32-*-rtems* ) + or32-*-coff) targ_defvec=or32coff_big_vec targ_underscore=yes ;; |