diff options
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 3424fef..a8fdc1b 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,13 @@ +2023-11-28 Jakub Jelinek <jakub@redhat.com> + + * configure.ac (HAVE_X86_SHA1_HW_SUPPORT): New check. + * sha1.c: If HAVE_X86_SHA1_HW_SUPPORT is defined, include x86intrin.h + and cpuid.h. + (sha1_hw_process_bytes, sha1_hw_process_block, + sha1_choose_process_bytes): New functions. + * config.in: Regenerated. + * configure: Regenerated. + 2023-06-15 Marek Polacek <polacek@redhat.com> * configure.ac: Also set shared when enable_host_pie. |