aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-04-24 17:44:31 +0100
committerNick Clifton <nickc@redhat.com>2019-04-24 17:44:31 +0100
commit1b8dd6432644c256ab294d205a8e00f6c6dc5073 (patch)
tree2db5f94a7772f41b5d3155f5e1de54d007d5062e /binutils/doc
parent1903f1385bff910861942743860d8577423bcb6c (diff)
downloadgdb-1b8dd6432644c256ab294d205a8e00f6c6dc5073.zip
gdb-1b8dd6432644c256ab294d205a8e00f6c6dc5073.tar.gz
gdb-1b8dd6432644c256ab294d205a8e00f6c6dc5073.tar.bz2
Stop strip from merging notes when stripping debug or dwo information.
* objcopy.c (strip_main): Do not enable note merging by default if just stripping debug or dwo information. * doc/binutils.texi (strip): Update documentation.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 077cf06..502f68d 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -3313,7 +3313,7 @@ normally be stripped. This option may be given more than once.
@itemx --no-merge-notes
For ELF files, attempt (or do not attempt) to reduce the size of any
SHT_NOTE type sections by removing duplicate notes. The default is to
-attempt this reduction.
+attempt this reduction unless stripping debug or DWO information.
@item -N @var{symbolname}
@itemx --strip-symbol=@var{symbolname}