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 <m...@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 <m...@klomp.org> -- You are receiving this mail because: You are on the CC list for the bug.