PR binutils/15777
authorNick Clifton <nickc@redhat.com>
Fri, 23 Aug 2013 14:22:39 +0000 (14:22 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 23 Aug 2013 14:22:39 +0000 (14:22 +0000)
(nm --special-syms): Fix typo.

binutils/ChangeLog
binutils/doc/binutils.texi

index 67b58b783f11501c52009038781699c80970a904..170fb2f56e0d8ab276f78cfade623ec95996d07c 100644 (file)
@@ -2,6 +2,8 @@
 
        PR binutils/15779
        * doc/binutils.texi (ranlib -D): Correct description.
+       PR binutils/15777
+       (nm --special-syms): Fix typo.
 
 2013-08-23  Nick Clifton  <nickc@redhat.com>
 
index 6176c8217582f0b70a45a4e76ff695b707c4c73a..8cca721b29bc702b28bf290554684dbaab7340df 100644 (file)
@@ -1021,10 +1021,9 @@ both size and value to be printed.
 @item --special-syms
 Display symbols which have a target-specific special meaning.  These
 symbols are usually used by the target for some special processing and
-are not normally helpful when included included in the normal symbol
-lists.  For example for ARM targets this option would skip the mapping
-symbols used to mark transitions between ARM code, THUMB code and
-data.
+are not normally helpful when included in the normal symbol lists.
+For example for ARM targets this option would skip the mapping symbols
+used to mark transitions between ARM code, THUMB code and data.
 
 @item --synthetic
 Include synthetic symbols in the output.  These are special symbols
This page took 0.029337 seconds and 4 git commands to generate.