[binutils-gdb] Fix documentation of the linker's --pop-state command line option.

Nick Clifton nickc@sourceware.org
Fri Feb 17 16:31:00 GMT 2017


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

commit 67cecaba5f70e540ad2f4bde21c323c0bde0f2d9
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Feb 17 16:31:09 2017 +0000

    Fix documentation of the linker's --pop-state command line option.
    
    	PR ld/20825
    	* ld.texinfo (Options): Add missing @item entry for --pop-state.

Diff:
---
 ld/ChangeLog  | 5 +++++
 ld/ld.texinfo | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 59a3b0d..ce8cdb3 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-17  Nick Clifton  <nickc@redhat.com>
+
+	PR ld/20825
+	* ld.texinfo (Options): Add missing @item entry for --pop-state.
+
 2017-02-17  Alan Modra  <amodra@gmail.com>
 
 	* testsuite/ld-elf/dwarf2.err: Accept other errors between the
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 8f2dfdb..b128451 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -869,6 +869,7 @@ something as follows:
 
 @kindex --pop-state
 @cindex pop state governing input file handling
+@item --pop-state
 Undoes the effect of --push-state, restores the previous values of the
 flags governing input file handling.



More information about the Binutils-cvs mailing list