From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7BEA4385AC21; Fri, 14 Jan 2022 19:19:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7BEA4385AC21 From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/28782] x86-64 ISA level for glibc itself is always x86-64-baseline Date: Fri, 14 Jan 2022 19:19:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.35 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: assigned_to bug_status target_milestone resolution 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 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2022 19:19:53 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28782 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at sourceware dot org |fweimer at redhat d= ot com Status|NEW |RESOLVED Target Milestone|--- |2.35 Resolution|--- |FIXED --- Comment #5 from Florian Weimer --- First parted fixed by: commit 5732a881aad24fac876f5505a212395048a7a483 Author: Florian Weimer Date: Fri Jan 14 16:09:20 2022 +0100 x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=3Dx86-64-vN (bug 287= 82) HAVE_X86_LAHF_SAHF is implied by x86-64-v2, and HAVE_X86_MOVBE by x86-64-v3. The individual flag does not appear in -fverbose-asm flag output even if the ISA level implies it. Reviewed-by: H.J. Lu Second part fixed by: commit 990c953bce06d77360d2e933faa9a008e2c55405 Author: Florian Weimer Date: Fri Jan 14 20:16:05 2022 +0100 x86: Add x86-64-vN check to early startup This ISA level covers the glibc build itself. cannot be used because this check (by design) happens before DL_PLATFORM_INIT and the x86 CPU flags initialization. Reviewed-by: H.J. Lu --=20 You are receiving this mail because: You are on the CC list for the bug.=