From 67cecaba5f70e540ad2f4bde21c323c0bde0f2d9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 17 Feb 2017 16:31:09 +0000 Subject: [PATCH] Fix documentation of the linker's --pop-state command line option. PR ld/20825 * ld.texinfo (Options): Add missing @item entry for --pop-state. --- ld/ChangeLog | 5 +++++ ld/ld.texinfo | 1 + 2 files changed, 6 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 59a3b0d391c..ce8cdb3311a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-02-17 Nick Clifton + + PR ld/20825 + * ld.texinfo (Options): Add missing @item entry for --pop-state. + 2017-02-17 Alan Modra * testsuite/ld-elf/dwarf2.err: Accept other errors between the diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 8f2dfdb1a29..b1284518866 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. -- 2.30.2