aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-10-14 09:36:54 +0000
committerNick Clifton <nickc@redhat.com>2004-10-14 09:36:54 +0000
commit61bbd35b9fe38c5598a321efda85cfefae7c33b4 (patch)
tree56b86878fed87ba1a6d15e7e6e37df41444c3371
parentb411323258a2c7cd048b346b1a425bbdb1b77181 (diff)
downloadgdb-61bbd35b9fe38c5598a321efda85cfefae7c33b4.zip
gdb-61bbd35b9fe38c5598a321efda85cfefae7c33b4.tar.gz
gdb-61bbd35b9fe38c5598a321efda85cfefae7c33b4.tar.bz2
(usage): Fix description of --special-syms switch.
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/nm.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index bb19977..b1c45c5 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-14 Nick Clifton <nickc@redhat.com>
+
+ * nm.c (usage): Fix description of --special-syms switch.
+
2004-10-13 Jakub Jelinek <jakub@redhat.com>
* strings.c (statbuf): New typedef.
diff --git a/binutils/nm.c b/binutils/nm.c
index c35f7c8..3668d6b 100644
--- a/binutils/nm.c
+++ b/binutils/nm.c
@@ -248,7 +248,7 @@ usage (FILE *stream, int status)
-S, --print-size Print size of defined symbols\n\
-s, --print-armap Include index for symbols from archive members\n\
--size-sort Sort symbols by size\n\
- --skip-special Ignore special symbols\n\
+ --special-syms Include special symbols in the output\n\
--synthetic Display synthetic symbols as well\n\
-t, --radix=RADIX Use RADIX for printing symbol values\n\
--target=BFDNAME Specify the target object format as BFDNAME\n\