This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch maskray/lld in repository glibc.
discards b6cc88d09c configure: Allow LD to be LLD 13.0.0 or above [BZ #26558] discards f776c7adef elf: Skip tst-auditlogmod-* if the linker doesn't support -- [...] adds b37b75d269 x86_64: Simplify elf_machine_{load_address,dynamic} adds 710ba420fd Remove sysdeps/*/tls-macros.h adds 34b4624b04 riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0] adds bca0f5cbc9 arm: Simplify elf_machine_{load_address,dynamic} adds 0835c0f0ba x86: fix Autoconf caching of instruction support checks [BZ #27991] adds 82fbcd7118 elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253] adds c333dcf8d8 Update string/test-memmove.c to cover 16KB copy adds 78c9ec9000 x86-64: Optimize load of all bits set into ZMM register [BZ #28252] adds f2e33c3268 mtrace: Fix output with PIE and ASLR [BZ #22716] adds a4f5a3103f rtld: copy terminating null in tunables_strdup (bug 28256) adds c8126360df Fix iconv build with GCC mainline adds c5e4c0dd0f hurd: Remove old test-err_np.c file adds 5eb3e2c794 hurd: Fix errlist error mapping adds 84a7eb1f87 Use __executable_start as the lowest address for profiling [ [...] adds 5359c3bc91 x86-64: Remove compiler -mavx512f check adds 528f9ff6bf x86-64: Remove assembler AVX512DQ check adds f9cd7d5d19 powerpc: Use --no-tls-get-addr-optimize in test only if the [...] adds 9926f6e2ee elf: Skip tst-auditlogmod-* if the linker doesn't support -- [...] new 49f9e120d4 configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]
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 (b6cc88d09c) \ N -- N -- N refs/heads/maskray/lld (49f9e120d4)
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 1 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: benchtests/strcoll-inputs/filelist#en_US.UTF-8 | 22 ---- config.h.in | 6 - csu/gmon-start.c | 10 +- elf/dl-sysdep.c | 2 +- elf/dl-tunables.c | 2 - gmon/tst-gmon-gprof.sh | 2 + gmon/tst-gmon-static-gprof.sh | 2 + iconv/loop.c | 6 + malloc/mtrace-impl.c | 6 +- malloc/mtrace.pl | 15 +-- stdio-common/errlist.c | 12 +- string/test-memmove.c | 48 +++++++ sysdeps/aarch64/tls-macros.h | 51 -------- sysdeps/alpha/tls-macros.h | 25 ---- sysdeps/arc/tls-macros.h | 47 ------- sysdeps/arm/dl-machine.h | 47 ++----- sysdeps/arm/tls-macros.h | 72 ----------- sysdeps/csky/abiv2/tls-macros.h | 55 -------- sysdeps/generic/tls-macros.h | 12 -- sysdeps/hppa/tls-macros.h | 114 ---------------- sysdeps/i386/tls-macros.h | 47 ------- sysdeps/ia64/tls-macros.h | 66 ---------- sysdeps/m68k/tls-macros.h | 68 ---------- sysdeps/mach/hurd/test-err_np.c | 4 - sysdeps/microblaze/tls-macros.h | 46 ------- sysdeps/mips/tls-macros.h | 130 ------------------- sysdeps/nios2/tls-macros.h | 46 ------- sysdeps/powerpc/powerpc32/tls-macros.h | 49 ------- sysdeps/powerpc/powerpc64/tls-macros.h | 42 ------ sysdeps/powerpc/tls-macros.h | 3 - sysdeps/riscv/dl-machine.h | 21 ++- sysdeps/riscv/tls-macros.h | 47 ------- sysdeps/s390/s390-32/tls-macros.h | 106 --------------- sysdeps/s390/s390-64/tls-macros.h | 90 ------------- sysdeps/sh/tls-macros.h | 143 --------------------- sysdeps/sparc/sparc32/tls-macros.h | 66 ---------- sysdeps/sparc/sparc64/tls-macros.h | 65 ---------- sysdeps/unix/sysv/linux/powerpc/Makefile | 2 + sysdeps/unix/sysv/linux/powerpc/configure | 34 +++++ sysdeps/unix/sysv/linux/powerpc/configure.ac | 4 + sysdeps/x86/configure | 56 +++++--- sysdeps/x86/configure.ac | 34 ++--- sysdeps/x86_64/Makefile | 2 - sysdeps/x86_64/configure | 53 -------- sysdeps/x86_64/configure.ac | 24 ---- sysdeps/x86_64/dl-machine.h | 21 +-- sysdeps/x86_64/fpu/Makefile | 2 - .../x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S | 15 +-- .../x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S | 8 -- .../x86_64/fpu/multiarch/svml_d_log8_core_avx512.S | 15 +-- .../x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S | 8 -- .../x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S | 15 +-- .../fpu/multiarch/svml_d_sincos8_core_avx512.S | 15 +-- .../fpu/multiarch/svml_s_cosf16_core_avx512.S | 15 +-- .../fpu/multiarch/svml_s_expf16_core_avx512.S | 15 +-- .../fpu/multiarch/svml_s_logf16_core_avx512.S | 15 +-- .../fpu/multiarch/svml_s_powf16_core_avx512.S | 20 +-- .../fpu/multiarch/svml_s_sincosf16_core_avx512.S | 15 +-- .../fpu/multiarch/svml_s_sinf16_core_avx512.S | 15 +-- sysdeps/x86_64/tls-macros.h | 39 ------ 60 files changed, 216 insertions(+), 1821 deletions(-) delete mode 100644 sysdeps/aarch64/tls-macros.h delete mode 100644 sysdeps/alpha/tls-macros.h delete mode 100644 sysdeps/arc/tls-macros.h delete mode 100644 sysdeps/arm/tls-macros.h delete mode 100644 sysdeps/csky/abiv2/tls-macros.h delete mode 100644 sysdeps/generic/tls-macros.h delete mode 100644 sysdeps/hppa/tls-macros.h delete mode 100644 sysdeps/i386/tls-macros.h delete mode 100644 sysdeps/ia64/tls-macros.h delete mode 100644 sysdeps/m68k/tls-macros.h delete mode 100644 sysdeps/mach/hurd/test-err_np.c delete mode 100644 sysdeps/microblaze/tls-macros.h delete mode 100644 sysdeps/mips/tls-macros.h delete mode 100644 sysdeps/nios2/tls-macros.h delete mode 100644 sysdeps/powerpc/powerpc32/tls-macros.h delete mode 100644 sysdeps/powerpc/powerpc64/tls-macros.h delete mode 100644 sysdeps/powerpc/tls-macros.h delete mode 100644 sysdeps/riscv/tls-macros.h delete mode 100644 sysdeps/s390/s390-32/tls-macros.h delete mode 100644 sysdeps/s390/s390-64/tls-macros.h delete mode 100644 sysdeps/sh/tls-macros.h delete mode 100644 sysdeps/sparc/sparc32/tls-macros.h delete mode 100644 sysdeps/sparc/sparc64/tls-macros.h delete mode 100644 sysdeps/x86_64/tls-macros.h