diff options
author | Nick Clifton <nickc@redhat.com> | 2011-05-18 16:35:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-05-18 16:35:03 +0000 |
commit | 0ba0c2b3438846e98e254ea2019901ea42bd986f (patch) | |
tree | 1e2a0b65a39459341aac047551429acef698e949 /binutils/doc | |
parent | 1d06ead6876712e45010dae36b8e4745fa3321ea (diff) | |
download | gdb-0ba0c2b3438846e98e254ea2019901ea42bd986f.zip gdb-0ba0c2b3438846e98e254ea2019901ea42bd986f.tar.gz gdb-0ba0c2b3438846e98e254ea2019901ea42bd986f.tar.bz2 |
PR binutils/12753
* nm.c (filter_symbols): Treat unique symbols as global symbols.
* doc/binutils.texi (nm): Mention that some lowercase letters
actually indicate global symbols.
* lib/utils-lib.exp (run_dump_test): Allow nm as a program.
* binutils-all/nm.exp: Test running "nm -g" on an object file
containing a unique symbol.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index fb3948f..64333cf 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -724,7 +724,9 @@ hexadecimal by default. @item The symbol type. At least the following types are used; others are, as well, depending on the object file format. If lowercase, the symbol is -local; if uppercase, the symbol is global (external). +usually local; if uppercase, the symbol is global (external). There +are however a few lowercase symbols that are shown for special global +symbols (@code{u}, @code{v} and @code{w}). @c Some more detail on exactly what these symbol types are used for @c would be nice. |