From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6686 invoked by alias); 24 Feb 2005 17:45:07 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 6407 invoked from network); 24 Feb 2005 17:44:49 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 24 Feb 2005 17:44:49 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1D4N2Q-0001bW-QD; Thu, 24 Feb 2005 12:44:34 -0500 Date: Thu, 24 Feb 2005 18:40:00 -0000 From: Daniel Jacobowitz To: Nick Clifton Cc: Ben Elliston , binutils@sources.redhat.com Subject: Re: Q: Estimated date for 2.16 release ? Message-ID: <20050224174434.GD5216@nevyn.them.org> Mail-Followup-To: Nick Clifton , Ben Elliston , binutils@sources.redhat.com References: <20050127140010.GA447@nevyn.them.org> <87is5emogm.fsf@au.ibm.com> <20050131004155.GA27434@nevyn.them.org> <41FE69CD.70301@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41FE69CD.70301@redhat.com> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-02/txt/msg00604.txt.bz2 On Mon, Jan 31, 2005 at 05:24:29PM +0000, Nick Clifton wrote: > Hi Daniel, > > >>I had a discussion with Alan Modra last week and we agreed that a more > >>aggressive target deprecation policy would be a good idea, > > >Yes. Someone should take charge of doing that, starting with removing > >the targets currently marked obsolete :-) > > I have checked in the attached patch to do this. > > Cheers > Nick > > bfd/ChangeLog > 2005-01-31 Nick Clifton > > * confg.bfd: Make targets scheduled for obsoletion (m68k-lynxos, > sparc-lynxos, vax-vms) be obsolete. > > ld/ChangeLog > 2005-01-31 Nick Clifton > > * configure.tgt: Remove obsolete targets m68k-lynxos and > sparc-lynxos. > > gas/ChangeLog > 2005-01-31 Nick Clifton > > * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos > and vax-vms. Thank you, Nick! This leaves a couple of orphaned files - at least, I'm pretty sure they're orphaned. This OK? -- Daniel Jacobowitz CodeSourcery, LLC 2005-02-24 Daniel Jacobowitz * config-gas.com: Mark vax-vms as obsolete. * configure.in: Remove fmt=vms support. * config.in: Regenerate. * configure: Regenerate. * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove. 2005-02-24 Daniel Jacobowitz * Makefile.am: Remove references to em68klynx.o and esparclynx.o. * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove. Index: gas/config-gas.com =================================================================== RCS file: /big/fsf/rsync/src-cvs/src/gas/config-gas.com,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 config-gas.com --- gas/config-gas.com 3 May 1999 07:28:40 -0000 1.1.1.1 +++ gas/config-gas.com 24 Feb 2005 17:37:37 -0000 @@ -3,6 +3,9 @@ $! This file sets things up to build gas $! files for a VMS system. We do not use the configure script, since we $! do not have /bin/sh to execute it. $! +$! Note: Only this script contains vax-vms and alpha-vms support, but vax-vms +$! is no longer supported. +$! $! $ gas_host="vms" $ arch_indx = 1 + ((f$getsyi("CPU").ge.128).and.1) ! vax==1, alpha==2 Index: gas/configure.in =================================================================== RCS file: /big/fsf/rsync/src-cvs/src/gas/configure.in,v retrieving revision 1.168 diff -u -p -r1.168 configure.in --- gas/configure.in 22 Dec 2004 15:29:25 -0000 1.168 +++ gas/configure.in 24 Feb 2005 17:35:51 -0000 @@ -545,7 +545,6 @@ if test `set . $formats ; shift ; echo $ hp300) AC_DEFINE(OBJ_MAYBE_HP300, 1, [HP300 support?]) ;; ieee) AC_DEFINE(OBJ_MAYBE_IEEE, 1, [IEEE support?]) ;; som) AC_DEFINE(OBJ_MAYBE_SOM, 1, [SOM support?]) ;; - vms) AC_DEFINE(OBJ_MAYBE_VMS, 1, [VMS support?]) ;; esac extra_objects="$extra_objects obj-$fmt.o" done Index: ld/Makefile.am =================================================================== RCS file: /big/fsf/rsync/src-cvs/src/ld/Makefile.am,v retrieving revision 1.169 diff -u -p -r1.169 Makefile.am --- ld/Makefile.am 20 Jan 2005 19:37:49 -0000 1.169 +++ ld/Makefile.am 24 Feb 2005 17:40:01 -0000 @@ -249,7 +249,6 @@ ALL_EMULATIONS = \ em68kelf.o \ em68kelfnbsd.o \ em68klinux.o \ - em68klynx.o \ em68knbsd.o \ em68kpsos.o \ em88kbcs.o \ @@ -351,7 +350,6 @@ ALL_EMULATIONS = \ eshpe.o \ esparcaout.o \ esparclinux.o \ - esparclynx.o \ esparcnbsd.o \ est2000.o \ esun3.o \ @@ -1050,9 +1048,6 @@ em68kelfnbsd.c: $(srcdir)/emulparams/m68 em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \ $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} m68klinux "$(tdir_m68klinux)" -em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \ - $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS} - ${GENSCRIPTS} m68klynx "$(tdir_m68klynx)" em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)" @@ -1458,9 +1453,6 @@ esparcaout.c: $(srcdir)/emulparams/sparc esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \ $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} sparclinux "$(tdir_sparclinux)" -esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \ - $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS} - ${GENSCRIPTS} sparclynx "$(tdir_sparclynx)" esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"