From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 273ED3858C60; Tue, 2 May 2023 14:42:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 273ED3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683038544; bh=2xvG5hIFRhlhfkyUCNFlWes6KxT+IPjoAb1Ea+SRu7E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vlR0qLHeflc2Cy+pU0tNRWilACEi0UN28hqglbAbpAdXz19g8C1sf6sra61WDAifR o8U5vOnJdnbiyAYgBAe0/W8QKSDAq5kc0/1cyuy/KWnCG5sbnE6B3BENzM0nlO4quW 1Ue0/JLhJTpV0ir8ZvGR8K/OK6Zwrn3Jo6DkkQDU= From: "dnewtonrichards at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/109698] gcc/g++ build/link fails for libhwasan.so Date: Tue, 02 May 2023 14:42:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: dnewtonrichards at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109698 --- Comment #4 from David Richards --- ld --version: GNU ld (GNU Binutils for Debian) 2.31.1 Copyright (C) 2018 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty. NOTE: I have built gcc/g++ version 12.2 o0n this same system Thanks! Dave On Tue, May 2, 2023 at 9:18=E2=80=AFAM jakub at gcc dot gnu.org < gcc-bugzilla@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109698 > > --- Comment #2 from Jakub Jelinek --- > Seems binutils has added support for __ehdr_start only in > https://sourceware.org/legacy-ml/binutils/2012-06/msg00171.html in 2012. > Do > you have binutils older than that? > > -- > You are receiving this mail because: > You reported the bug.=