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.28.9000-511-gf450779


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  f45077974a82594bd92f7c5dfa4c8a8fce563b4e (commit)
      from  47ad5e1a2a3ab8eeda491454cbef3b1c5239dc02 (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=f45077974a82594bd92f7c5dfa4c8a8fce563b4e

commit f45077974a82594bd92f7c5dfa4c8a8fce563b4e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Jan 1 02:01:43 2019 +0000

    Add HWCAP_SSBS from Linux 4.20 to AArch64 bits/hwcap.h.
    
    This patch adds the HWCAP_SSBS constant from Linux 4.20 to the AArch64
    bits/hwcap.h.
    
    Tested with build-many-glibcs.py for aarch64-linux-gnu.
    
    	* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SSBS): New
    	macro.

diff --git a/ChangeLog b/ChangeLog
index e647086..69718b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-01-01  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SSBS): New
+	macro.
+
 	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
 	version to 4.20.
 	(riscv_flush_icache): New syscall.
diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index 3d92299..193959f 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -49,3 +49,4 @@
 #define HWCAP_USCAT		(1 << 25)
 #define HWCAP_ILRCPC		(1 << 26)
 #define HWCAP_FLAGM		(1 << 27)
+#define HWCAP_SSBS		(1 << 28)

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

Summary of changes:
 ChangeLog                                    |    3 +++
 sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h |    1 +
 2 files changed, 4 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]