public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
[glibc/maskray/grte] Do not use ppc-specific long double pack/unpack when compiling with clang
 2021-08-28  0:29 UTC 

[glibc/maskray/grte] Remove old workaround in power7 logb functions, clang no longer crashes on the inline assembly
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Additional fixes for llvm-as
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Add workaround for infinite looping in ppc vsyscall for sched_getcpu
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully complaining about __sigsetj
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Update passwd.borg handling to use passwd.borg.real
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Add a case to async-signal-safe TLS to set static TLS instead of waiting for a dlopen that may not a
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.so
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Remove an unneeded local refactor in _dl_update_slotinfo
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Fix year 2039 bug for localtime with 64-bit time_t (bug 22639)
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Reduce __MAX_ALLOCA_CUTOFF to 8192
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Make multi-arch ifunc support work with clang
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Revert clang workaround for _begin that is no longer needed
 2021-08-28  0:28 UTC 

[glibc/maskray/grte] Redesign the fastload support for additional performance
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Add comments explaining the diff from cf8e3f8757
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Make gen-XX-const scripts work with llvm-as
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Fix sense of a test in the static-linking version of ppc get_clockfreq
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Makes it compile for AArch64
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Makes AArch64 assembly acceptable to clang
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Actuall use LLVM_OBJCOPY if available
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Use llvm-objcopy, if available, to remove the .llvm_addrsig sections
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Enable relaxed relocations when building certain object files for x86_64
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Un-nest an include in dl-reloc-static-pie.c
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Disable -mfloat128 for clang, lets power9 insns into power8 executables
 2021-08-28  0:27 UTC 

[glibc/maskray/grte] Also work around clang bctrl issue in get_clockfreq.c
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] [BZ #19239] Don't include sys/sysmacros.h from sys/types.h
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Remove .llvm_addrsig sections from crt.o files
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Suppress option not available in lld
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Forward-port cl/42676407 to disable link-time warning about mktemp, tempnam and tmpnam
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Changes to compile glibc-2.27 on PPC (Power8) with clang
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Add a note about passwd.borg.base organization
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Fix mistaken order of arguments to open_path
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Update build notes
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Undid the dl_enable_fastload environment variable changes
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Add "fastload" support
 2021-08-28  0:26 UTC 

[glibc/maskray/grte] Work around lack of mfppr in clang
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Work around mtfsb0 syntax limitation with clang
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Avoid passing gcc-specific options to clang
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Make asm-based constraints be gcc-only
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Make xxland syntax gcc-only
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Add a first approximation of float definitions for ppc clang
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Make powerpc .machine directives be gcc-only
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Make mutex hints gcc-only, improve a type in __arch_compare_and_exchange_bool_32_acq
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Make power6 directives be gcc-only
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Add power9 flag to go with -mfloat128
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Disable more attempts to pass -mlong-double-128 to clang
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Disable attempts to pass -mlong-double-128 to clang
 2021-08-28  0:25 UTC 

[glibc/maskray/grte] Add workaround for clang link failure in elf/tst-unique4
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Add workaround for infinite looping in ppc vsyscalls
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Work around clang crash by skipping apparently-unneeded asm
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Work around clang problem with ifuncs and vdso
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Work around a ppc clang inlining bug
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Add workaround for segfaults in __longjmp when compiled with ppc clang
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Add clang version of find_cxx_header
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Change de-nesting fix to use added argument instead of globals
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Fix regressions in async-safe TLS, add run-time control for debugging, add more comments
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Fix TLS problems not handled by cherrypick
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Revert upstream removal of async-safe TLS patches
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Make pointer in tst-realloc volatile also
 2021-08-28  0:24 UTC 

[glibc/maskray/grte] Add a GRTE-specific readme
 2021-08-28  0:23 UTC 

[glibc/maskray/grte] (98 commits) elf: Drop elf/tls-macros.h in favor of __thread and tls_mod
 2021-08-28  0:23 UTC 

[glibc/maskray/grte] elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ #28152] [BZ #28205]
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] aarch64: Make elf_machine_{load_address, dynamic} robust [BZ #28203]
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] elf: Unconditionally use __ehdr_start
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Revert clang workaround for _begin that is no longer needed
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] wordexp: handle overflow in positional parameter number (bug 28011)
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Redesign the fastload support for additional performance
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Disable tests that need more-recent infrastructure
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Add comments explaining the diff from cf8e3f8757
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] intl: Handle translation output codesets with suffixes [BZ #26383]
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Make gen-XX-const scripts work with llvm-as
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Rewrite iconv option parsing [BZ #19519]
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Fix sense of a test in the static-linking version of ppc get_clockfreq
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Makes it compile for AArch64
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Makes AArch64 assembly acceptable to clang
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] math/test-sinl-pseudo: Use stack protector only if available
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487)
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ #28152] [BZ #28205]
 2021-08-27 23:50 UTC 

[glibc/maskray/grte] Actuall use LLVM_OBJCOPY if available
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] posix: Sync gnulib regex implementation
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] elf: Drop elf/tls-macros.h in favor of __thread and tls_mod
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Use llvm-objcopy, if available, to remove the .llvm_addrsig sections
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Fix use-after-free in glob when expanding ~user (bug 25414)
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Enable relaxed relocations when building certain object files for x86_64
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Fix a return type in elf unload test
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Un-nest an include in dl-reloc-static-pie.c
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Fix buffer overrun in EUC-KR conversion module (bz #24973)
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Disable -mfloat128 for clang, lets power9 insns into power8 executables
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Also work around clang bctrl issue in get_clockfreq.c
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Read f->func.cxa under the lock
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] [BZ #19239] Don't include sys/sysmacros.h from sys/types.h
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Fix bug where ld.so hashtable would retain strings passed to dlopen()
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Remove .llvm_addrsig sections from crt.o files
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Extend elf/unload8 to test an additional load/unload pattern
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Suppress option not available in lld
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Don't crash if /var/tmp doesn't exist
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Forward-port cl/42676407 to disable link-time warning about mktemp, tempnam and tmpnam
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] More aggressively prevent a buffer from being optimized out
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ #28152] [BZ #28205]
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Changes to compile glibc-2.27 on PPC (Power8) with clang
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] x86_64: Remove unneeded static PIE check for undefined weak diagnostic
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] aarch64: Make elf_machine_{load_address, dynamic} robust [BZ #28203]
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Add a note about passwd.borg.base organization
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] [PATCH 7/7] sin/cos slow paths: refactor sincos implementation
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] elf: Unconditionally use __ehdr_start
 2021-08-27 23:49 UTC 

[glibc/maskray/grte] Fix mistaken order of arguments to open_path
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] wordexp: handle overflow in positional parameter number (bug 28011)
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosin
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Update build notes
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Disable tests that need more-recent infrastructure
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] [PATCH 5/7] sin/cos slow paths: remove unused slowpath functions
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Undid the dl_enable_fastload environment variable changes
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] intl: Handle translation output codesets with suffixes [BZ #26383]
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reduction
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Add "fastload" support
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Rewrite iconv option parsing [BZ #19519]
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reduction
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Work around lack of mfppr in clang
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] [PATCH 2/7] sin/cos slow paths: remove large range reduction
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Work around mtfsb0 syntax limitation with clang
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Avoid passing gcc-specific options to clang
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] math/test-sinl-pseudo: Use stack protector only if available
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Make asm-based constraints be gcc-only
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Change this offsetof computation to use c89 offsetof. Tested:
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487)
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Make xxland syntax gcc-only
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Update build process to create libnsl stub
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] posix: Sync gnulib regex implementation
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Add a first approximation of float definitions for ppc clang
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Fix use-after-free in glob when expanding ~user (bug 25414)
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Forward-port google-nsl-stub
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Make powerpc .machine directives be gcc-only
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Fix a return type in elf unload test
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Fix memory leak in TLS allocation
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Make mutex hints gcc-only, improve a type in __arch_compare_and_exchange_bool_32_acq
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Add a test of TLS support that will fail if leaky
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Fix buffer overrun in EUC-KR conversion module (bz #24973)
 2021-08-27 23:48 UTC 

[glibc/maskray/grte] Make power6 directives be gcc-only
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] (35 commits) elf: Drop elf/tls-macros.h in favor of __thread and tls_mod
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Add power9 flag to go with -mfloat128
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Read f->func.cxa under the lock
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Disable more attempts to pass -mlong-double-128 to clang
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Fix bug where ld.so hashtable would retain strings passed to dlopen()
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Disable attempts to pass -mlong-double-128 to clang
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Extend elf/unload8 to test an additional load/unload pattern
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Add workaround for clang link failure in elf/tst-unique4
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Don't crash if /var/tmp doesn't exist
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Add workaround for infinite looping in ppc vsyscalls
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] More aggressively prevent a buffer from being optimized out
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Work around clang crash by skipping apparently-unneeded asm
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] x86_64: Remove unneeded static PIE check for undefined weak diagnostic
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Work around clang problem with ifuncs and vdso
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] [PATCH 7/7] sin/cos slow paths: refactor sincos implementation
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Work around a ppc clang inlining bug
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosin
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Add workaround for segfaults in __longjmp when compiled with ppc clang
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] [PATCH 5/7] sin/cos slow paths: remove unused slowpath functions
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Add clang version of find_cxx_header
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reduction
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] Change de-nesting fix to use added argument instead of globals
 2021-08-27 23:47 UTC 

[glibc/maskray/grte] [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reduction
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Fix regressions in async-safe TLS, add run-time control for debugging, add more comments
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] [PATCH 2/7] sin/cos slow paths: remove large range reduction
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Fix TLS problems not handled by cherrypick
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Revert upstream removal of async-safe TLS patches
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Make pointer in tst-realloc volatile also
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Change this offsetof computation to use c89 offsetof. Tested:
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Remove a blank line
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Update build process to create libnsl stub
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Add a GRTE-specific readme
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Forward-port google-nsl-stub
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Work around a make 3.81 segfault with clang
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Fix memory leak in TLS allocation
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] NEWS: Move security-lated changes before bug list
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Add a test of TLS support that will fail if leaky
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Add references to CVE-2018-11236, CVE-2017-18269
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Fix section type of .eh_frame on Linux x86_64
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Add a test case for [BZ #23196]
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Let time and gettimeofday use vdso by removing old clang workaround
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Use crt*.o files from llvm compiler-rt when building with clang
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]
 2021-08-27 23:46 UTC 

[glibc/maskray/grte] Do not use ppc-specific long double pack/unpack when compiling with clang
 2021-08-27 23:45 UTC 

[glibc/maskray/grte] gd_GB: Fix typo in abbreviated "May" (bug 23152)
 2021-08-27 23:45 UTC 

[glibc/maskray/grte] Remove old workaround in power7 logb functions, clang no longer crashes on the inline assembly
 2021-08-27 23:45 UTC 

[glibc/maskray/grte] NEWS: add entries for bugs 17343, 20419, 22644, 22786, 22884, 22947, 23005, 23037, 23069, 23137
 2021-08-27 23:45 UTC 

[glibc/maskray/grte] Additional fixes for llvm-as
 2021-08-27 23:45 UTC 

[glibc/maskray/grte] Fix path length overflow in realpath [BZ #22786]
 2021-08-27 23:45 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).