From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7285D381ECBE; Thu, 15 Dec 2022 16:44:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7285D381ECBE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671122696; bh=H4rLXoeEk1VlRBfbKEmbm7M5mTN7gCgmFXwLJ37EY2k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nE/vtrriawfcw8ftMwQ93EA5ixCgnU1R/4NJ1Z++V0Q3kalMmsvDv6MPhm/KIfNgw Q1N+uCVG5x7I/ILwrG1KdzJa8tZo9E2wYKsFFUiKDmVuJYnid/6NROLcUrsCduMwyP VF3zLn49pMpkNLely+ZlhWrgS89h1/sRi9JkO+bs= 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 16:44:56 +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: everconfirmed cf_reconfirmed_on bug_status 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 ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2022-12-15 Status|UNCONFIRMED |NEW --- Comment #1 from H.J. Lu --- We need to add a check to disable hwasan for older linkers.=