Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2019 20:40:47 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r350574 - in stable/12: contrib/binutils/gas/doc gnu/usr.bin/binutils/as
Message-ID:  <201908042040.x74Kelnw038060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sun Aug  4 20:40:47 2019
New Revision: 350574
URL: https://svnweb.freebsd.org/changeset/base/350574

Log:
  MFC r350518: as: add deprecation notice to the man page
  
  In the future FreeBSD will ship without GNU binutils 2.17.50.  Add a
  note advising users who require GNU as to install the binutils port
  or package.
  
  Note that on armv7, arm64, amd64, i386 we currently ship only two
  binutils tools (as and objdump).  A deprecation notice was added to
  objdump's man page some time ago.
  
  PR:		233611
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/contrib/binutils/gas/doc/as.texinfo
  stable/12/gnu/usr.bin/binutils/as/as.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/contrib/binutils/gas/doc/as.texinfo
==============================================================================
--- stable/12/contrib/binutils/gas/doc/as.texinfo	Sun Aug  4 20:00:39 2019	(r350573)
+++ stable/12/contrib/binutils/gas/doc/as.texinfo	Sun Aug  4 20:40:47 2019	(r350574)
@@ -1295,6 +1295,9 @@ computer-readable series of instructions.  Different v
 @section The GNU Assembler
 
 @c man begin DESCRIPTION
+@sc{gnu} @command{as} will be removed from a future version of the
+FreeBSD base system.  Users who require
+@sc{gnu} @command{as} are advised to install the binutils port or package.
 
 @sc{gnu} @command{as} is really a family of assemblers.
 @ifclear GENERIC

Modified: stable/12/gnu/usr.bin/binutils/as/as.1
==============================================================================
--- stable/12/gnu/usr.bin/binutils/as/as.1	Sun Aug  4 20:00:39 2019	(r350573)
+++ stable/12/gnu/usr.bin/binutils/as/as.1	Sun Aug  4 20:40:47 2019	(r350574)
@@ -293,6 +293,10 @@ as [\fB\-a\fR[\fBcdhlns\fR][=\fIfile\fR]] [\fB\-\-alte
  [\fB\-\-rename\-section\fR \fIoldname\fR=\fInewname\fR]
 .SH "DESCRIPTION"
 .IX Header "DESCRIPTION"
+\&\s-1GNU\s0 \fBas\fR will be removed from a future version of the
+FreeBSD base system.  Users who require
+\&\s-1GNU\s0 \fBas\fR are advised to install the binutils port or package.
+.PP
 \&\s-1GNU\s0 \fBas\fR is really a family of assemblers.
 If you use (or have used) the \s-1GNU\s0 assembler on one architecture, you
 should find a fairly similar environment when you use it on another



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908042040.x74Kelnw038060>