Remove obsolete targets

This commit is contained in:
Nick Clifton 2005-01-31 17:18:51 +00:00
parent ca3bc58f0a
commit d648679633
6 changed files with 18 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2005-01-31 Nick Clifton <nickc@redhat.com>
* confg.bfd: Make targets scheduled for obsoletion (m68k-lynxos,
sparc-lynxos, vax-vms) be obsolete.
2005-01-28 Daniel Jacobowitz <dan@codesourcery.com>
* elf-bfd.h (struct elf_backend_data): Add minpagesize.

View File

@ -31,9 +31,6 @@ targ_underscore=no
# Catch obsolete configurations.
case $targ in
m68*-*-lynxos* | \
sparc-*-lynxos* | \
vax-*-vms* | \
null)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration $targ is obsolete." >&2
@ -45,6 +42,9 @@ case $targ in
esac
case $targ in
m68*-*-lynxos* | \
sparc-*-lynxos* | \
vax-*-vms* | \
arm-*-oabi | \
thumb-*-oabi | \
null)

View File

@ -1,3 +1,8 @@
2005-01-31 Nick Clifton <nickc@redhat.com>
* configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos
and vax-vms.
2005-01-31 Jan Beulich <jbeulich@novell.com>
* macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything

View File

@ -268,7 +268,6 @@ case ${generic_target} in
m68k-*-linux-gnu*) fmt=elf em=linux ;;
m68k-*-uclinux*) fmt=elf ;;
m68k-*-gnu*) fmt=elf ;;
m68k-*-lynxos*) fmt=coff em=lynx ;;
m68k-*-netbsdelf*) fmt=elf em=nbsd ;;
m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
@ -371,7 +370,6 @@ case ${generic_target} in
sparc-*-coff) fmt=coff ;;
sparc-*-linux*aout*) fmt=aout em=linux ;;
sparc-*-linux-gnu*) fmt=elf em=linux ;;
sparc-*-lynxos*) fmt=coff em=lynx ;;
sparc-fujitsu-none) fmt=aout ;;
sparc-*-elf) fmt=elf ;;
sparc-*-sysv4*) fmt=elf ;;
@ -401,7 +399,6 @@ case ${generic_target} in
vax-*-netbsd*) fmt=aout em=nbsd ;;
vax-*-bsd* | vax-*-ultrix*) fmt=aout ;;
vax-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;;
vax-*-vms) fmt=vms ;;
w65-*-*) fmt=coff ;;

View File

@ -1,3 +1,8 @@
2005-01-31 Nick Clifton <nickc@redhat.com>
* configure.tgt: Remove obsolete targets m68k-lynxos and
sparc-lynxos.
2005-01-28 Julian Brown <julian@codesourcery.com>
* emultempl/armelf.em (fix_v4bx): New variable.

View File

@ -76,7 +76,6 @@ sparc*-*-linux-gnu*) targ_emul=elf32_sparc
tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
tdir_sun4=sparc-sun-sunos4
;;
sparc*-*-lynxos*) targ_emul=sparclynx ;;
sparc64-*-netbsd* | sparc64-*-openbsd*)
targ_emul=elf64_sparc
targ_extra_emuls="elf32_sparc"
@ -379,7 +378,6 @@ m68k-*-linux-gnu*) targ_emul=m68kelf
;;
m68k-*-uclinux*) targ_emul=m68kelf ;;
m68*-*-gnu*) targ_emul=m68kelf ;;
m68*-*-lynxos*) targ_emul=m68klynx ;;
m68*-*-netbsd*4k*) targ_emul=m68k4knbsd
targ_extra_emuls="m68knbsd m68kelfnbsd" ;;
m68*-*-netbsdelf*) targ_emul=m68kelfnbsd