From 8018bef94ffd01733d28ee1298ebf547bd93d241 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 1 Jun 2009 01:50:45 +0000 Subject: [PATCH] PR 10199 * doc/binutils.texi (nm): Correct -S description. --- binutils/ChangeLog | 5 +++++ binutils/doc/binutils.texi | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 447789283..ac65e0dd3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2009-06-01 Alan Modra + + PR 10199 + * doc/binutils.texi (nm): Correct -S description. + 2009-05-28 Nick Clifton * po/da.po: Updated Danish translation. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 39a380617..7680c6f3a 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -899,7 +899,10 @@ Equivalent to @samp{-f posix}. @item -S @itemx --print-size -Print size, not the value, of defined symbols for the @code{bsd} output format. +Print both value and size of defined symbols for the @code{bsd} output style. +This option has no effect for object formats that do not record symbol +sizes, unless @samp{--size-sort} is also used in which case a +calculated size is displayed. @item -s @itemx --print-armap -- 2.11.4.GIT