From: Ulrich Drepper Date: Mon, 3 Oct 2011 20:08:33 +0000 (-0400) Subject: More CL X-Git-Tag: elfutils-0.153~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21b5d4ccaef62f44402cd47fa7f149ba2972196d;p=thirdparty%2Felfutils.git More CL --- diff --git a/src/ChangeLog b/src/ChangeLog index c4cc31d3a..126c7ab7e 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