This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch nsz/bug27072 in repository glibc.
discards 4b93918115 Make libc symbols hidden in static PIE discards 9d9d859c0e x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072] discards 4224b7c042 csu: Move static pie self relocation later [BZ #27072] discards be1b797ea8 Use <startup.h> in __libc_init_secure discards 3ed8c627e3 elf: Avoid RELATIVE relocation for _dl_sysinfo discards 78d3bf1bc9 Use hidden visibility for early static PIE code discards 13b7b31869 elf: Avoid RELATIVE relocs in __tunables_init discards 58d4e6b794 elf: Make the tunable struct definition internal only discards 7bd28c328f libmvec: Add extra-test-objs to test-extras discards 9c7e869002 configure: Require PI_STATIC_AND_HIDDEN for static pie adds f678099de9 Update hppa libm-test-ulps adds a031b3abad Update powerpc-nofpu libm-test-ulps. adds 07169fcac7 Update arm libm-test-ulps. adds 202586f73e Update MIPS libm-test-ulps. adds 0887fff0b0 Hurd: Add rtld-strncpy-c.c adds 0ec583d926 libmvec: Add extra-test-objs to test-extras adds cabc8a2916 elf: Avoid RELATIVE relocation for _dl_sysinfo new 5790f6b21a configure: Require PI_STATIC_AND_HIDDEN for static pie new 0d5328b83b elf: Make the tunable struct definition internal only new 2da1722fe0 elf: Avoid RELATIVE relocs in __tunables_init new a16cb63d41 Use hidden visibility for early static PIE code new a14c2bc43c Use <startup.h> in __libc_init_secure new 6b468d65b6 csu: Move static pie self relocation later [BZ #27072] new 84877b5e3f Make libc symbols hidden in static PIE
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (4b93918115) \ N -- N -- N refs/heads/nsz/bug27072 (84877b5e3f)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: csu/libc-start.c | 16 +-- elf/dl-support.c | 12 +-- sysdeps/arm/libm-test-ulps | 23 ++-- sysdeps/hppa/fpu/libm-test-ulps | 23 ++-- .../mach/hurd/i386/i686/multiarch/rtld-strncpy-c.c | 1 + sysdeps/mips/mips32/libm-test-ulps | 23 ++-- sysdeps/mips/mips64/libm-test-ulps | 23 ++-- sysdeps/powerpc/nofpu/libm-test-ulps | 33 +++--- sysdeps/x86/Makefile | 14 --- sysdeps/x86/tst-ifunc-isa-1-static.c | 1 - sysdeps/x86/tst-ifunc-isa-1.c | 115 -------------------- sysdeps/x86/tst-ifunc-isa-2-static.c | 1 - sysdeps/x86/tst-ifunc-isa-2.c | 119 --------------------- 13 files changed, 78 insertions(+), 326 deletions(-) create mode 100644 sysdeps/mach/hurd/i386/i686/multiarch/rtld-strncpy-c.c delete mode 100644 sysdeps/x86/tst-ifunc-isa-1-static.c delete mode 100644 sysdeps/x86/tst-ifunc-isa-1.c delete mode 100644 sysdeps/x86/tst-ifunc-isa-2-static.c delete mode 100644 sysdeps/x86/tst-ifunc-isa-2.c