public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* binutils-2.16 news
@ 2005-04-20  7:15 Alan Modra
  2005-04-20  8:45 ` Ralf Corsepius
  2005-04-20 14:40 ` 2.16 doc update (Re: binutils-2.16 news) H. J. Lu
  0 siblings, 2 replies; 13+ messages in thread
From: Alan Modra @ 2005-04-20  7:15 UTC (permalink / raw)
  To: binutils

	* NEWS: Mention unsupported targets and new readelf option.

Index: binutils/NEWS
===================================================================
RCS file: /cvs/src/src/binutils/NEWS,v
retrieving revision 1.48
diff -u -p -r1.48 NEWS
--- binutils/NEWS	19 Jan 2005 23:43:00 -0000	1.48
+++ binutils/NEWS	20 Apr 2005 07:11:22 -0000
@@ -1,5 +1,59 @@
 -*- text -*-
 
+* Binutils-2.16 will be the last release for a number of targets due to
+  lack of maintenance (of course, if maintainers step up, then this list
+  will change!).  The targets are:
+
+    a29k-*-*
+    d10v-*-*
+    d30v-*-*
+    dlx-*-*
+    h8300-*-coff
+    h8300-*-rtems*
+    h8500-*-coff
+    h8500-*-rtems*
+    i370-*-*
+    i960-*-*
+    i960-*-bout
+    i960-*-coff
+    i960-*-nindy*
+    i960-*-rtems*
+    i960-*-vxworks*
+    i960-*-vxworks5.*
+    i960-*-vxworks5.0
+    m68k-*-coff
+    m68k-*-hpux*
+    m68k-*-linux*aout*
+    m68k-*-rtemscoff*
+    m68k-*-sunos*
+    m68k-*-sysv*
+    m68k-*-vxworks*
+    m68k-apollo-*
+    m68k-apple-aux*
+    m68k-bull-sysv3*
+    m68k-ericsson-ose
+    m68k-motorola-sysv*
+    m88k-*-*					(*)
+    mn10200-*-*
+    openrisc-*-*
+    or32-*-*
+    or32-*-coff
+    pj*-*-*
+    sh-*-coff*
+    sh-*-rtemscoff*
+    tic80-*-*
+    vax-*-bsd*					(*)
+    vax-*-netbsd* excluding vax-*-netbsdelf	(*)
+    vax-*-ultrix*				(*)
+    w65-*-*
+    xscale-*-coff
+    *-*-linux*aout*
+    *-*-linux*oldld
+
+    (*) bfd and opcodes support will be kept.
+
+* Add "-g/--section-groups" to readelf to display section groups.
+
 * objcopy recognizes two new options --strip-unneeded-symbol and
   --strip-unneeded-symbols, namely for use together with the wildcard
   matching the original --strip-symbol/--strip-symbols provided, but

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: binutils-2.16 news
@ 2005-04-20  7:42 Jan Beulich
  2005-04-20  9:38 ` Nick Clifton
  0 siblings, 1 reply; 13+ messages in thread
From: Jan Beulich @ 2005-04-20  7:42 UTC (permalink / raw)
  To: binutils

As far as I remember either you or Nick or Ian provided me with a list of targets one would ideally test against when making changes of global effect. Quite a number of these are listed here. I thus wonder whether there isn't (and if not, couldn't be) a place where a list of "primary" targets is maintained (which should clearly be free of targets already deprecated), so one could derive automated building/testing of those targets (or a subset, say all ELF ones) from it.

Jan

>>> Alan Modra <amodra@bigpond.net.au> 20.04.05 09:14:53 >>>
	* NEWS: Mention unsupported targets and new readelf option.

Index: binutils/NEWS
===================================================================
RCS file: /cvs/src/src/binutils/NEWS,v
retrieving revision 1.48
diff -u -p -r1.48 NEWS
--- binutils/NEWS	19 Jan 2005 23:43:00 -0000	1.48
+++ binutils/NEWS	20 Apr 2005 07:11:22 -0000
@@ -1,5 +1,59 @@
 -*- text -*-
 
+* Binutils-2.16 will be the last release for a number of targets due to
+  lack of maintenance (of course, if maintainers step up, then this list
+  will change!).  The targets are:
+
+    a29k-*-*
+    d10v-*-*
+    d30v-*-*
+    dlx-*-*
+    h8300-*-coff
+    h8300-*-rtems*
+    h8500-*-coff
+    h8500-*-rtems*
+    i370-*-*
+    i960-*-*
+    i960-*-bout
+    i960-*-coff
+    i960-*-nindy*
+    i960-*-rtems*
+    i960-*-vxworks*
+    i960-*-vxworks5.*
+    i960-*-vxworks5.0
+    m68k-*-coff
+    m68k-*-hpux*
+    m68k-*-linux*aout*
+    m68k-*-rtemscoff*
+    m68k-*-sunos*
+    m68k-*-sysv*
+    m68k-*-vxworks*
+    m68k-apollo-*
+    m68k-apple-aux*
+    m68k-bull-sysv3*
+    m68k-ericsson-ose
+    m68k-motorola-sysv*
+    m88k-*-*					(*)
+    mn10200-*-*
+    openrisc-*-*
+    or32-*-*
+    or32-*-coff
+    pj*-*-*
+    sh-*-coff*
+    sh-*-rtemscoff*
+    tic80-*-*
+    vax-*-bsd*					(*)
+    vax-*-netbsd* excluding vax-*-netbsdelf	(*)
+    vax-*-ultrix*				(*)
+    w65-*-*
+    xscale-*-coff
+    *-*-linux*aout*
+    *-*-linux*oldld
+
+    (*) bfd and opcodes support will be kept.
+
+* Add "-g/--section-groups" to readelf to display section groups.
+
 * objcopy recognizes two new options --strip-unneeded-symbol and
   --strip-unneeded-symbols, namely for use together with the wildcard
   matching the original --strip-symbol/--strip-symbols provided, but

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-04-22 11:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-20  7:15 binutils-2.16 news Alan Modra
2005-04-20  8:45 ` Ralf Corsepius
2005-04-20  9:40   ` Nick Clifton
2005-04-20 10:15     ` Ralf Corsepius
2005-04-20 14:15       ` Nick Clifton
2005-04-21  3:20       ` Alan Modra
2005-04-21  3:49         ` Ralf Corsepius
2005-04-21  4:19           ` Daniel Jacobowitz
2005-04-22 11:36       ` Joel Sherrill <joel@OARcorp.com>
2005-04-20 14:40 ` 2.16 doc update (Re: binutils-2.16 news) H. J. Lu
2005-04-20 15:47   ` Daniel Jacobowitz
2005-04-20  7:42 binutils-2.16 news Jan Beulich
2005-04-20  9:38 ` Nick Clifton

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).