aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-10-11 22:42:32 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-10-11 22:42:32 +0200
commit2e4e75727eb05eef4c10470d865bd42962d5fae7 (patch)
tree7ecc052bd61a734540f325d79e8c65279a5f7359 /ChangeLog
parent7f0e1933f08d52b22b02fdcd075382506f7b2e9c (diff)
downloadglibc-2e4e75727eb05eef4c10470d865bd42962d5fae7.tar.xz
glibc-2e4e75727eb05eef4c10470d865bd42962d5fae7.zip
Move ChangeLog to ChangeLog.old/ChangeLog.19changelog-ends-here
We no longer maintain a manually-written ChangeLog file: <https://sourceware.org/ml/libc-alpha/2019-09/msg00333.html> <https://sourceware.org/ml/libc-alpha/2019-10/msg00131.html> Instead the release manager is expected to generate a ChangeLog-like file using scripts/gitlog_to_changelog.py. For further details, see commit f2144b7874b23be7c7eb184ec601633ec6fa8fac ("Script to generate ChangeLog-like output from git log"). Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39253
1 files changed, 0 insertions, 39253 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index be1ab6469e..0000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,39253 +0,0 @@
-2019-10-11 Florian Weimer <fweimer@redhat.com>
-
- * manual/startup.texi (Aborting a Program): Remove warning.
-
-2019-10-10 Adhemerval Zanella <adhemerval.zanella@linaro.org>
-
- [BZ #18231]
- * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
- bits/ipc-perm.h.
- * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: Remove file.
- * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
- * sysdeps/unix/sysv/linux/hppa/bits/ipc.h: Likewise.
- * sysdeps/unix/sysv/linux/ia64/bits/ipc.h: Likewise.
- * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
- * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
- * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
- * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
- * sysdeps/unix/sysv/linux/arm/kernel-features.h
- [__BYTE_ORDER == __BIG_ENDIAN] (__ASSUME_SYSVIPC_BROKEN_MODE_T):
- Define.
- * sysdeps/sysv/linux/microblaze/kernel-features.h: Likewise.
- * sysdeps/unix/sysv/linux/s390/kernel-features.h
- [!__s390x__] (__ASSUME_SYSVIPC_BROKEN_MODE_T): Define.
- * sysdeps/unix/sysv/linux/sh/kernel-features.h
- (__ASSUME_SYSVIPC_BROKEN_MODE_T): Define.
- * sysdeps/unix/sysv/linux/m68k/kernel-features.h: Likewise.
- * sysdeps/unix/sysv/linux/bits/ipc-perm.h: New file.
- * sysdeps/unix/sysv/linux/powerpc/bits/ipc-perm.h: Likewise.
- * sysdeps/unix/sysv/linux/sparc/bits/ipc-perm.h: Likewise.
- * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Move to
- bits/ipc-perm.h.
- * sysdeps/unix/sysv/linux/hppa/bits/ipc-perm.h: New file.
- * sysdeps/unix/sysv/linux/kernel-features.h: Add comment about
- __ASSUME_SYSVIPC_BROKEN_MODE_T semantic.
- * sysdeps/unix/sysv/linux/msgctl.c (DEFAULT_VERSION): Define as
- 2.31 if __ASSUME_SYSVIPC_BROKEN_MODE_T is defined.
- (msgctl_syscall, __msgctl_mode16): New symbol.
- (__new_msgctl): Add bits for __ASSUME_SYSVIPC_BROKEN_MODE_T.
- * sysdeps/unix/sysv/linux/semctl.c: Likewise.
- * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
- * sysdeps/unix/sysv/linux/arm/be/libc.abilist (GLIBC_2.31): Add
- msgctl, semctl, and shmctl.
- * sysdeps/sysv/linux/microblaze/be/libc.abilist: Likewise.
- * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
- * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
- * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
- * sysdeps/unix/sysv/linux/sh/be/libc.abilist: Likewise.
- * conform/data/sys/ipc.h-data: Only xfail {struct ipc_perm} mode_t
- mode for Hurd.
- * sysdeps/unix/sysv/linux/m68k/Versions (libc) [GLIBC_2.31]: Add
- msgctl, semctl, and shmctl.
- * sysdeps/unix/sysv/linux/arm/be/Versions: New file.
- * sysdeps/unix/sysv/linux/microblaze/be/Versions: Likewise.
- * sysdeps/unix/sysv/linux/sh/be/Versions: Likewise.
-
-2019-10-10 Andreas Schwab <schwab@suse.de>
-
- * elf/dl-load.c (open_verify): Remove dead code.
-
-2019-10-10 Dmitry V. Levin <ldv@altlinux.org>
-
- * sysdeps/unix/sysv/linux/syscall-names.list: Fix typos in comment,
- reformat the affected paragraph.
-
-2019-10-10 Łukasz Majewski <lukma@denx.de>
-
- * include/time.h (__clock_settime64):
- Add __clock_settime alias according to __TIMESIZE define
- * sysdeps/unix/sysv/linux/clock_settime.c (__clock_settime):
- Refactor this function to be used only on 32 bit machines as a
- wrapper on __clock_settime64.
- * sysdeps/unix/sysv/linux/clock_settime.c (__clock_settime64): Add
- * sysdeps/unix/sysv/linux/clock_settime.c (__clock_settime64):
- Use clock_settime64 kernel syscall (available from 5.1+ Linux)
-
-2019-10-09 Adhemerval Zanella <adhemerval.zanella@linaro.org>
-
- * include/spawn.h (__posix_spawn_file_actions_addopen): New
- prototype.
- * posix/spawn_faction_addopen.c (posix_spawn_file_actions_addopen):
- Add internal alias.
- * posix/wordexp.c (create_environment, free_environment): New
- functions.
- (exec_comm_child, exec_comm): Use posix_spawn instead of fork+exec.
- * posix/wordexp-test.c: Use libsupport.
-
- * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c (__getdents64):
- Add small optimization for older kernel to avoid issuing
- __NR_getdents64 on each call and replace scratch_buffer usage with
- a static allocated buffer.
-
-2019-10-09 Florian Weimer <fweimer@redhat.com>
-
- * config.h.in (HAVE_GCC_GOTDATA): Remove.
- * sysdeps/sparc/configure.ac: Remove checks for HAVE_GCC_GOTDATA
- and PI_STATIC_AND_HIDDEN. Always define PI_STATIC_AND_HIDDEN.
- * sysdeps/sparc/configure: Regenerate.
-
-2019-10-09 Petr Vorel <pvorel@suse.cz>
-
- * include/dirent.h (__getdents64): Update comment.
-
-2019-10-08 Gabriel F. T. Gomes <gabrielftg@linux.ibm.com>
-
- * Makefile: Fix locale dependency for a couple of tests.
- ($(objpfx)tst-strftime2.out): New rule.
- ($(objpfx)tst-strftime3.out): Likewise.
-
-2019-10-08 Florian Weimer <fweimer@redhat.com>
-
- * posix/tst-wordexp-nocmd.c (do_test): Fix diagnostics output.
-
-2019-10-08 Florian Weimer <fweimer@redhat.com>
-
- * posix/Makefile (tests): Add tst-wordexp-nocmd.
- * posix/wordexp-test.c (__app_register_atfork): Remove function.
- (registered_forks): Remove variable.
- (register_fork): Remove function.
- (test_case): Remove WRDE_NOCMD tests.
- (main): Do not set up fork tracking. Remove integer overflow in
- division tests.
- (testit): Do not check for unexpected forks.
- * posix/tst-wordexp-nocmd.c: New file containing the tests removed
- from posix/wordexp-test.c.
-
-2019-10-07 Florian Weimer <fweimer@redhat.com>
-
- nptl: Move pthread_attr_setschedparam implementation into libc.
- * nptl/Makefile (routines): Add pthread_attr_setschedparam.
- (libpthread-routines): Remove pthread_attr_setschedparam.
- * nptl/Versions (libpthread GLIBC_2.0): Remove
- pthread_attr_setschedparam.
- * nptl/forward.c (pthread_attr_setschedparam): Remove definition.
- * nptl/nptl-init.c (pthread_functions): Remove initializer for
- ptr_pthread_attr_setschedparam.
- * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
- Remove ptr_pthread_attr_setschedparam member.
- * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist (GLIBC_2.17):
- Remove pthread_attr_setschedparam.
- * sysdeps/unix/sysv/linux/alpha/libpthread.abilist (GLIBC_2.0):
- Likewise.
- * sysdeps/unix/sysv/linux/arm/be/libpthread.abilist (GLIBC_2.4):
- Likewise.
- * sysdeps/unix/sysv/linux/arm/le/libpthread.abilist (GLIBC_2.4):
- Likewise.
- * sysdeps/unix/sysv/linux/csky/libpthread.abilist (GLIBC_2.29):
- Likewise.
- * sysdeps/unix/sysv/linux/hppa/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/i386/libpthread.abilist (GLIBC_2.0):
- Likewise.
- * sysdeps/unix/sysv/linux/ia64/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist
- (GLIBC_2.4): Likewise.
- * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist
- (GLIBC_2.18): Likewise.
- * sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist
- (GLIBC_2.18): Likewise.
- * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/nios2/libpthread.abilist (GLIBC_2.21):
- Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist
- (GLIBC_2.3): Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist
- (GLIBC_2.17): Likewise.
- * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist
- (GLIBC_2.27): Likewise.
- * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
- (GLIBC_2.2): Likewise.
- * sysdeps/unix/sysv/linux/sh/be/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/sh/le/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
- (GLIBC_2.2): Likewise.
- * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
- (GLIBC_2.2.5): Likewise.
- * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist
- (GLIBC_2.16): Likewise.
-
-2019-10-07 Florian Weimer <fweimer@redhat.com>
-
- riscv: Remove support for variable page sizes.
- * sysdeps/unix/sysv/linux/riscv/Makefile [$(subdir) == elf]
- (sysdep_routines): Do not add dl-static.
- * sysdeps/unix/sysv/linux/riscv/dl-static.c: Remove file.
- * sysdeps/unix/sysv/linux/riscv/ldsodefs.h: Likewise.
-
-2019-10-07 Florian Weimer <fweimer@redhat.com>
-
- nptl: Move pthread_attr_getschedparam implementation into libc.
- * nptl/Makefile (routines): Add pthread_attr_getschedparam.
- (libpthread-routines): Remove pthread_attr_getschedparam.
- * nptl/Versions (libpthread GLIBC_2.0): Remove
- pthread_attr_getschedparam.
- * nptl/forward.c (pthread_attr_getschedparam): Remove definition.
- * nptl/nptl-init.c (pthread_functions): Remove initializer for
- ptr_pthread_attr_getschedparam.
- * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
- Remove ptr_pthread_attr_getschedparam member.
- * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist (GLIBC_2.17):
- Remove pthread_attr_getschedparam.
- * sysdeps/unix/sysv/linux/alpha/libpthread.abilist (GLIBC_2.0):
- Likewise.
- * sysdeps/unix/sysv/linux/arm/be/libpthread.abilist (GLIBC_2.4):
- Likewise.
- * sysdeps/unix/sysv/linux/arm/le/libpthread.abilist (GLIBC_2.4):
- Likewise.
- * sysdeps/unix/sysv/linux/csky/libpthread.abilist (GLIBC_2.29):
- Likewise.
- * sysdeps/unix/sysv/linux/hppa/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/i386/libpthread.abilist (GLIBC_2.0):
- Likewise.
- * sysdeps/unix/sysv/linux/ia64/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist
- (GLIBC_2.4): Likewise.
- * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist
- (GLIBC_2.18): Likewise.
- * sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist
- (GLIBC_2.18): Likewise.
- * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/nios2/libpthread.abilist (GLIBC_2.21):
- Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist
- (GLIBC_2.3): Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist
- (GLIBC_2.17): Likewise.
- * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist
- (GLIBC_2.27): Likewise.
- * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
- (GLIBC_2.2): Likewise.
- * sysdeps/unix/sysv/linux/sh/be/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/sh/le/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
- (GLIBC_2.2): Likewise.
- * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
- (GLIBC_2.2.5): Likewise.
- * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist
- (GLIBC_2.16): Likewise.
-
-2019-10-04 Florian Weimer <fweimer@redhat.com>
-
- [BZ #24930]
- * elf/dl-load.c (_dl_map_object_from_fd): Only assign TLS modid if
- the link map will be returned to the caller.
- * elf/Makefile [$(have-fpie) && $(build-shared)] (tests, tests-pie):
- Add tst-dlopen-aout-pie.
- (tst-tst-dlopen-aout-no-pie): Set.
- (CFLAGS-tst-dlopen-aout-pie.c): Build with -fpie.
- (tst-dlopen-aout-pie): Link with -ldl -lpthread.
- * elf/tst-dlopen-aout-pie.c: New file.
-
-2019-10-04 Florian Weimer <fweimer@redhat.com>
-
- [BZ #24900]
- * elf/dl-load.c (_dl_map_object_from_fd): Do not use the file ID
- when loading the executable as part of an explicit loader
- invocation.
-
-2019-10-04 Florian Weimer <fweimer@redhat.com>
-
- nptl: Move pthread_attr_setinheritsched implementation into libc.
- * nptl/Makefile (routines): Add pthread_attr_setinheritsched.
- (libpthread-routines): Remove pthread_attr_setinheritsched.
- * nptl/Versions (libpthread GLIBC_2.0): Remove
- pthread_attr_setinheritsched.
- * nptl/forward.c (pthread_attr_setinheritsched): Remove definition.
- * nptl/nptl-init.c (pthread_functions): Remove initializer for
- ptr_pthread_attr_setinheritsched.
- * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
- Remove ptr_pthread_attr_setinheritsched member.
- * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist (GLIBC_2.17):
- Remove pthread_attr_setinheritsched.
- * sysdeps/unix/sysv/linux/alpha/libpthread.abilist (GLIBC_2.0):
- Likewise.
- * sysdeps/unix/sysv/linux/arm/be/libpthread.abilist (GLIBC_2.4):
- Likewise.
- * sysdeps/unix/sysv/linux/arm/le/libpthread.abilist (GLIBC_2.4):
- Likewise.
- * sysdeps/unix/sysv/linux/csky/libpthread.abilist (GLIBC_2.29):
- Likewise.
- * sysdeps/unix/sysv/linux/hppa/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/i386/libpthread.abilist (GLIBC_2.0):
- Likewise.
- * sysdeps/unix/sysv/linux/ia64/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist
- (GLIBC_2.4): Likewise.
- * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist
- (GLIBC_2.18): Likewise.
- * sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist
- (GLIBC_2.18): Likewise.
- * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/nios2/libpthread.abilist (GLIBC_2.21):
- Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist
- (GLIBC_2.3): Likewise.
- * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist
- (GLIBC_2.17): Likewise.
- * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist
- (GLIBC_2.27): Likewise.
- * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
- (GLIBC_2.2): Likewise.
- * sysdeps/unix/sysv/linux/sh/be/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/sh/le/libpthread.abilist (GLIBC_2.2):
- Likewise.
- * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist
- (GLIBC_2.0): Likewise.
- * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
- (GLIBC_2.2): Likewise.
- * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
- (GLIBC_2.2.5): Likewise.
- * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist
- (GLIBC_2.16): Likewise.
-
-2019-10-02 Joseph Myers <joseph@codesourcery.com>
-
- * sunrpc/clnt_udp.c: Include <libc-diag.h>.
- (clntudp_call): Disable -Wmaybe-uninitialized around declaration
- of total_deadline.
-
-2019-10-02 Alistair Francis <alistair.francis@wdc.com>
-
- * string/endian.h: Restore the __USE_MISC conditionals.
-
-2019-10-02 Joseph Myers <joseph@codesourcery.com>
-
- * string/tester.c: Ignore -Warray-bounds and
- -Wmemset-transposed-args at top level.
- [__GNUC_PREREQ (7, 0)]: Ignore -Wrestrict and -Wstringop-overflow=
- at top level.
- [__GNUC_PREREQ (8, 0)]: Ignore -Wstringop-truncation at top level.
- (test_stpncpy): Do not ignore warnings here.
- (test_strncat): Likewise.
- (test_strncpy): Likewise.
- (test_memset): Likewise.
-
-2019-10-02 Łukasz Majewski <lukma@denx.de>
- * include/time.h: Add #include <bits/types/struct_timeval.h>
-
-2019-10-02 Paul A. Clarke <pc@us.ibm.com>
-
- * sysdeps/powerpc/fpu/fenv_private.h:
- (__TEST_AND_BEGIN_NON_STOP): New.
- (__TEST_AND_END_NON_STOP): New.
- (libc_feholdexcept_setround_ppc): Use __TEST_AND_BEGIN_NON_STOP.
- (__libc_femergeenv_ppc): Use __TEST_AND_BEGIN_NON_STOP and
- __TEST_AND_END_NON_STOP.
- (libc_feholdsetround_noex_ppc_ctx): Use __TEST_AND_END_NON_STOP.
-
-2019-10-02 Arjun Shankar <arjun@redhat.com>
-
- debugglibc.sh: Implement program arguments
- * Makefile (debugglibc): Change variable definition.
-
-2019-10-01 Alistair Francis <alistair.francis@wdc.com>
-
- * time/bits/types/struct_timespec.h: Add padding for the timespec if
- required.
-
-2019-10-01 Zack Weinberg <zackw@panix.com>
- Alistair Francis <alistair.francis@wdc.com>
-
- * string/endian.h: Unconditionally define LITTLE_ENDIAN,
- BIG_ENDIAN, PDP_ENDIAN, and BYTE_ORDER. Condition byteswapping
- macros only on !__ASSEMBLER__. Move the definitions of
- __BIG_ENDIAN, __LITTLE_ENDIAN, __PDP_ENDIAN, __FLOAT_WORD_ORDER,
- and __LONG_LONG_PAIR to...
- * string/bits/endian.h: ...this new file, which includes
- the renamed header bits/endianness.h for the definition of
- __BYTE_ORDER and possibly __FLOAT_WORD_ORDER.
-
- * string/Makefile: Install bits/endianness.h.
- * include/bits/endian.h: New wrapper.
-
- * bits/endian.h: Rename to bits/endianness.h.
- Add multiple-include guard. Rewrite the comment explaining what
- the machine-specific variants of this file should do.
-
- * sysdeps/unix/sysv/linux/ia64/bits/endian.h:
- Move to sysdeps/ia64.
-
- * sysdeps/aarch64/bits/endian.h
- * sysdeps/alpha/bits/endian.h
- * sysdeps/arm/bits/endian.h
- * sysdeps/csky/bits/endian.h
- * sysdeps/hppa/bits/endian.h
- * sysdeps/ia64/bits/endian.h
- * sysdeps/m68k/bits/endian.h
- * sysdeps/microblaze/bits/endian.h
- * sysdeps/mips/bits/endian.h
- * sysdeps/nios2/bits/endian.h
- * sysdeps/powerpc/bits/endian.h
- * sysdeps/riscv/bits/endian.h
- * sysdeps/s390/bits/endian.h
- * sysdeps/sh/bits/endian.h
- * sysdeps/sparc/bits/endian.h
- * sysdeps/x86/bits/endian.h:
- Rename to endianness.h; canonicalize form of file; remove
- redundant definitions of __FLOAT_WORD_ORDER.
-
- * sysdeps/powerpc/bits/endianness.h: Remove logic to check for
- broken compilers.
-
- * ctype/ctype.h
- * sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h
- * sysdeps/arm/nptl/bits/pthreadtypes-arch.h
- * sysdeps/csky/nptl/bits/pthreadtypes-arch.h
- * sysdeps/ia64/ieee754.h
- * sysdeps/ieee754/ieee754.h
- * sysdeps/ieee754/ldbl-128/ieee754.h
- * sysdeps/ieee754/ldbl-128ibm/ieee754.h
- * sysdeps/m68k/nptl/bits/pthreadtypes-arch.h
- * sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h
- * sysdeps/mips/ieee754/ieee754.h
- * sysdeps/mips/nptl/bits/pthreadtypes-arch.h
- * sysdeps/nios2/nptl/bits/pthreadtypes-arch.h
- * sysdeps/nptl/pthread.h
- * sysdeps/riscv/nptl/bits/pthreadtypes-arch.h
- * sysdeps/sh/nptl/bits/pthreadtypes-arch.h
- * sysdeps/sparc/sparc32/ieee754.h
- * sysdeps/unix/sysv/linux/generic/bits/stat.h
- * sysdeps/unix/sysv/linux/generic/bits/statfs.h
- * sysdeps/unix/sysv/linux/sys/acct.h
- * wctype/bits/wctype-wchar.h:
- Include bits/endian.h, not endian.h.
-
- * sysdeps/unix/sysv/linux/hppa/pthread.h: Don’t include endian.h.
-
- * sysdeps/mips/ieee754/ieee754.h: Use __LDBL_MANT_DIG__
- in ifdefs, instead of LDBL_MANT_DIG. Only include float.h
- when __LDBL_MANT_DIG__ is not predefined, in which case
- define __LDBL_MANT_DIG__ to equal LDBL_MANT_DIG.
-
-2019-09-17 Mike FABIAN <mfabian@redhat.com>
-
- * localedata/locales/az_AZ: Make lang_name agree with CLDR
- * localedata/locales/be_BY@latin: Make lang_name agree with langtable
- * localedata/locales/ber_DZ: Make language, country_name, lang_name agree with langtable
- * localedata/locales/ber_MA: Add country_name from langtable, make language, lang_name agree with langtable
- * localedata/locales/bhb_IN: Add country_name from langtable, make lang_name agree with langtable
- * localedata/locales/bho_IN: Add country_name from langtable
- * localedata/locales/chr_US: Make country_name agree with CLDR
- * localedata/locales/crh_UA: Make lang_name agree with langtable
- * localedata/locales/csb_PL: Add country_name from langtable
- * localedata/locales/doi_IN: Add country_name from langtable
- * localedata/locales/dv_MV: Add country_name from langtable
- * localedata/locales/eo: Fix capitalisation of lang_name, agree with CLDR
- * localedata/locales/hak_TW: Make lang_name agree with langtable
- * localedata/locales/hif_FJ: Make lang_name agree with langtable
- * localedata/locales/hne_IN: Add country_name from langtable
- * localedata/locales/ia_FR: Fix capitalisation of lang_name, agree with CLDR
- * localedata/locales/id_ID: Make lang_name agree with CLDR
- * localedata/locales/ig_NG: Make country_name, lang_name agree with CLDR
- * localedata/locales/kab_DZ: Make country_name agree with CLDR
- * localedata/locales/ks_IN: Make country_name agree with CLDR
- * localedata/locales/ku_TR: Make country_name, lang_name agree with CLDR
- * localedata/locales/mag_IN: Add country_name from langtable
- * localedata/locales/mfe_MU: Make country_name agree with CLDR
- * localedata/locales/mhr_RU: Add lang_name from langtable
- * localedata/locales/mi_NZ: Make lang_name agree with CLDR
- * localedata/locales/ms_MY: Make lang_name agree with CLDR
- * localedata/locales/nan_TW: Make lang_name agree with langtable
- * localedata/locales/nan_TW@latin: Make lang_name agree with langtable
- * localedata/locales/nds_DE: Make lang_name agree with langtable
- * localedata/locales/nds_NL: Make lang_name agree with langtable
- * localedata/locales/nhn_MX: Add country_name from langtable, make lang_name agree with langtable
- * localedata/locales/niu_NU: Add country_name, lang_name from langtable
- * localedata/locales/niu_NZ: Add lang_name from langtable
- * localedata/locales/nr_ZA: Fix capitalisation of lang_name from langtable
- * localedata/locales/oc_FR: Fix capitalisation of lang_name from langtable
- * localedata/locales/or_IN: Fix spelling of language from langtable
- * localedata/locales/pa_PK: Make country_name agree with CLDR
- * localedata/locales/ps_AF: Make country_name agree with CLDR
- * localedata/locales/quz_PE: Make language, lang_name agree with langtable
- * localedata/locales/raj_IN: Make country_name, lang_name agree with langtable
- * localedata/locales/rw_RW: Make country_name agree with CLDR
- * localedata/locales/sah_RU: Make langauge, country_name, lang_name agree with CLDR
- * localedata/locales/sat_IN: Make country_name, lang_name agree with langtable
- * localedata/locales/sc_IT: Fix capitalisaton of lang_name according to langtable
- * localedata/locales/sd_IN: Make country_name, lang_name agree with CLDR
- * localedata/locales/sd_IN@devanagari: Make lang_name agree with langtable
- * localedata/locales/shn_MM: Make country_name agree with langtable
- * localedata/locales/shs_CA: Make language, lang_name agree with langtable
- * localedata/locales/sm_WS: Make country_name agree with langtable
- * localedata/locales/ss_ZA: Fix capitalisation of lang_name from langtable
- * localedata/locales/szl_PL: Add country_name from langtable
- * localedata/locales/te_IN: Fix country_name from CLDR
- * localedata/locales/tg_TJ: Add lang_name from CLDR
- * localedata/locales/the_NP: Add country_name, lang_name from langtable
- * localedata/locales/tk_TM: Make lang_name agree with CLDR
- * localedata/locales/tl_PH: Add lang_name from langtable
- * localedata/locales/to_TO: Make lang_name agree with CLDR
- * localedata/locales/tpi_PG: Make country_name, lang_name agree with langtable
- * localedata/locales/tt_RU@iqtelif: Add country_name, lang_name from langtable
- * localedata/locales/ug_CN: Add lang_name from CLDR
- * localedata/locales/unm_US: Add lang_name from langtable
- * localedata/locales/wa_BE: Fix capitalisation of lang_name from langtable
- * localedata/locales/wo_SN: Add lang_name from CLDR
- * localedata/locales/xh_ZA: Fix capitalisation of country_name, lang_name from CLDR
- * localedata/locales/yo_NG: Make country_name agree with CLDR
- * localedata/locales/yuw_PG: Make langauge, lang_name agree with langtable
- * localedata/locales/zh_HK: Add lang_name from langtable
- * localedata/locales/zh_SG: Add lang_name from langtable
-
-2019-09-30 Joseph Myers <joseph@codesourcery.com>
-
- * scripts/build-many-glibcs.py (Context.checkout): Default
- binutils version to 2.33 branch.
-
-2019-10-01 Lukasz Majewski <lukma@denx.de>
-
- * include/time.h (valid_timeval_to_timespec64): Add.
- * include/time.h (valid_timespec_to_timespec64): Likewise.
- * include/time.h (valid_timespec64_to_timespec): Likewise.
- * include/time.h (valid_timespec64_to_timeval): Likewise.
-
-2019-09-30 Joseph Myers <joseph@codesourcery.com>
-
- * sysdeps/unix/sysv/linux/powerpc/bits/mman.h [__USE_MISC]
- (MAP_SYNC): New macro.
- * sysdeps/unix/sysv/linux/sparc/bits/mman.h [__USE_MISC]
- (MAP_SYNC): Likewise.
- * sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Update Linux
- kernel version number to 5.3.
-
-2019-09-27 Paul A. Clarke <pc@us.ibm.com>
-
- * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_mode): Rename to
- fesetenv_control.
- * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Accommodate
- rename of fesetenv_mode to fegetenv_control.
- * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
- * sysdeps/powerpc/fpu/fesetmode.c (fesetmode): Likewise.
- * sysdeps/powerpc/fpu/fenv_private.h (__libc_femergeenv_ppc): Likewise.
- (libc_feholdsetround_noex_ppc_ctx): Likewise.
-
-2019-09-27 Paul A. Clarke <pc@us.ibm.com>