From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 2F7CA3858C66; Wed, 10 Jan 2024 13:29:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F7CA3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704893365; bh=gKc0yiBPt3Lk7Vr1jU8i8bT/ljTpaOmm7r69GQOupWU=; h=From:To:Subject:Date:From; b=qzRrMMDB2Raf/JBjQgvtyG25HYw2jdSLL18neqWsX4RwTGTV3NkAKZFX/V7LHHHM0 zj1l7z3ip1CjwNSgtQKvgFnhct26QTfpdUKxjDp/pjmyaNkfVk7UNq0LGCzkNZPjpT ksISm1qFUpfXAL3wEv09qAV6D9jmOY6qENGRfzCs= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc] x86: Move x86-64 shadow stack startup codes X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/master X-Git-Oldrev: 9da45337e4fcaa710e849e8c6baf22341c059e00 X-Git-Newrev: b45115a6665e271411c73d83f8933ff059e39f05 Message-Id: <20240110132925.2F7CA3858C66@sourceware.org> Date: Wed, 10 Jan 2024 13:29:25 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b45115a6665e271411c73d83f8933ff059e39f05 commit b45115a6665e271411c73d83f8933ff059e39f05 Author: H.J. Lu Date: Tue Jan 9 12:23:24 2024 -0800 x86: Move x86-64 shadow stack startup codes Move sysdeps/x86/libc-start.h to sysdeps/x86_64/libc-start.h and use sysdeps/generic/libc-start.h for i386. Reviewed-by: Adhemerval Zanella Diff: --- sysdeps/{x86 => x86_64}/libc-start.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/x86/libc-start.h b/sysdeps/x86_64/libc-start.h similarity index 98% rename from sysdeps/x86/libc-start.h rename to sysdeps/x86_64/libc-start.h index c3cc05888d..63fef17029 100644 --- a/sysdeps/x86/libc-start.h +++ b/sysdeps/x86_64/libc-start.h @@ -1,4 +1,4 @@ -/* X86 definitions for libc main startup. +/* x86-64 definitions for libc main startup. Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of the GNU C Library.