Move potentially obsolete BFD targets into the definitely obsolete section. Add...
authorNick Clifton <nickc@redhat.com>
Thu, 7 Feb 2019 14:30:02 +0000 (14:30 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Feb 2019 14:30:02 +0000 (14:30 +0000)
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.

bfd/ChangeLog
bfd/config.bfd
binutils/ChangeLog
binutils/README-how-to-make-a-release
src-release.sh

index 22eab1effb616efe892a223a706c621123bd74af..0aff60c902d769fec695a63cdaea47b7b53c78ba 100644 (file)
@@ -1,3 +1,8 @@
+2019-02-07  Nick Clifton  <nickc@redhat.com>
+
+       * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets
+       into the definitely obsolete list.
+
 2019-02-05  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/24151
index 0e1ddb659c3ab7160aab0a7c173b85052f870e65..f13812b7c74291391311dbc14186468f689e31bf 100644 (file)
@@ -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
@@ -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* | \
index dc46498c13d4e14ee6dfafbaf13e65f5a4a1affb..cecc6c4450c0cc213e8b32e26614842f9a8e5a6e 100644 (file)
@@ -1,3 +1,8 @@
+2019-02-07  Nick Clifton  <nickc@redhat.com>
+
+       * 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  <nickc@redhat.com>
 
        * README-how-to-make-a-release: Add more notes on making a release.
index 988d3717bf5a45c27307f5261e4da10c0954f2e8..38edac20ebf939ddf20dc162b0508499fde9331b 100644 (file)
@@ -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.
 -------------------------------------------------
index fe5dab5fb364618c8c6e33d3ee371e19ddd1abaa..8a50d97603b37b605e6333a23645f47c042ce3b1 100755 (executable)
@@ -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 \
This page took 0.027884 seconds and 4 git commands to generate.