From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 9CE62386F826; Thu, 4 Jan 2024 22:49:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CE62386F826 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704408598; bh=x9I6d42h3RI1NlfcmsSeLpZDHyUfNDhPe6QrsHZoX34=; h=From:To:Subject:Date:From; b=HCvH4TNNBAzcxqq8JsuMrxEqjATZO0VBrXZSkFuiZCSIjKFl8Xi7F8vwi6sdbkH8e eDgrqoVWwg8Eopm+UiIR7jF166lU+EDCMm3LAssiyDh6PkEp/TIQcChYKrFuvcEI/D ZP7Psl8K/eUm+0VO3kPg6E3TCVIUTVch5O1WTB78= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] aarch64: Make cpu-features definitions not Linux-specific X-Act-Checkin: glibc X-Git-Author: Sergey Bugaev X-Git-Refname: refs/heads/master X-Git-Oldrev: fbfe0b20ab82550de65827e70aa89d8ae462b34d X-Git-Newrev: 520b1df08de68a3de328b65a25b86300a7ddf512 Message-Id: <20240104224958.9CE62386F826@sourceware.org> Date: Thu, 4 Jan 2024 22:49:58 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=520b1df08de68a3de328b65a25b86300a7ddf512 commit 520b1df08de68a3de328b65a25b86300a7ddf512 Author: Sergey Bugaev Date: Wed Jan 3 20:14:45 2024 +0300 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: --- 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(-) 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