public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Nick Clifton <nickc@redhat.com>
Cc: Ben Elliston <bje@au.ibm.com>, binutils@sources.redhat.com
Subject: Re: Q: Estimated date for 2.16 release ?
Date: Thu, 24 Feb 2005 18:40:00 -0000	[thread overview]
Message-ID: <20050224174434.GD5216@nevyn.them.org> (raw)
In-Reply-To: <41FE69CD.70301@redhat.com>

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  <nickc@redhat.com>
> 
> 	* confg.bfd: Make targets scheduled for obsoletion (m68k-lynxos,
> 	sparc-lynxos, vax-vms) be obsolete.
> 
> ld/ChangeLog
> 2005-01-31  Nick Clifton  <nickc@redhat.com>
> 
> 	* configure.tgt: Remove obsolete targets m68k-lynxos and
> 	sparc-lynxos.
> 
> gas/ChangeLog
> 2005-01-31  Nick Clifton  <nickc@redhat.com>
> 
> 	* 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  <dan@codesourcery.com>

	* 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  <dan@codesourcery.com>

	* 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)"

  reply	other threads:[~2005-02-24 17:45 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-27 13:45 Tomer Levi
2005-01-27 14:00 ` Daniel Jacobowitz
2005-01-27 14:07   ` Christian Joensson
2005-01-27 14:12     ` Eric Botcazou
2005-01-27 14:34     ` Jakub Jelinek
2005-02-14 10:46       ` Eric Botcazou
2005-02-14 13:01         ` Eric Botcazou
2005-01-27 14:26   ` Joel Sherrill <joel@OARcorp.com>
2005-01-27 14:36     ` Hans-Peter Nilsson
2005-02-24 18:53       ` Daniel Jacobowitz
2005-02-24 19:03         ` Hans-Peter Nilsson
2005-02-24 19:09         ` Joel Sherrill <joel@OARcorp.com>
2005-02-24 20:36           ` Eric Norum
2005-01-27 14:27   ` Hans-Peter Nilsson
2005-01-27 15:12     ` Ian Lance Taylor
2005-01-27 15:56       ` Hans-Peter Nilsson
2005-01-27 16:06         ` Daniel Jacobowitz
2005-01-31  2:11           ` Hans-Peter Nilsson
2005-02-24 17:54             ` Daniel Jacobowitz
2005-01-27 18:45   ` Thorsten Glaser
2005-02-24 17:49     ` Daniel Jacobowitz
2005-02-24 18:17       ` Thorsten Glaser
2005-04-25  8:06         ` Thorsten Glaser
2005-01-27 19:09   ` The Doctor
2005-01-31 11:40     ` Nick Clifton
2005-01-31  0:25   ` Ben Elliston
2005-01-31  0:42     ` Daniel Jacobowitz
2005-01-31  1:01       ` Ben Elliston
2005-02-24 17:50         ` Daniel Jacobowitz
2005-01-31  0:30   ` Ben Elliston
2005-01-31  0:42     ` Daniel Jacobowitz
2005-01-31 17:15       ` Nick Clifton
2005-02-24 18:40         ` Daniel Jacobowitz [this message]
2005-03-08 20:53           ` Daniel Jacobowitz
2005-03-10  9:32             ` Nick Clifton
2005-03-21 11:00           ` Alan Modra
2005-03-21 11:52             ` Daniel Jacobowitz
2005-01-31 16:25   ` Nick Clifton
2005-02-14 18:07   ` Aaron W. LaFramboise
2005-02-15 17:10     ` Nick Clifton
2005-02-24 18:59   ` Daniel Jacobowitz
2005-02-14 10:47 Anil Paranjape
2005-02-14 10:50 ` Miles Bader
2005-02-14 15:08   ` Nick Clifton
2005-02-14 16:17 ` Nick Clifton
2005-02-14 19:19 Anil Paranjape
2005-02-14 23:20 ` Nick Clifton
2005-02-16 12:11 Anil Paranjape
2005-02-16 15:49 ` Nick Clifton
2005-03-01 13:42 Anil Paranjape

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050224174434.GD5216@nevyn.them.org \
    --to=drow@false.org \
    --cc=binutils@sources.redhat.com \
    --cc=bje@au.ibm.com \
    --cc=nickc@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).