Auto-sync with upstream branch master
Upstream commit: d3bf2f5927d51258a51ac7fde04f4805f8ee294a - elf: Do not run DSO sorting if tunables is not enabled - riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGN - x86-64: Replace movzx with movzbl - regex: Unnest nested functions in regcomp.c - Use Linux 5.15 in build-many-glibcs.py - elf: Assume disjointed .rela.dyn and .rela.plt for loader - i386: Explain why __HAVE_64B_ATOMICS has to be 0 - benchtests: Add hypotf - benchtests: Make hypot input random - arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors support - arm: Use internal symbol for _dl_argv on _dl_start_user - x86-64: Remove Prefer_AVX2_STRCMP - x86-64: Improve EVEX strcmp with masked load
This commit is contained in:
parent
ea7e5402a9
commit
7badc6b643
21
glibc.spec
21
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.34.9000-246-g79d0fc6539
|
%define glibcsrcdir glibc-2.34.9000-259-gd3bf2f5927
|
||||||
%define glibcversion 2.34.9000
|
%define glibcversion 2.34.9000
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
@ -151,7 +151,7 @@ end \
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
|
|
||||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||||
# libraries.
|
# libraries.
|
||||||
@ -2260,6 +2260,23 @@ fi
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 03 2021 Patsy Griffin <patsy@redhat.com> - 2.34.9000-17
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit d3bf2f5927d51258a51ac7fde04f4805f8ee294a.
|
||||||
|
- elf: Do not run DSO sorting if tunables is not enabled
|
||||||
|
- riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGN
|
||||||
|
- x86-64: Replace movzx with movzbl
|
||||||
|
- regex: Unnest nested functions in regcomp.c
|
||||||
|
- Use Linux 5.15 in build-many-glibcs.py
|
||||||
|
- elf: Assume disjointed .rela.dyn and .rela.plt for loader
|
||||||
|
- i386: Explain why __HAVE_64B_ATOMICS has to be 0
|
||||||
|
- benchtests: Add hypotf
|
||||||
|
- benchtests: Make hypot input random
|
||||||
|
- arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors support
|
||||||
|
- arm: Use internal symbol for _dl_argv on _dl_start_user
|
||||||
|
- x86-64: Remove Prefer_AVX2_STRCMP
|
||||||
|
- x86-64: Improve EVEX strcmp with masked load
|
||||||
|
|
||||||
* Fri Oct 29 2021 DJ Delorie <dj@redhat.com> - 2.34.9000-16
|
* Fri Oct 29 2021 DJ Delorie <dj@redhat.com> - 2.34.9000-16
|
||||||
- Auto-sync with upstream branch master,
|
- Auto-sync with upstream branch master,
|
||||||
commit 79d0fc65395716c1d95931064c7bf37852203c66.
|
commit 79d0fc65395716c1d95931064c7bf37852203c66.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.34.9000-246-g79d0fc6539.tar.xz) = aff5db5a461c61c4f779a027cd114c31591fa1a105269baa92eef28c87ad4514fcac6903c645360b29114e20cd1e91232c112cce750348ec0c7bda6c28f66a31
|
SHA512 (glibc-2.34.9000-259-gd3bf2f5927.tar.xz) = 935261c7dee26ace72f19fcaf960602576728dfb3acd335b84500e5a75ae9580cfb6d5b03bacb572de2300dfec8d634af7abfbbcc194186b19350ad2a885b9f0
|
||||||
|
Loading…
Reference in New Issue
Block a user