From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86657 invoked by alias); 13 Jan 2019 21:22:39 -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 86630 invoked by uid 48); 13 Jan 2019 21:22:36 -0000 From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug general/24000] couple of testsuite fails with uclibc library Date: Sun, 13 Jan 2019 21:22: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: UNCONFIRMED 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-q1/txt/msg00038.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24000 --- Comment #3 from Mark Wielaard --- Sorry, I have no idea what is going on. It looks like a normal arm ELF file: $ eu-readelf -h nm.o ELF Header: Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 Class: ELF32 Data: 2's complement, little endian Ident Version: 1 (current) OS/ABI: UNIX - System V ABI Version: 0 Type: REL (Relocatable file) Machine: ARM Version: 1 (current) Entry point address: 0 Start of program headers: 0 (bytes into file) Start of section headers: 106424 (bytes into file) Flags: 0x5000000 Size of this header: 52 (bytes) Size of program header entries: 0 (bytes) Number of program headers entries: 0 Size of section header entries: 40 (bytes) Number of section headers entries: 31 Section header string table index: 28 0x5000000 (which your eu-elflint complains about) is EF_ARM_EABI_VER5, which the arm backend hook machine_flag_check knows about. So eu-elflint really should have no complaints: $ eu-elflint nm.o=20 No errors Maybe your installation isn't able to correctly load the ebl backends? --=20 You are receiving this mail because: You are on the CC list for the bug.