diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-03 16:08:33 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-03 16:08:33 -0400 |
commit | 21b5d4ccaef62f44402cd47fa7f149ba2972196d (patch) | |
tree | 1d30aff7dc96409ce01602d85c70a71d07466583 | |
parent | 66f4c37d497bdde040a33f299b12163f044b1bf2 (diff) | |
download | elfutils-21b5d4ccaef62f44402cd47fa7f149ba2972196d.tar.gz |
More CL
-rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c4cc31d3..126c7ab7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -8,14 +8,14 @@ header. Treat TLS symbols like objects. In case of D symbols, show u for unique symbols, R for symbols in read-only sections, B for symbols in BSS sections. - (show_symbols_bad): Take additional parameters for ELF file and ELF + (show_symbols_bsd): Take additional parameters for ELF file and ELF header. Adjust for class_type_char change. Show TLS symbols with @ after them in case --mark-special is selected. (show_symbols_posix): Likewise. (show_symbols): Adjust calls to show_symbols_bsd and show_symbols_posix. (show_symbols_sysv): Avoid printing adress and size for undefined - symbols. + symbols. Don't print initial special entry and section entries. 2011-10-02 Ulrich Drepper <drepper@gmail.com> |