aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-01-09 12:23:24 -0800
committerH.J. Lu <hjl.tools@gmail.com>2024-01-10 05:19:32 -0800
commitb45115a6665e271411c73d83f8933ff059e39f05 (patch)
tree419fe35c996ced70e796b458d407b5a4aafbe2e2
parent9da45337e4fcaa710e849e8c6baf22341c059e00 (diff)
downloadglibc-b45115a6665e271411c73d83f8933ff059e39f05.tar
glibc-b45115a6665e271411c73d83f8933ff059e39f05.tar.gz
glibc-b45115a6665e271411c73d83f8933ff059e39f05.tar.bz2
glibc-b45115a6665e271411c73d83f8933ff059e39f05.zip
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>
-rw-r--r--sysdeps/x86_64/libc-start.h (renamed from sysdeps/x86/libc-start.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/libc-start.h b/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.