Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2017 00:25:25 +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-11@freebsd.org
Subject:   svn commit: r317478 - stable/11/contrib/elftoolchain/elfcopy
Message-ID:  <201704270025.v3R0PPYT053782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Apr 27 00:25:24 2017
New Revision: 317478
URL: https://svnweb.freebsd.org/changeset/base/317478

Log:
  MFC r317193: elfcopy: document --strip-symbols=filename in the man page
  
  Reported by:	bz
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/contrib/elftoolchain/elfcopy/elfcopy.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/elftoolchain/elfcopy/elfcopy.1
==============================================================================
--- stable/11/contrib/elftoolchain/elfcopy/elfcopy.1	Wed Apr 26 23:32:57 2017	(r317477)
+++ stable/11/contrib/elftoolchain/elfcopy/elfcopy.1	Thu Apr 27 00:25:24 2017	(r317478)
@@ -23,7 +23,7 @@
 .\"
 .\" $Id: elfcopy.1 3426 2016-03-05 13:32:28Z emaste $
 .\"
-.Dd March 5, 2016
+.Dd April 20, 2017
 .Os
 .Dt ELFCOPY 1
 .Sh NAME
@@ -83,6 +83,7 @@
 .Op Fl -srec-forceS3
 .Op Fl -srec-len Ns = Ns Ar val
 .Op Fl -strip-dwo
+.Op Fl -strip-symbols= Ns Ar filename
 .Op Fl -strip-unneeded
 .Ar infile
 .Op Ar outfile
@@ -339,6 +340,10 @@ This option is only meaningful when the 
 .Dq srec .
 .It Fl -strip-dwo
 Do not copy .dwo debug sections to the output file.
+.It Fl -strip-symbols= Ns Ar filename
+Do not copy any of the symbols specified by
+.Ar filename
+to the output.
 .It Fl -strip-unneeded
 Do not copy symbols that are not needed for relocation processing.
 .El



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