From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A884A3858C50; Tue, 29 Nov 2022 22:36:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A884A3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669761384; bh=Z+XgfWNaHYFmpC+XsuzKM4vDKtxJ1FTnOy+qJ9zcKOI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qPErfKaXHesToqtxFiTJhYPRdt1Iwhx0eVkGeI2L3PnDJ6WXcP1wznKo4pjER6k+l eid8FECKg8JxntDGMl5VKlJtDOm5P8NIXBzt/ROiO4rKp5BSS7zaBZ1o3Z6Sao+LIk g0M1bVjvpP/2KdsPkzN2BxaW/OGDWVaY5XukAU9A= From: "tuliom at ascii dot art.br" To: glibc-bugs@sourceware.org Subject: [Bug stdio/27087] PowerPC: Redefinition error with Clang from IEEE redirection headers Date: Tue, 29 Nov 2022 22:36:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: stdio X-Bugzilla-Version: 2.32 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tuliom at ascii dot art.br X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tuliom at ascii dot art.br X-Bugzilla-Target-Milestone: 2.37 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status target_milestone 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D27087 Tulio Magno Quites Machado Filho changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Target Milestone|--- |2.37 --- Comment #7 from Tulio Magno Quites Machado Filho --- Fixed with the following commit for glibc 2.37: commit 227df6243a2b5b4d70d11772d12c02eb9cb666ca Author: Tulio Magno Quites Machado Filho Date: Fri Nov 11 17:00:15 2022 -0300 Apply asm redirections in syslog.h before first use [BZ #27087] Similar to d0fa09a770, but for syslog.h when _FORTIFY_SOURCE > 0. Fixes [BZ #27087] by applying long double-related asm redirections before using functions in bits/syslog.h. Tested with build-many-glibcs.py. Reviewed-by: Adhemerval Zanella I plan to backport this fix to glibc 2.34, 2.35 and 2.36. --=20 You are receiving this mail because: You are on the CC list for the bug.=