From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E8750386D629; Tue, 28 Nov 2023 13:56:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8750386D629 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701179787; bh=I6wyx8nWYsNRkUwu/Rzb6/9Ve4SIP3S8bfzHUH8jskM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fz6MblFgR+HZ/dF6F9VkpS+LOqVXVPToHcG0vrGl1V8xr+InEQekF2oSwCj6EhCho Hrhb4M/AFaNJORvbpbeSVt7V0B6Z2nmw49GCRU2W3W0bDO7BlAskytrOFcwFJkWvNB IAeimIRUqr5hQFbepeBfjKXJAaY+ZJxvMFJ1FtI0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/112563] [14 regression] libsanitizer doesn't assemble with Solaris/sparc as Date: Tue, 28 Nov 2023 13:56:27 +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: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112563 --- Comment #15 from GCC Commits --- The master branch has been updated by Rainer Orth : https://gcc.gnu.org/g:33b6ce99b54917a910b59dbd643fd223fbba834c commit r14-5928-g33b6ce99b54917a910b59dbd643fd223fbba834c Author: Rainer Orth Date: Tue Nov 28 14:55:52 2023 +0100 libsanitizer: Only use assembler symbol assignment if supported [PR1125= 63] This patch only enables symbol assignment if the configure test determi= ned it's supported. Bootstrapped without regressions on sparc-sun-solaris2.11 (as and gas) = and i386-pc-solaris2.11 (as and gas). 2023-11-23 Rainer Orth libsanitizer: PR sanitizer/112563 * sanitizer_common/sanitizer_redefine_builtins.h: Check HAVE_AS_SYM_ASSIGN.=