Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2019 01:18:50 +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: r350565 - in stable/12: contrib/binutils/binutils/doc gnu/usr.bin/binutils/objdump
Message-ID:  <201908040118.x741Io7e041461@repo.freebsd.org>

index | next in thread | raw e-mail

Author: emaste
Date: Sun Aug  4 01:18:50 2019
New Revision: 350565
URL: https://svnweb.freebsd.org/changeset/base/350565

Log:
  objdump: update deprecation notice
  
  MFC r350503: objdump: move deprecation notice to indended spot
  
  r335217 added a deprecation notice to the source file for the objdump
  man page, and r335219 added it to the rendered objdump.1, but in the
  wrong spot.
  
  MFC r350505: objdump: be explicit that GNU objdump that will be removed
  
  We may install llvm-objdump as objdump (see review D18307) or just
  provide no /usr/bin/objdump, but either way GNU objdump won't be
  installed in the future.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/contrib/binutils/binutils/doc/binutils.texi
  stable/12/gnu/usr.bin/binutils/objdump/objdump.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/contrib/binutils/binutils/doc/binutils.texi
==============================================================================
--- stable/12/contrib/binutils/binutils/doc/binutils.texi	Sat Aug  3 22:41:29 2019	(r350564)
+++ stable/12/contrib/binutils/binutils/doc/binutils.texi	Sun Aug  4 01:18:50 2019	(r350565)
@@ -1624,8 +1624,8 @@ program to compile and work.
 specify archives, @command{objdump} shows information on each of the member
 object files.
 
-@command{objdump} will be removed from a future version of the
-FreeBSD base system.  Users who require @command{objdump} are advised
+GNU @command{objdump} will be removed from a future version of the
+FreeBSD base system.  Users who require GNU @command{objdump} are advised
 to install the binutils port or package.
 
 @c man end

Modified: stable/12/gnu/usr.bin/binutils/objdump/objdump.1
==============================================================================
--- stable/12/gnu/usr.bin/binutils/objdump/objdump.1	Sat Aug  3 22:41:29 2019	(r350564)
+++ stable/12/gnu/usr.bin/binutils/objdump/objdump.1	Sun Aug  4 01:18:50 2019	(r350565)
@@ -179,13 +179,13 @@ information is mostly useful to programmers who are wo
 compilation tools, as opposed to programmers who just want their
 program to compile and work.
 .PP
-\&\fBobjdump\fR will be removed from a future version of the
-FreeBSD base system.  Users who require \&\fBobjdump\fR are advised
-to install the binutils port or package.
-.PP
 \&\fIobjfile\fR... are the object files to be examined.  When you
 specify archives, \fBobjdump\fR shows information on each of the member
 object files.
+.PP
+GNU \&\fBobjdump\fR will be removed from a future version of the
+FreeBSD base system.  Users who require GNU \&\fBobjdump\fR are advised
+to install the binutils port or package.
 .SH "OPTIONS"
 .IX Header "OPTIONS"
 The long and short forms of options, shown here as alternatives, are


home | help

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