This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add --strip-unneeded to objcopy synopsis


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0fbdde942914bd9834860b65f2943577be1e46e5

commit 0fbdde942914bd9834860b65f2943577be1e46e5
Author: Oleksandr Pikozh <o.pikozh@gmail.com>
Date:   Fri Dec 1 17:40:55 2017 +1030

    Add --strip-unneeded to objcopy synopsis
    
    	* doc/binutils.texi: Add --strip-unneeded to objcopy synopsis.

Diff:
---
 binutils/ChangeLog         | 4 ++++
 binutils/doc/binutils.texi | 1 +
 2 files changed, 5 insertions(+)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 1ea16e4..5139c6b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-01  Oleksandr Pikozh  <o.pikozh@gmail.com>
+
+	* doc/binutils.texi: Add --strip-unneeded to objcopy synopsis.
+
 2017-11-30  Nick Clifton  <nickc@redhat.com>
 
 	PR 22510
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index a14c827..469bdaa 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -1117,6 +1117,7 @@ objcopy [@option{-F} @var{bfdname}|@option{--target=}@var{bfdname}]
         [@option{-B} @var{bfdarch}|@option{--binary-architecture=}@var{bfdarch}]
         [@option{-S}|@option{--strip-all}]
         [@option{-g}|@option{--strip-debug}]
+        [@option{--strip-unneeded}]
         [@option{-K} @var{symbolname}|@option{--keep-symbol=}@var{symbolname}]
         [@option{-N} @var{symbolname}|@option{--strip-symbol=}@var{symbolname}]
         [@option{--strip-unneeded-symbol=}@var{symbolname}]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]