public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Samuel Thibault <sthibaul@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] aarch64: Make cpu-features definitions not Linux-specific
Date: Thu,  4 Jan 2024 22:49:58 +0000 (GMT)	[thread overview]
Message-ID: <20240104224958.9CE62386F826@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=520b1df08de68a3de328b65a25b86300a7ddf512

commit 520b1df08de68a3de328b65a25b86300a7ddf512
Author: Sergey Bugaev <bugaevc@gmail.com>
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 <bugaevc@gmail.com>
    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

                 reply	other threads:[~2024-01-04 22:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240104224958.9CE62386F826@sourceware.org \
    --to=sthibaul@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).