]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86: Move x86-64 shadow stack startup codes
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 9 Jan 2024 20:23:24 +0000 (12:23 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 10 Jan 2024 13:19:32 +0000 (05:19 -0800)
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>
sysdeps/x86_64/libc-start.h [moved from sysdeps/x86/libc-start.h with 98% similarity]

similarity index 98%
rename from sysdeps/x86/libc-start.h
rename to sysdeps/x86_64/libc-start.h
index c3cc05888d7c1a4c7956c26d4f2f38ca421319bf..63fef17029a9a1970e2e464816d5eda59062bf5d 100644 (file)
@@ -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.