This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-746-g512d245


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  512d245bc30cca893db6979f42f058e734f345c3 (commit)
      from  1903b38c6599129d9c09d5cffc9ca7cbeb50b100 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=512d245bc30cca893db6979f42f058e734f345c3

commit 512d245bc30cca893db6979f42f058e734f345c3
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Tue Jul 4 11:54:51 2017 +0100

    Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h.
    
    This patch adds the HWCAP_JSCVT, HWCAP_FCMA and HWCAP_LRCPC macros
    from Linux 4.12 to the AArch64 bits/hwcap.h.
    
    	* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_FCMA): New macro.
    	(HWCAP_JSCVT, HWCAP_LRCPC): Likewise.

diff --git a/ChangeLog b/ChangeLog
index 4e3d106..2f7c086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_FCMA): New macro.
+	(HWCAP_JSCVT, HWCAP_LRCPC): Likewise.
+
 2017-07-16  John David Anglin  <danglin@gcc.gnu.org>
 
 	* sysdeps/hppa/dl-trampoline.S (_dl_runtime_resolve): Return to caller
diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index 117852d..1de7820 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -34,3 +34,6 @@
 #define HWCAP_ASIMDHP		(1 << 10)
 #define HWCAP_CPUID		(1 << 11)
 #define HWCAP_ASIMDRDM		(1 << 12)
+#define HWCAP_JSCVT		(1 << 13)
+#define HWCAP_FCMA		(1 << 14)
+#define HWCAP_LRCPC		(1 << 15)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                    |    5 +++++
 sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]