diff options
author | Nick Clifton <nickc@redhat.com> | 2013-08-23 14:22:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-08-23 14:22:39 +0000 |
commit | a575c958454ca547690d79011acd50036b01e50d (patch) | |
tree | 2b398da2da39d16ea9addcad77c13b07e4c1b2d9 /binutils | |
parent | e956b7d3bdf4aaacb83889e641c7f17b4b702862 (diff) | |
download | fsf-binutils-gdb-a575c958454ca547690d79011acd50036b01e50d.zip fsf-binutils-gdb-a575c958454ca547690d79011acd50036b01e50d.tar.gz fsf-binutils-gdb-a575c958454ca547690d79011acd50036b01e50d.tar.bz2 |
PR binutils/15777
(nm --special-syms): Fix typo.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 2 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 67b58b7..170fb2f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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> diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 6176c82..8cca721 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -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 |