From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123091 invoked by alias); 9 Jul 2019 22:08:48 -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 123048 invoked by uid 48); 9 Jul 2019 22:08:44 -0000 From: "vries at gcc dot gnu.org" To: elfutils-devel@sourceware.org Subject: [Bug tools/24795] eu-unstrip doesn't recognize MIPS_DWARF as debug section Date: Tue, 09 Jul 2019 22:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: tools X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: 2019-q3/txt/msg00034.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24795 --- Comment #2 from Tom de Vries --- (In reply to Mark Wielaard from comment #1) > (In reply to Tom de Vries from comment #0) > > Consider the section header table of a hello world exec on debian 7 MIP= S: >=20 > BTW. Isn't Debian 7 really old? >=20 Yep, initial release 2013. > > This is with an old eu-strip (0.152), but I don't manage building from = git > > for now, >=20 > See the README: >=20 > To build a git checkout do: > autoreconf -i -f && \ > ./configure --enable-maintainer-mode && \ > make && make check >=20 Ah, ok. > Please let us know what issues you are seeing. >=20 I tried elfutils-latest.tar.bz2 instead, and ran into the use of aligned_al= loc, which is supported starting glibc v2.16, while debian 7 has glibc v2.13. > > so atm I cannot say whether this is fixed on trunk or not. >=20 > It isn't. elfutils doesn't have a MIPS backend and so knows nothing about > special MIPS ELF constructs. Ah, I see indeed at https://sourceware.org/elfutils/ that mips is missing: ... Included backends for machine specific ELF handling: aarch64 alpha arm bpf i386 ia64 m68k ppc ppc64 s390 s390x sh sparc sparc64 tilegx x32 x86_64 ... --=20 You are receiving this mail because: You are on the CC list for the bug.