Skip to content

Commit

Permalink
Move potentially obsolete BFD targets into the definitely obsolete se…
Browse files Browse the repository at this point in the history
…ction. Add a note to the README-how-to-make-a-release document about doing this.

bfd	* config.bfd: Move the powerpc-lynxos and powerpc-windiss targets
	into the definitely obsolete list.

binutils * README-how-to-make-a-release: Add a note about updating the
	obsolete targets in the bfd/config.bfd file.
  • Loading branch information
nickclifton committed Feb 7, 2019
1 parent bd447ab commit 2012bf0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
5 changes: 5 additions & 0 deletions bfd/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-02-07 Nick Clifton <[email protected]>

* config.bfd: Move the powerpc-lynxos and powerpc-windiss targets
into the definitely obsolete list.

2019-02-05 H.J. Lu <[email protected]>

PR ld/24151
Expand Down
2 changes: 1 addition & 1 deletion bfd/config.bfd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ case $targ in
echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
exit 1
;;
powerpc-*-lynxos* | powerpc-*-windiss* | \
null)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration $targ is obsolete." >&2
Expand Down Expand Up @@ -139,6 +138,7 @@ case $targ in
mips*-dec-* | \
mips*-sgi-* | \
mips*el-*-rtems* | \
powerpc-*-lynxos* | powerpc-*-windiss* | \
sh*-*-symbianelf* | sh5*-*-* | sh64*-*-* | \
sparc*-*-*aout* | \
sparc*-*-chorus* | \
Expand Down
5 changes: 5 additions & 0 deletions binutils/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-02-07 Nick Clifton <[email protected]>

* README-how-to-make-a-release: Add a note about updating the
obsolete targets in the bfd/config.bfd file.

2019-02-04 Nick Clifton <[email protected]>

* README-how-to-make-a-release: Add more notes on making a release.
Expand Down
6 changes: 5 additions & 1 deletion binutils/README-how-to-make-a-release
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,11 @@ When the time comes to actually make the release....
33. Email the binutils list telling everyone that the 2.XX branch
is now open for business as usual and that patched no longer
need special approval.


34. Examine the bfd/config.bfd file and move any pending obsolete
targets into the definitely obsolete section. Create a
changelog entry and commit.

-------------------------------------------------
How to perform a point release.
-------------------------------------------------
Expand Down
16 changes: 7 additions & 9 deletions src-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ MAKEINFOFLAGS=--split-size=5000000
# Support for building net releases

# Files in root used in any net release.
DEVO_SUPPORT="README Makefile.in configure configure.ac \
config.guess config.sub config move-if-change \
COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
mkinstalldirs ltmain.sh missing ylwrap \
libtool.m4 ltsugar.m4 ltversion.m4 ltoptions.m4 \
Makefile.def Makefile.tpl src-release.sh config.rpath \
ChangeLog MAINTAINERS README-maintainer-mode \
lt~obsolete.m4 ltgcc.m4 depcomp mkdep compile \
COPYING3 COPYING3.LIB test-driver ar-lib"
DEVO_SUPPORT="ar-lib ChangeLog compile config config-ml.in config.guess \
config.rpath config.sub configure configure.ac COPYING COPYING.LIB \
COPYING3 COPYING3.LIB depcomp install-sh libtool.m4 ltgcc.m4 \
ltmain.sh ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 \
MAINTAINERS Makefile.def Makefile.in Makefile.tpl missing mkdep \
mkinstalldirs move-if-change README README-maintainer-mode \
src-release.sh symlink-tree test-driver ylwrap"

# Files in devo/etc used in any net release.
ETC_SUPPORT="Makefile.in configure configure.in standards.texi \
Expand Down

0 comments on commit 2012bf0

Please sign in to comment.