From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 59EEB3846400; Tue, 2 Feb 2021 20:54:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59EEB3846400 From: "slyfox at inbox dot ru" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/27318] glibc fails to load binaries when built with -march=sandybridge: CPU ISA level is lower than required Date: Tue, 02 Feb 2021 20:54:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.33 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at inbox dot ru X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- 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://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: Tue, 02 Feb 2021 20:54:52 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27318 --- Comment #2 from Sergei Trofimovich --- Aha, that makes sense. I'll try to find where v3 leaks out. So far it looks like some rtld files need newer ISA: $ LANG=3DC h readelf -a $(find -name 'rtld-*.o*') |& egrep 'File|v3' | fgre= p -B1 v3 File: ./string/rtld-strcspn-c.os Properties: x86 ISA used: x86-64-baseline, x86-64-v3 -- File: ./gmon/rtld-profil.os Properties: x86 ISA used: x86-64-baseline, x86-64-v3 -- File: ./signal/rtld-sigaction.os Properties: x86 ISA used: x86-64-baseline, x86-64-v3 --=20 You are receiving this mail because: You are on the CC list for the bug.=