[Bug general/23370] run-next-cfi-self.sh doesn't handle compressed ELF sections

mark at klomp dot org sourceware-bugzilla@sourceware.org
Tue Jul 10 17:48:00 GMT 2018


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

Mark Wielaard <mark at klomp dot org> changed:

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

--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
(In reply to Martin Liska from comment #2)
> The suggested patch works for me as we in openSUSE have enabled compression
> of debug info section in gas for all targets.

Thanks for testing. Pushed to master.

commit b40001f67c0809e2fe8c7a78c2a5ac12026f23b4 (HEAD -> master)
Author: Mark Wielaard <mark@klomp.org>
Date:   Thu Jul 5 16:24:57 2018 +0200

    tests: Handle compressed sections in next_cfi testcase.

    Some toolchains use compressed ELF sections by default.
    This would make run-next-cfi-self.sh fail because it would try to
    decode the compressed data. Fix by decompressing the section first.

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

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

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


More information about the Elfutils-devel mailing list