public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.h
@ 2022-06-01 14:43 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2022-06-01 14:43 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9d03bac7e7aa140dc3f48ac884e83265ee4f94c5

commit 9d03bac7e7aa140dc3f48ac884e83265ee4f94c5
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jun 1 14:43:06 2022 +0000

    Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.h
    
    Linux 5.18 defines a new AArch64 HWCAP value HWCAP2_MTE3; add it to
    glibc's sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h.
    
    Tested with build-many-glibcs.py for aarch64-linux-gnu.

Diff:
---
 sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index a1cf59270f..616239bb84 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -77,3 +77,4 @@
 #define HWCAP2_ECV		(1 << 19)
 #define HWCAP2_AFP		(1 << 20)
 #define HWCAP2_RPRES		(1 << 21)
+#define HWCAP2_MTE3		(1 << 22)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-01 14:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 14:43 [glibc] Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.h Joseph Myers

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).