This is the mail archive of the binutils@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]

[patch] Add --strip-unneeded to objcopy synopsis


A patch submitted at https://bugs.launchpad.net/bugs/1631631

Please apply on the trunk.

Matthias

2017-12-01  Oleksandr Pikozh <o.pikozh@gmail.com>

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

=== modified file 'binutils/doc/binutils.texi'
--- binutils/doc/binutils.texi	2013-10-14 18:45:46 +0000
+++ binutils/doc/binutils.texi	2017-10-24 18:30:17 +0000
@@ -1058,6 +1058,7 @@
         [@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]