From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 92E793856DE6; Fri, 26 May 2023 15:03:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 92E793856DE6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685113430; bh=m/elWEMxAn7YgS0iryTGUZnyVEBcAhKGqQPyzApic/M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bURpMb2hyDDmHs+xGPP8PKwlGNF2h8VZPlLC2JF0r007jV384r0UlRMNIGVCpTkm2 o08rW4iJLZ/PtH48XlnQLObFSffjMbLgGyViAVWFN90zf/IQHhVgoqg6d9YMb6N63X e9rn54WZLTkDccmNfQ4L4alJjQKcYnLIxwluUh80= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/15794] move AT_* constants definition from elf.h into sysdeps (bits) directory Date: Fri, 26 May 2023 15:03:49 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D15794 --- Comment #13 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Joseph Myers : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D8754a4133e154ca853e= 6765a3fe5c7a904c77626 commit 8754a4133e154ca853e6765a3fe5c7a904c77626 Author: Joseph Myers Date: Fri May 26 15:03:31 2023 +0000 Add AT_RSEQ_* from Linux 6.3 to elf.h Linux 6.3 adds constants AT_RSEQ_FEATURE_SIZE and AT_RSEQ_ALIGN; add them to glibc's elf.h. (Recall that, although elf.h is a system-independent header, so far we've put AT_* constants there even if Linux-specific, as discussed in bug 15794. So rather than making any attempt to fix that issue, the new constants are just added there alongside the existing ones.) Tested for x86_64. --=20 You are receiving this mail because: You are on the CC list for the bug.=