diff options
| author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-07-30 21:45:27 +0200 |
|---|---|---|
| committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-07-30 21:45:27 +0200 |
| commit | f5305638bcf003192d4da17903781f870a3819e1 (patch) | |
| tree | c5d97bab21dc9cbc032644b471c6284bdcb95df1 /ChangeLog.old | |
| parent | e5da48e5ecc7ea9ee43624407723b3827ad887d3 (diff) | |
| download | glibc-f5305638bcf003192d4da17903781f870a3819e1.tar.xz glibc-f5305638bcf003192d4da17903781f870a3819e1.zip | |
Create ChangeLog.old/ChangeLog.27
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'ChangeLog.old')
| -rw-r--r-- | ChangeLog.old/ChangeLog.27 | 10676 |
1 files changed, 10676 insertions, 0 deletions
diff --git a/ChangeLog.old/ChangeLog.27 b/ChangeLog.old/ChangeLog.27 new file mode 100644 index 0000000000..50c1a4db0a --- /dev/null +++ b/ChangeLog.old/ChangeLog.27 @@ -0,0 +1,10676 @@ +2023-07-30 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: e5da48e5ecc7ea9ee43624407723b3827ad887d3 + Increase version numbers + + * include/features.h: Modified. + (__GLIBC_MINOR__): Modified. + * version.h: Modified. + (RELEASE): Modified. + (VERSION): Modified. + +2023-07-30 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: d09871da52b0eebbe4681660b25febfe1dc54cd9 + INSTALL: regenerate + + * INSTALL: Modified. + +2023-07-30 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: d5e321d1544ab467e86f3c3bc032951789663856 + NEWS: minor wording fixes + + * NEWS: Modified. + +2023-07-30 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: 18223282746d93b3d1444cd3997e046b80083436 + install.texi: Build was tested with binutils 2.41 (just released) + + * manual/install.texi: Modified. + +2023-07-27 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: 14126ff059e98e9236633741fd323a1116299872 + install.texi: Update versions of most recent build tools + + * manual/install.texi: Modified. + +2023-07-27 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: 1d5355ddbb761ce653ff5916ff9b2d47ab54ee81 + contrib.texi: Update for 2.38 + + * manual/contrib.texi: Modified. + +2023-07-27 H.J. Lu <hjl.tools@gmail.com> + + COMMIT: 1547d6a64f4b981a06fd46ee446425a32558f2d0 + <sys/platform/x86.h>: Add APX support + + * manual/platform.texi: Modified. + * sysdeps/x86/bits/platform/x86.h: Modified. + (<anonymous>): Modified. + * sysdeps/x86/cpu-features.c: Modified. + (update_active): Modified function. + * sysdeps/x86/include/cpu-features.h: Modified. + (bit_cpu_APX_F): New. + (index_cpu_APX_F): New. + (reg_APX_F): New. + (bit_APX_state): New. + * sysdeps/x86/tst-get-cpu-features.c: Modified. + (do_test): Modified function. + +2023-07-27 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: c8c8dbbf279b0ebaed3e871f626ba7dde876d247 + translations: update cs, nl, vi + + * po/cs.po: Modified. + * po/nl.po: Modified. + * po/vi.po: Modified. + +2023-07-26 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: 784ae968113011ce832b1808d4d42369f5d2e320 + string: Fix tester build with fortify enable with gcc 6 + + * string/tester.c: Modified. + (test_strncat): Modified function. + +2023-07-26 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: dbc4b032dc5c4ef0c46e9de23c46b1698bad4412 + linux: Fix i686 with gcc6 + + * sysdeps/unix/sysv/linux/convert_scm_timestamps.c: Modified. + [__TIMESIZE != 64](__convert_scm_timestamps): Modified function. + [__TIMESIZE != 64](libc-diag.h): Include file. + +2023-07-26 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: 0b1a76c57782a03685f405ee53e6d5f691d69298 + i386: Remove memset_chk-nonshared.S + + * sysdeps/i386/i686/memset.S: Modified. + * sysdeps/i386/i686/multiarch/Makefile: Modified. + * sysdeps/i386/i686/multiarch/memset-ia32.S: Modified. + * sysdeps/i386/i686/multiarch/memset_chk-nonshared.S: Delete file. + +2023-07-26 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: f8f9a272573a4074c5b13ec69522945695d5d3f2 + i386: Fix build with --enable-fortify=3 + + * sysdeps/i386/i686/multiarch/Makefile: Modified. + * sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S: Delete file. + * sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S: Delete file. + * sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S: Delete file. + +2023-07-26 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: df43ea489ce492ccf9c787054ca2bb11ddf31b27 + posix: Fix test-errno build with fortify enable + + * posix/test-errno.c: Modified. + [__GNUC_PREREQ (7, 0)](DIAG_IGNORE_NEEDS_COMMENT): New. + (sys/cdefs.h): Include file. + +2023-07-26 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: 648c3b574d4465042116db6016c13bf6cc53db54 + powerpc: Fix powerpc64 strchrnul build with old gcc + + * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Modified. + [IS_IN (libc)](libc_ifunc): Remove. + [IS_IN (libc)](libc_ifunc_hidden): New function. + +2023-07-26 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: 0eb6b2725ba4aae73c03ac1f05c31cd2a073c99a + sunrpc: Fix netname build with older gcc + + * sunrpc/netname.c: Modified. + (user2netname): Modified function. + +2023-07-26 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: 7dfa534ef07cffe9ddb2614e25fbb2e9ae193164 + malloc: Fix set-freeres.c with gcc 6 + + * malloc/set-freeres.c: Modified. + +2023-07-25 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: b40f5f84c41bc484d4792531a693d7583cecae0a + NEWS: Insert autogenerated list of fixed bugs + + * NEWS: Modified. + +2023-07-25 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: aa4aae3df9cf9f2511378dd47261e4b06303ae41 + NEWS: Mention AArch64 libmvec under build requirements again + + * NEWS: Modified. + +2023-07-25 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: 653433cdf0ff435a3fd2e203b4a315556353c818 + NEWS: Minor editorial changes + + * NEWS: Modified. + +2023-07-25 Aurelien Jarno <aurelien@aurel32.net> + + COMMIT: a3eac15251149d27c6b2dfe1781ee8038fc171e5 + MIPS: Update mips32 and mip64 libm test ulps + + * sysdeps/mips/mips32/libm-test-ulps: Modified. + * sysdeps/mips/mips64/libm-test-ulps: Modified. + +2023-07-25 Sam James <sam@gentoo.org> + + COMMIT: 5b61880ba3a0367f8969e028cb2cfe80d6eda8ab + nscd: cleanup obsolete _FORTIFY_SOURCE setting + + * nscd/Makefile: Modified. + +2023-07-25 Stefan Liebler <stli@linux.ibm.com> + + COMMIT: 637aac2ae3980de31a6baab236a9255fe853cc76 + Include sys/rseq.h in tst-rseq-disable.c + + * sysdeps/unix/sysv/linux/tst-rseq-disable.c: Modified. + (sys/rseq.h): Include file. + +2023-07-24 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: c2dc8ab6a5a4e67f96ddd3f6bfdf2c991385ec38 + string: Fix tester with fortify enabled + + * string/tester.c: Modified. + (sys/cdefs.h): Include file. + +2023-07-24 Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> + + COMMIT: 85ac7edcdf67010c223541936243427213ac87a6 + string: Fix bug-strncat1 with fortify enabled + + * string/bug-strncat1.c: Modified. + (main): Modified function. + [__GNUC_PREREQ (8, 0)](DIAG_IGNORE_NEEDS_COMMENT): New. + (sys/cdefs.h): Include file. + +2023-07-24 Florian Weimer <fweimer@redhat.com> + + COMMIT: 2d472b48610f6a298d28035b683ab13e9afac4cb + nscd: Use errval, not errno to guide cache update (bug 30662) + + * nscd/grpcache.c: Modified. + (cache_addgr): Modified function. + * nscd/pwdcache.c: Modified. + (cache_addpw): Modified function. + +2023-07-24 Andreas Schwab <schwab@suse.de> + + COMMIT: c437631485a85c3bd034e12f53dd1c8207f05940 + Restore lookup of IPv4 mapped addresses in files database (bug 25457) + + * nss/Makefile: Modified. + * nss/nss_files/files-hosts.c: Modified. + (EXTRA_ARGS): Modified. + (EXTRA_ARGS_DECL): Modified. + (af): Modified. + (af): Modified. + (EXTRA_ARGS_VALUE): Modified. + (af): Modified. + (status): Modified. + (_nss_files_gethostbyname4_r): Modified function. + (../resolv/mapv4v6addr.h): Include file. + (af): New. + * nss/tst-nss-files-hosts-v4mapped.c: New file. + * nss/tst-nss-files-hosts-v4mapped.root/etc/hosts: New file. + * nss/tst-nss-files-hosts-v4mapped.root/etc/nsswitch.conf: New file. + * resolv/mapv4v6addr.h: New file. + +2023-07-22 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: bb9a4fc02841cf58a112a44b259477547893838b + Revert "MIPS: Sync elf.h from binutils" + + * elf/elf.h: Modified. + (ELF64_MIPS_R_TYPE): Remove. + (ELF64_MIPS_R_TYPE2): Remove. + (ELF64_MIPS_R_TYPE3): Remove. + (EF_MIPS_UCODE): Remove. + (EF_MIPS_OPTIONS_FIRST): Remove. + (EF_MIPS_32BITMODE): Remove. + (EF_MIPS_ARCH_ASE): Remove. + (EF_MIPS_ARCH_ASE_MDMX): Remove. + (EF_MIPS_ARCH_ASE_M16): Remove. + (EF_MIPS_ARCH_ASE_MICROMIPS): Remove. + (EF_MIPS_ARCH_32R6): Remove. + (EF_MIPS_ARCH_64R6): Remove. + (EF_MIPS_ABI): Remove. + (EF_MIPS_ABI_O32): Remove. + (EF_MIPS_ABI_O64): Remove. + (EF_MIPS_ABI_EABI32): Remove. + (EF_MIPS_ABI_EABI64): Remove. + (EF_MIPS_MACH): Remove. + (EF_MIPS_MACH_3900): Remove. + (EF_MIPS_MACH_4010): Remove. + (EF_MIPS_MACH_4100): Remove. + (EF_MIPS_MACH_4650): Remove. + (EF_MIPS_MACH_4120): Remove. + (EF_MIPS_MACH_4111): Remove. + (EF_MIPS_MACH_SB1): Remove. + (EF_MIPS_MACH_OCTEON): Remove. + (EF_MIPS_MACH_XLR): Remove. + (EF_MIPS_MACH_OCTEON2): Remove. + (EF_MIPS_MACH_OCTEON3): Remove. + (EF_MIPS_MACH_5400): Remove. + (EF_MIPS_MACH_5900): Remove. + (EF_MIPS_MACH_IAMR2): Remove. + (EF_MIPS_MACH_5500): Remove. + (EF_MIPS_MACH_9000): Remove. + (EF_MIPS_MACH_LS2E): Remove. + (EF_MIPS_MACH_LS2F): Remove. + (EF_MIPS_MACH_GS464): Remove. + (EF_MIPS_MACH_GS464E): Remove. + (EF_MIPS_MACH_GS264E): Remove. + (SHT_MIPS_ABIFLAGS): Remove. + (R_MIPS_PC21_S2): Remove. + (R_MIPS_PC26_S2): Remove. + (R_MIPS_PC18_S3): Remove. + (R_MIPS_PC19_S2): Remove. + (R_MIPS_PCHI16): Remove. + (R_MIPS_PCLO16): Remove. + (R_MIPS16_26): Remove. + (R_MIPS16_GPREL): Remove. + (R_MIPS16_GOT16): Remove. + (R_MIPS16_CALL16): Remove. + (R_MIPS16_HI16): Remove. + (R_MIPS16_LO16): Remove. + (R_MIPS16_TLS_GD): Remove. + (R_MIPS16_TLS_LDM): Remove. + (R_MIPS16_TLS_DTPREL_HI16): Remove. + (R_MIPS16_TLS_DTPREL_LO16): Remove. + (R_MIPS16_TLS_GOTTPREL): Remove. + (R_MIPS16_TLS_TPREL_HI16): Remove. + (R_MIPS16_TLS_TPREL_LO16): Remove. + (R_MIPS16_PC16_S1): Remove. + (R_MIPS_RELATIVE): Remove. + (R_MICROMIPS_26_S1): Remove. + (R_MICROMIPS_HI16): Remove. + (R_MICROMIPS_LO16): Remove. + (R_MICROMIPS_GPREL16): Remove. + (R_MICROMIPS_LITERAL): Remove. + (R_MICROMIPS_GOT16): Remove. + (R_MICROMIPS_PC7_S1): Remove. + (R_MICROMIPS_PC10_S1): Remove. + (R_MICROMIPS_PC16_S1): Remove. + (R_MICROMIPS_CALL16): Remove. + (R_MICROMIPS_GOT_DISP): Remove. + (R_MICROMIPS_GOT_PAGE): Remove. + (R_MICROMIPS_GOT_OFST): Remove. + (R_MICROMIPS_GOT_HI16): Remove. + (R_MICROMIPS_GOT_LO16): Remove. + (R_MICROMIPS_SUB): Remove. + (R_MICROMIPS_HIGHER): Remove. + (R_MICROMIPS_HIGHEST): Remove. + (R_MICROMIPS_CALL_HI16): Remove. + (R_MICROMIPS_CALL_LO16): Remove. + (R_MICROMIPS_SCN_DISP): Remove. + (R_MICROMIPS_JALR): Remove. + (R_MICROMIPS_HI0_LO16): Remove. + (R_MICROMIPS_TLS_GD): Remove. + (R_MICROMIPS_TLS_LDM): Remove. + (R_MICROMIPS_TLS_DTPREL_HI16): Remove. + (R_MICROMIPS_TLS_DTPREL_LO16): Remove. + (R_MICROMIPS_TLS_GOTTPREL): Remove. + (R_MICROMIPS_TLS_TPREL_HI16): Remove. + (R_MICROMIPS_TLS_TPREL_LO16): Remove. + (R_MICROMIPS_GPREL7_S2): Remove. + (R_MICROMIPS_PC23_S2): Remove. + (R_MIPS_PC32): Remove. + (R_MIPS_EH): Remove. + (R_MIPS_GNU_REL16_S2): Remove. + (R_MIPS_GNU_VTINHERIT): Remove. + (R_MIPS_GNU_VTENTRY): Remove. + (R_MIPS_NUM): Modified. + (<anonymous>): Modified. + (<anonymous>): Remove. + (<anonymous>): Remove. + (EF_MIPS_64BIT_WHIRL): New. + +2023-07-22 Aurelien Jarno <aurelien@aurel32.net> + + COMMIT: 7fcdc2380c5c3870c795e95c07c127d2ca52a9ce + riscv: Update rvd libm test ulps + + * sysdeps/riscv/rvd/libm-test-ulps: Modified. + +2023-07-22 Ying Huang <ying.huang@oss.cipunited.com> + + COMMIT: 59dc07637fa1a693bd7599a98b0735697544077b + MIPS: Sync elf.h from binutils + + * elf/elf.h: Modified. + (EF_MIPS_64BIT_WHIRL): Remove. + (R_MIPS_NUM): Modified. + (<anonymous>): Modified. + (ELF64_MIPS_R_TYPE): New. + (ELF64_MIPS_R_TYPE2): New. + (ELF64_MIPS_R_TYPE3): New. + (EF_MIPS_UCODE): New. + (EF_MIPS_OPTIONS_FIRST): New. + (EF_MIPS_32BITMODE): New. + (EF_MIPS_ARCH_ASE): New. + (EF_MIPS_ARCH_ASE_MDMX): New. + (EF_MIPS_ARCH_ASE_M16): New. + (EF_MIPS_ARCH_ASE_MICROMIPS): New. + (EF_MIPS_ARCH_32R6): New. + (EF_MIPS_ARCH_64R6): New. + (EF_MIPS_ABI): New. + (EF_MIPS_ABI_O32): New. + (EF_MIPS_ABI_O64): New. + (EF_MIPS_ABI_EABI32): New. + (EF_MIPS_ABI_EABI64): New. + (EF_MIPS_MACH): New. + (EF_MIPS_MACH_3900): New. + (EF_MIPS_MACH_4010): New. + (EF_MIPS_MACH_4100): New. + (EF_MIPS_MACH_4650): New. + (EF_MIPS_MACH_4120): New. + (EF_MIPS_MACH_4111): New. + (EF_MIPS_MACH_SB1): New. + (EF_MIPS_MACH_OCTEON): New. + (EF_MIPS_MACH_XLR): New. + (EF_MIPS_MACH_OCTEON2): New. + (EF_MIPS_MACH_OCTEON3): New. + (EF_MIPS_MACH_5400): New. + (EF_MIPS_MACH_5900): New. + (EF_MIPS_MACH_IAMR2): New. + (EF_MIPS_MACH_5500): New. + (EF_MIPS_MACH_9000): New. + (EF_MIPS_MACH_LS2E): New. + (EF_MIPS_MACH_LS2F): New. + (EF_MIPS_MACH_GS464): New. + (EF_MIPS_MACH_GS464E): New. + (EF_MIPS_MACH_GS264E): New. + (SHT_MIPS_ABIFLAGS): New. + (R_MIPS_PC21_S2): New. + (R_MIPS_PC26_S2): New. + (R_MIPS_PC18_S3): New. + (R_MIPS_PC19_S2): New. + (R_MIPS_PCHI16): New. + (R_MIPS_PCLO16): New. + (R_MIPS16_26): New. + (R_MIPS16_GPREL): New. + (R_MIPS16_GOT16): New. + (R_MIPS16_CALL16): New. + (R_MIPS16_HI16): New. + (R_MIPS16_LO16): New. + (R_MIPS16_TLS_GD): New. + (R_MIPS16_TLS_LDM): New. + (R_MIPS16_TLS_DTPREL_HI16): New. + (R_MIPS16_TLS_DTPREL_LO16): New. + (R_MIPS16_TLS_GOTTPREL): New. + (R_MIPS16_TLS_TPREL_HI16): New. + (R_MIPS16_TLS_TPREL_LO16): New. + (R_MIPS16_PC16_S1): New. + (R_MIPS_RELATIVE): New. + (R_MICROMIPS_26_S1): New. + (R_MICROMIPS_HI16): New. + (R_MICROMIPS_LO16): New. + (R_MICROMIPS_GPREL16): New. + (R_MICROMIPS_LITERAL): New. + (R_MICROMIPS_GOT16): New. + (R_MICROMIPS_PC7_S1): New. + (R_MICROMIPS_PC10_S1): New. + (R_MICROMIPS_PC16_S1): New. + (R_MICROMIPS_CALL16): New. + (R_MICROMIPS_GOT_DISP): New. + (R_MICROMIPS_GOT_PAGE): New. + (R_MICROMIPS_GOT_OFST): New. + (R_MICROMIPS_GOT_HI16): New. + (R_MICROMIPS_GOT_LO16): New. + (R_MICROMIPS_SUB): New. + (R_MICROMIPS_HIGHER): New. + (R_MICROMIPS_HIGHEST): New. + (R_MICROMIPS_CALL_HI16): New. + (R_MICROMIPS_CALL_LO16): New. + (R_MICROMIPS_SCN_DISP): New. + (R_MICROMIPS_JALR): New. + (R_MICROMIPS_HI0_LO16): New. + (R_MICROMIPS_TLS_GD): New. + (R_MICROMIPS_TLS_LDM): New. + (R_MICROMIPS_TLS_DTPREL_HI16): New. + (R_MICROMIPS_TLS_DTPREL_LO16): New. + (R_MICROMIPS_TLS_GOTTPREL): New. + (R_MICROMIPS_TLS_TPREL_HI16): New. + (R_MICROMIPS_TLS_TPREL_LO16): New. + (R_MICROMIPS_GPREL7_S2): New. + (R_MICROMIPS_PC23_S2): New. + (R_MIPS_PC32): New. + (R_MIPS_EH): New. + (R_MIPS_GNU_REL16_S2): New. + (R_MIPS_GNU_VTINHERIT): New. + (R_MIPS_GNU_VTENTRY): New. + (<anonymous>): New. + (<anonymous>): New. + +2023-07-22 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: c39e5442f14c53538e0ffda0fd95f6ae71571946 + Merge translations (bg, hr, pl, sv) + + * po/bg.po: Modified. + * po/hr.po: Modified. + * po/pl.po: Modified. + * po/sv.po: Modified. + +2023-07-21 Florian Weimer <fweimer@redhat.com> + + COMMIT: 2c6b4b272e6b4d07303af25709051c3e96288f2d + nptl: Unconditionally use a 32-byte rseq area + + * nptl/descr.h: Modified. + (sys/rseq.h): Remove include. + (pthread): Modified. + +2023-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org> + + COMMIT: f7f181c12c140ff1fe45376b98fe32eb491e363f + hurd: Fix tst-openloc + + * libio/tst-fopenloc.c: Modified. + (do_bz18906): Modified function. + +2023-07-20 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + COMMIT: a3090c2c98facbab3d47aa23a94f8d2caeb78d71 + scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3 + + * Makefile: Modified. + * Rules: Modified. + * configure: Modified. + * configure.ac: Modified. + * scripts/check-installed-headers.sh: Modified. + +2023-07-20 Siddhesh Poyarekar <siddhesh@sourceware.org> + + COMMIT: 6c85c5a1773d786ccdc375e34431488fbcdd88e0 + configure: Disable building libcrypt by default + + * INSTALL: Modified. + * NEWS: Modified. + * configure: Modified. + * configure.ac: Modified. + * manual/install.texi: Modified. + * scripts/build-many-glibcs.py: Modified. + +2023-07-20 Arsen Arsenović <arsen@gentoo.org> + + COMMIT: 3edca7f545d226bfbf553e676e22cbfec14adfe8 + nptl: Make tst-tls3mod.so explicitly lazy + + * nptl/Makefile: Modified. + +2023-07-19 Paul Eggert <eggert@cs.ucla.edu> + + COMMIT: 3edc4ff2ceff4a59587ebecb94148d3bcfa1df62 + make ‘struct pthread’ a complete type + + * nptl/descr.h: Modified. + (pthread): Modified. + +2023-07-19 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + COMMIT: 30379efad117b85cc56a255cac628d0ad745bfe3 + scripts: Add fortify checks on installed headers + + * scripts/check-installed-headers.sh: Modified. + +2023-07-19 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: 6d457ff36a45872d66762fb31106145ff753060d + Update x86_64 libm-test-ulps (x32 ABI) + + * sysdeps/x86_64/fpu/libm-test-ulps: Modified. + +2023-07-19 Stefan Liebler <stli@linux.ibm.com> + + COMMIT: 5d72e7e41a7860b911251bfc8dd3641460cc20a0 + Fix getting return address in elf/tst-audit28.c. + + * elf/tst-auditmod28.c: Modified. + (la_version): Modified function. + +2023-07-18 Noah Goldstein <goldstein.w.n@gmail.com> + + COMMIT: 8b9a0af8ca012217bf90d1dc0694f85b49ae09da + [PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold. + + * sysdeps/x86/dl-cacheinfo.h: Modified. + (dl_init_cacheinfo): Modified function. + +2023-07-18 Noah Goldstein <goldstein.w.n@gmail.com> + Noah Goldstein <goldstein.w.n@gmail.com> + + COMMIT: 47f747217811db35854ea06741be3685e8bbd44d + x86: Fix slight bug in `shared_per_thread` cache size calculation. + + * sysdeps/x86/dl-cacheinfo.h: Modified. + (get_common_cache_info): Modified function. + +2023-07-19 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: 2037f8ad016c05232bb170dbcb1a1d0ffbaeec20 + Update i686 libm-test-ulps (again) + + * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Modified. + +2023-07-18 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: 86e56ecf2f336b1aebfc39218c0486cfd40c888c + Update i686 libm-test-ulps + + * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Modified. + +2023-07-18 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: 019d850902a34eb68cd83e3edd8bb19f4aafb58c + Merge translations (de, ro, uk, zh_TW) + + * po/be.po: Modified. + * po/bg.po: Modified. + * po/ca.po: Modified. + * po/cs.po: Modified. + * po/da.po: Modified. + * po/de.po: Modified. + * po/el.po: Modified. + * po/eo.po: Modified. + * po/es.po: Modified. + * po/fi.po: Modified. + * po/fr.po: Modified. + * po/gl.po: Modified. + * po/hr.po: Modified. + * po/hu.po: Modified. + * po/ia.po: Modified. + * po/id.po: Modified. + * po/it.po: Modified. + * po/ja.po: Modified. + * po/ka.po: Modified. + * po/ko.po: Modified. + * po/lt.po: Modified. + * po/nb.po: Modified. + * po/nl.po: Modified. + * po/pl.po: Modified. + * po/pt.po: Modified. + * po/pt_BR.po: Modified. + * po/ro.po: Modified. + * po/ru.po: Modified. + * po/rw.po: Modified. + * po/sk.po: Modified. + * po/sl.po: Modified. + * po/sr.po: Modified. + * po/sv.po: Modified. + * po/tr.po: Modified. + * po/uk.po: Modified. + * po/vi.po: Modified. + * po/zh_CN.po: Modified. + * po/zh_TW.po: Modified. + +2023-07-17 Andreas K. Hüttel <dilfridge@gentoo.org> + + COMMIT: 374cab0d95493c65bfcf8b7160a35d00258ff929 + Regenerate libc.pot + + * po/libc.pot: Modified. + +2023-07-17 Siddhesh Poyarekar <siddhesh@sourceware.org> + + COMMIT: c6cb8783b5fb5896cb63fe9008b6a33351f3c777 + configure: Use autoconf 2.71 + + * INSTALL: Modified. + * aclocal.m4: Modified. + * configure: Modified. + * configure.ac: Modified. + * manual/install.texi: Modified. + * sysdeps/aarch64/configure: Modified. + * sysdeps/alpha/configure: Modified. + * sysdeps/arc/configure: Modified. + * sysdeps/arm/configure: Modified. + * sysdeps/arm/preconfigure: Modified. + * sysdeps/csky/configure: Modified. + * sysdeps/csky/preconfigure: Modified. + * sysdeps/gnu/configure: Modified. + * sysdeps/hppa/configure: Modified. + * sysdeps/i386/configure: Modified. + * sysdeps/ia64/configure: Modified. + * sysdeps/ieee754/ldbl-opt/configure: Modified. + * sysdeps/loongarch/configure: Modified. + * sysdeps/loongarch/preconfigure: Modified. + * sysdeps/m68k/configure: Modified. + * sysdeps/m68k/preconfigure: Modified. + * sysdeps/mach/configure: Modified. + * sysdeps/mach/hurd/configure: Modified. + * sysdeps/microblaze/configure: Modified. + * sysdeps/microblaze/preconfigure: Modified. + * sysdeps/mips/configure: Modified. + * sysdeps/mips/preconfigure: Modified. + * sysdeps/nios2/configure: Modified. + * sysdeps/or1k/configure: Modified. + * sysdeps/powerpc/powerpc32/configure: Modified. + * sysdeps/powerpc/powerpc32/fpu/configure: Modified. + * sysdeps/powerpc/powerpc64/configure: Modified. + * sysdeps/powerpc/powerpc64/le/configure: Modified. + * sysdeps/powerpc/powerpc64/le/fpu/multiarch/configure: Modified. + * sysdeps/powerpc/preconfigure: Modified. + * sysdeps/riscv/configure: Modified. + * sysdeps/riscv/preconfigure: Modified. + * sysdeps/s390/configure: Modified. + * sysdeps/s390/s390-64/configure: Modified. + * sysdeps/sh/configure: Modified. + * sysdeps/sh/preconfigure: Modified. + * sysdeps/sparc/configure: Modified. + * sysdeps/sparc/sparc32/configure: Modified. + * sysdeps/unix/sysv/linux/aarch64/configure: Modified. + * sysdeps/unix/sysv/linux/alpha/configure: Modified. + * sysdeps/unix/sysv/linux/arc/configure: Modified. + * sysdeps/unix/sysv/linux/configure: Modified. + * sysdeps/unix/sysv/linux/configure.ac: Modified. + * sysdeps/unix/sysv/linux/csky/configure: Modified. + * sysdeps/unix/sysv/linux/i386/configure: Modified. + * sysdeps/unix/sysv/linux/ia64/configure: Modified. + * sysdeps/unix/sysv/linux/loongarch/configure: Modified. + * sysdeps/unix/sysv/linux/m68k/configure: Modified. + * sysdeps/unix/sysv/linux/mips/configure: Modified. + * sysdeps/unix/sysv/linux/mips/mips64/configure: Modified. + * sysdeps/unix/sysv/linux/nios2/configure: Modified. + * sysdeps/unix/sysv/linux/or1k/configure: Modified. + * sysdeps/unix/sysv/linux/powerpc/configure: Modified. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: Modified. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Modified. + * sysdeps/unix/sysv/linux/riscv/configure: Modified. + * sysdeps/unix/sysv/linux/s390/configure: Modified. + * sysdeps/unix/sysv/linux/s390/s390-64/configure: Modified. + * sysdeps/unix/sysv/linux/sh/configure: Modified. + * sysdeps/unix/sysv/linux/sparc/configure: Modified. + * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Modified. + * sysdeps/unix/sysv/linux/x86_64/64/configure: Modified. + * sysdeps/unix/sysv/linux/x86_64/configure: Modified. + * sysdeps/unix/sysv/linux/x86_64/x32/configure: Modified. + * sysdeps/x86/configure: Modified. + * sysdeps/x86_64/configure: Modified. + * sysdeps/x86_64/preconfigure: Modified. + +2023-07-17 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + COMMIT: 5a70ac9d39711528573439e01e249a8f825743ca + Update sparc libm-test-ulps + + * sysdeps/sparc/fpu/libm-test-ulps: Modified. + +2023-07-13 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + COMMIT: 721f30 |
