[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 12/23] aarch64: Make cpu-features definitions not Linux-speci
From: |
Sergey Bugaev |
Subject: |
[RFC PATCH 12/23] aarch64: Make cpu-features definitions not Linux-specific |
Date: |
Wed, 3 Jan 2024 20:14:45 +0300 |
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 <bugaevc@gmail.com>
---
sysdeps/{unix/sysv/linux => }/aarch64/cpu-features.h | 0
sysdeps/{unix/sysv/linux => }/aarch64/libc-start.c | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename sysdeps/{unix/sysv/linux => }/aarch64/cpu-features.h (100%)
rename sysdeps/{unix/sysv/linux => }/aarch64/libc-start.c (100%)
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
--
2.43.0
- [RFC PATCH 07/23] hurd: Pass the data pointer to _hurd_stack_setup explicitly, (continued)
- [RFC PATCH 07/23] hurd: Pass the data pointer to _hurd_stack_setup explicitly, Sergey Bugaev, 2024/01/03
- [PATCH 06/23] mach: Drop SNARF_ARGS macro, Sergey Bugaev, 2024/01/03
- [RFC PATCH 09/23] hurd: Make init-first.c no longer x86-specific, Sergey Bugaev, 2024/01/03
- [RFC PATCH 10/23] hurd: Only init early static TLS if it's used to store stack or pointer guards, Sergey Bugaev, 2024/01/03
- [RFC PATCH 11/23] hurd: Initializy _dl_pagesize early in static builds, Sergey Bugaev, 2024/01/03
- [RFC PATCH 12/23] aarch64: Make cpu-features definitions not Linux-specific,
Sergey Bugaev <=
- [RFC PATCH 13/23] aarch64: Add dl-procinfo, Sergey Bugaev, 2024/01/03
- [RFC PATCH 14/23] aarch64: Allow building without kernel support for BTI, Sergey Bugaev, 2024/01/03
- [RFC PATCH 15/23] mach: Add a basic AArch64 port, Sergey Bugaev, 2024/01/03
- [RFC PATCH 16/23] hurd: Add a basic AArch64 port, Sergey Bugaev, 2024/01/03
- [RFC PATCH 19/23] Add FPE_FLTIDO, Sergey Bugaev, 2024/01/03
- [RFC PATCH 18/23] hurd: Implement longjmp for AArch64, Sergey Bugaev, 2024/01/03
- [RFC PATCH 21/23] htl: Implement some support for TLS_DTV_AT_TP, Sergey Bugaev, 2024/01/03
- [RFC PATCH 22/23] htl: Add an AArch64 implementation, Sergey Bugaev, 2024/01/03
- [RFC PATCH 17/23] hurd: Implement TLS on AArch64, Sergey Bugaev, 2024/01/03