]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Improve nm output for BSD and POSIX format
authorUlrich Drepper <drepper@gmail.com>
Mon, 3 Oct 2011 11:23:07 +0000 (07:23 -0400)
committerUlrich Drepper <drepper@gmail.com>
Mon, 3 Oct 2011 11:23:07 +0000 (07:23 -0400)
commit2356ba04aeb670b90925ae88c3e579d75085a381
tree1d72c5275783a6ff9ff1fa0bff9454b5e03904c8
parentd4eb3549da0717069db2efc09375dbe16a2ef9c3
Improve nm output for BSD and POSIX format

The binutils version showed more information since it distinguished
unique symbols, symbols in read-only and bss sections.  The format
is now the same.  In addition handle TLS symbols correctly but
differently from binutils nm since the latter drops information.
Instead use a @ suffix to indicate TLS similar to * to indicate
weak.
src/ChangeLog
src/nm.c