From: Sergey Bugaev Date: Wed, 3 Jan 2024 17:14:45 +0000 (+0300) Subject: aarch64: Make cpu-features definitions not Linux-specific X-Git-Tag: glibc-2.39~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=520b1df08de68a3de328b65a25b86300a7ddf512;p=thirdparty%2Fglibc.git aarch64: Make cpu-features definitions not Linux-specific These describe generic AArch64 CPU features, and are not tied to a kernel-specific way of determining them. We can share them between the Linux and Hurd AArch64 ports. Signed-off-by: Sergey Bugaev Message-ID: <20240103171502.1358371-13-bugaevc@gmail.com> --- diff --git a/sysdeps/unix/sysv/linux/aarch64/cpu-features.h b/sysdeps/aarch64/cpu-features.h similarity index 100% rename from sysdeps/unix/sysv/linux/aarch64/cpu-features.h rename to sysdeps/aarch64/cpu-features.h diff --git a/sysdeps/unix/sysv/linux/aarch64/libc-start.c b/sysdeps/aarch64/libc-start.c similarity index 100% rename from sysdeps/unix/sysv/linux/aarch64/libc-start.c rename to sysdeps/aarch64/libc-start.c