public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] x86: Move x86-64 shadow stack startup codes
@ 2024-01-10 13:29 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2024-01-10 13:29 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b45115a6665e271411c73d83f8933ff059e39f05

commit b45115a6665e271411c73d83f8933ff059e39f05
Author: H.J. Lu <hjl.tools@gmail.com>
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  <adhemerval.zanella@linaro.org>

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-10 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10 13:29 [glibc] x86: Move x86-64 shadow stack startup codes H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).