From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122405 invoked by alias); 10 Jul 2018 17:48:41 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 121866 invoked by uid 48); 10 Jul 2018 17:48:06 -0000 From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug general/23370] run-next-cfi-self.sh doesn't handle compressed ELF sections Date: Tue, 10 Jul 2018 17:48:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2018-q3/txt/msg00013.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23370 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Mark Wielaard --- (In reply to Martin Liska from comment #2) > The suggested patch works for me as we in openSUSE have enabled compressi= on > of debug info section in gas for all targets. Thanks for testing. Pushed to master. commit b40001f67c0809e2fe8c7a78c2a5ac12026f23b4 (HEAD -> master) Author: Mark Wielaard 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=3D23370 Signed-off-by: Mark Wielaard --=20 You are receiving this mail because: You are on the CC list for the bug.