From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 572EF3852A76; Thu, 15 Dec 2022 23:14:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 572EF3852A76 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671146061; bh=U2saEZj0NYbaNznTWHpJsiC8yhZhsqRmP4I8uVaHLjA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=loczooPEaHqNv6kXUw90K1rkqGYdAt/AVtaYmYOmhzJgPRKTFATGRieY1/JWDsWg4 CkTbDf38iy+YOCEcZOfIjwlv0yzHfvGY00RW+ps72jLzfP+z64LkEdvBXoT7S3POTA pqmOTfAk5T7xIEC9ZRIfd0yxZoDIL1hUgszIMzew= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/108106] [13 Regression] /usr/bin/ld: .libs/hwasan_setjmp_x86_64.o: relocation R_X86_64_PC32 against symbol `__interceptor_sigsetjmp' can not be used when making a shared object; recompile with -fPIC Date: Thu, 15 Dec 2022 23:14:20 +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.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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=3D108106 H.J. Lu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #54104|0 |1 is obsolete| | --- Comment #4 from H.J. Lu --- Created attachment 54106 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54106&action=3Dedit An updated patch Try this one.=