aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2016-04-29 13:22:51 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2016-05-10 08:47:14 +0100
commit29f4fdc42db187300b208ba4310920bedb300a04 (patch)
tree7be9b2b9356df0ae455e6bd71a84a44a2c98c5bb /binutils/ChangeLog
parentd63a50b79e50b9a48570a9d9fdb86d7c692f3c18 (diff)
downloadgdb-29f4fdc42db187300b208ba4310920bedb300a04.zip
gdb-29f4fdc42db187300b208ba4310920bedb300a04.tar.gz
gdb-29f4fdc42db187300b208ba4310920bedb300a04.tar.bz2
binutils/doc: Update documentation for nm --size-sort
The documentation for 'nm --size-sort' is out of step with the code, the special handling for ELF is not mentioned in the documentation, and could cause confusion to a user. binutils/ChangeLog: * doc/binutils.texi (nm): Update description of --size-sort.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 89ebe15..47014a3 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * doc/binutils.texi (nm): Update description of --size-sort.
+
2016-05-09 Nick Clifton <nickc@redhat.com>
PR binutils/20063