This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tools/21525] Multiple .shstrtab sections since eu-readelf 0.166


https://sourceware.org/bugzilla/show_bug.cgi?id=21525

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
commit e0b3232e9a0bc8215ca1be29b1ec6df43811eb87
Author: Mark Wielaard <mark@klomp.org>
Date:   Wed Jun 7 14:05:36 2017 +0200

    strip: Make sure old .shstrab is removed when eu-strip recreates it.

    Although we always recreate the .shstrtab section for the new output
    file we never explicitly assumed it could be removed. It might not be
    possible to remove it when the section string table is shared with
    a symbol table. But if it is removable we should (and recreate it for
    the new section list).

    Regression introduced in commit elfutils-0.163-33-gdf7dfab.
    "Handle merged strtab/shstrtab string tables in strip and unstrip."
    Add extra testcase to explicitly check for this case.

    https://sourceware.org/bugzilla/show_bug.cgi?id=21525

    Signed-off-by: Mark Wielaard <mark@klomp.org>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]