]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
More CL
authorUlrich Drepper <drepper@gmail.com>
Mon, 3 Oct 2011 20:08:33 +0000 (16:08 -0400)
committerUlrich Drepper <drepper@gmail.com>
Mon, 3 Oct 2011 20:08:33 +0000 (16:08 -0400)
src/ChangeLog

index c4cc31d3a19545e4c2f4344151a797fa199aa664..126c7ab7ece5d10fa613d8c82912c1ecfa6bc76c 100644 (file)
@@ -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>