From: Alan Modra Date: Wed, 20 Apr 2005 07:15:49 +0000 (+0000) Subject: * NEWS: Mention unsupported targets and new readelf option. X-Git-Tag: binutils-2_16~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42ff7d382c90d4c3196d1818bcff0394d6f5ada9;p=thirdparty%2Fbinutils-gdb.git * NEWS: Mention unsupported targets and new readelf option. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8889c426a2d..44ce51ada76 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2005-04-20 Alan Modra + + * NEWS: Mention unsupported targets and new readelf option. + 2005-04-04 Maciej W. Rozycki * readelf.c (debug_apply_rela_addends): Reorder r_info as diff --git a/binutils/NEWS b/binutils/NEWS index 8677cb7ceec..f99953c7a6e 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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