]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ChangeLog
powerpc: Fix build of wcscpy with --disable-multi-arch
[thirdparty/glibc.git] / ChangeLog
index d3560ade54b7ba0fa34b5288d58c93040d75a163..3a70b618ab9f8f806e8e0e564c425e063220610b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,719 @@
+2019-03-05  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
+       * sysdeps/powerpc/powerpc64/power6/wcscpy.c (WCSCPY): Define to
+       __wcscpy, then use libc_hidden_def and weak_alias to bind it to
+       __GI___wcscpy and wcscpy.
+
+2019-03-04  Florian Weimer  <fweimer@redhat.com>
+
+       * sysdeps/generic/ldsodefs.h (_dl_sysdep_open_zero_fill): Remove
+       declaration.
+       * elf/dl-load.c (_dl_map_object_from_fd): Assume MAP_ANON is
+       defined.
+
+2019-03-04  Stefan Liebler  <stli@linux.ibm.com>
+
+       * sysdeps/s390/s390-64/sysdep.h (ENTRY): Use alignment of 16byte.
+       * sysdeps/s390/s390-32/sysdep.h: Likewise.
+
+2019-03-02  TAMUKI Shoichi  <tamuki@linet.gr.jp>
+
+       [BZ #24162]
+       * localedata/locales/ja_JP (LC_TIME): Change the offset for Taisho
+       gan-nen from 2 to 1.  Problem reported by Morimitsu, Junji.
+
+2019-03-01  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
+       * misc/tst-ldbl-error.c (do_one_test): Adapt for reuse by nldbl
+       tests.
+       (do_test): Likewise.
+       * misc/tst-ldbl-warn.c (do_one_test): Likewise.
+       (do_test_call_varg): Likewise.
+       (do_test_call_rarg): Likewise.
+       * sysdeps/ieee754/ldbl-opt/Makefile
+       [subdir == misc] (tests-internal): Add tst-nldbl-warn,
+       tst-nldbl-error.
+       ($(objpfx)tst-nldbl-warn.c): New rule.
+       ($(objpfx)tst-nldbl-error.c): Likewise.
+       (CFLAGS-tst-nldbl-warn.c, CFLAGS-tst-nldbl-error.c):
+       New variables.
+
+2019-03-01  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
+       [BZ #23984]
+       * include/bits/error-ldbl.h: New file.
+       * include/error.h: Include stdarg.h.  Declare internal functions
+       __error_internal and __error_at_line_internal.
+       * misc/Makefile (headers): Add bits/error-ldbl.h.
+       * misc/bits/error-ldbl.h: New file.
+       * misc/error.h [__LDBL_COMPAT]: Include bits/error-ldbl.h and
+       avoid the inclusion of bits/error.h.
+       * sysdeps/ieee754/ldbl-opt/Versions (libc): Add __nldbl_error,
+       and __nldbl_error_at_line.
+       * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include error.h.
+       (__nldbl_error, __ndlbl_error_at_line): New functions.
+       * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include error.h.
+       Redirect error and error_at_line.
+       * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
+
+2019-03-01  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
+       [BZ #23984]
+       * include/bits/err-ldbl.h: New file.
+       * include/err.h: Add prototypes for the internal functions:
+       __vwarnx_internal and __vwarn_internal.
+       * misc/Makefile (headers): Add bits/err-ldbl.h.
+       * misc/bits/err-ldbl.h: New file.
+       * misc/err.h: Include bits/err-ldbl.h when __LDBL_COMPAT is
+       defined, i.e.: when -mlong-double-64 is in use.
+       * sysdeps/ieee754/ldbl-opt/Versions (libc): Add __nldbl_warn,
+       __nldbl_vwarn, __nldbl_warnx, __nldbl_vwarnx, __nldbl_err,
+       __nldbl_verr, __nldbl_errx, and __nldbl_verrx.
+       * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include err.h.
+       (VA_CALL): New macro.
+       (__nldbl_vwarn, __nldbl_vwarnx, __nldbl_warn, __nldbl_warnx)
+       (__nldbl_verr, __nldbl_verrx, __nldbl_err, __nldbl_errx): New
+       functions.
+       * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include err.h and
+       declare prototypes for the new functions.
+       * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
+
+2019-03-01  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
+       * sysdeps/ieee754/ldbl-opt/Makefile
+       [subdir == argp] (tests-internal): Add tst-nldbl-argp.
+       [subdir == argp] ($(objpfx)tst-nldbl-argp.c): New rule.
+       [subdir == argp] (CFLAGS-tst-nldbl-argp.c): New variable.
+
+2019-03-01  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
+       [BZ #23983]
+       * argp/Makefile (headers): Add bits/argp-ldbl.h.
+       * argp/argp.h [defined __LDBL_COMPAT]: Include bits/argp-ldbl.h.
+       * argp/bits/argp-ldbl.h: New file.
+       * include/argp.h: Include stdarg.h.  Add prototypes for internal
+       functions: __argp_error_internal and __argp_failure_internal.
+       * include/bits/argp-ldbl.h: New file.
+       * sysdeps/ieee754/ldbl-opt/Versions (libc): Add
+       __nldbl_argp_error and __nldbl_argp_failure.
+       * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Include argp.h.
+       (__nldbl_argp_error, __nldbl_argp_failure): New functions.
+       * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include argp.h.
+       Redirect argp_error and argp_failure calls.
+       * sysdeps/unix/sysv/linux/alpha/libc.abilist: Update.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist:
+       Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
+
+2019-03-01  Florian Weimer  <fweimer@redhat.com>
+
+       [BZ #20419]
+       * elf/tst-big-note-lib.S: Create a syntactically valid note.
+       * elf/Makefile (tst-big-note-lib.so): Do not link with startup
+       code, to avoid creating an ABI tag note.
+       (modules-names-nobuild): Add tst-big-note-lib.
+
+2019-03-01  Stefan Liebler  <stli@linux.ibm.com>
+
+       * sysdeps/s390/wcscpy-vx.S: Add strong aliases to
+       __wcscpy, __GI___wcscpy and weak alias to wcscpy.
+
+2019-03-01  Florian Weimer  <fweimer@redhat.com>
+
+       [BZ #20271]
+       * sysdeps/unix/sysv/linux/netlink_assert_response.c
+       (__netlink_assert_response): Add additional missing newlines.
+
+2019-02-28  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/powerpc/powerpc32/dl-machine.c
+       (__elf_machine_fixup_plt): Use space before '('.
+       (__process_machine_rela): Likewise.
+       * sysdeps/powerpc/powerpc32/register-dump.h (register_dump):
+       Likewise.
+       * sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h (TI_BITS):
+       Likewise.
+       * sysdeps/powerpc/powerpc64/register-dump.h (register_dump):
+       Likewise.
+       * sysdeps/powerpc/test-arith.c (union_t): Likewise.
+       (pattern): Likewise.
+       (delta): Likewise.
+       (check_result): Likewise.
+       (check_excepts): Likewise.
+       (check_op): Likewise.
+       (fail_xr): Likewise.
+       * sysdeps/unix/alpha/sysdep.h (syscall_promote): Likewise.
+       * sysdeps/unix/sysv/linux/alpha/a.out.h (AOUTHSZ): Likewise.
+       (SCNHSZ): Likewise.
+       * sysdeps/unix/sysv/linux/hppa/makecontext.c (FRAME_SIZE_BYTES):
+       Likewise.
+       (ARGS): Likewise.
+       (__makecontext): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext_t):
+       Likewise.
+
+2019-02-28  Florian Weimer  <fweimer@redhat.com>
+
+       [BZ #23937]
+       elf: Add test with a local IFUNC resolver.
+       * elf/ifuncmain9.c: New file.
+       * elf/ifuncmain9pic.c: Likewise.
+       * elf/ifuncmain9picstatic.c: Likewise.
+       * elf/ifuncmain9pie.c: Likewise.
+       * elf/ifuncmain9static.c: Likewise.
+       * elf/Makefile [multi-arch] (tests-ifuncstatic): Add
+       ifuncmain9static, ifuncmain9picstatic.
+       * elf/Makefile [multi-arch && build-shared] (tests-internal):
+       Add ifuncmain9, ifuncmain9pic.
+       * elf/Makefile [multi-arch && build-shared && have-fpie]
+       (ifunc-pie-tests): Add ifuncmain9pie.
+       (CFLAGS-ifuncmain9pic.c): Add $(pic-ccflag).
+       (CFLAGS-ifuncmain9picstatic.c): Likewise.
+       (CFLAGS-ifuncmain9pie.c): Add $(pie-ccflag).
+
+2019-02-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.ac (have-ifunc): New LIBC_CONFIG_VAR.
+       * configure: Regenerated.
+       * elf/Makefile: Run IFUNC tests if binutils supports IFUNC.
+
+2019-02-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Define ifunc
+       symbol as __wcspcy instead of wcscpy.
+
+2019-02-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * include/stdio.h (__renameat2): New hidden prototype.
+       * stdio-common/renameat2.c (__renameat2): Add hidden definition.
+       * sysdeps/mach/hurd/renameat.c (__renameat): Move implementation to...
+       * sysdeps/mach/hurd/renameat2.c (__renameat2): ... new function.
+       * sysdeps/unix/sysv/linux/renameat2.c (__renameat2): Add hidden definition.
+
+2019-02-27  Joseph Myers  <joseph@codesourcery.com>
+
+       * hurd/hurdinit.c (_hurd_init): Use braces around empty body of an
+       if statement.
+
+       * benchtests/bench-strcpy.c (do_test): Use space before '('.
+       * benchtests/bench-string.h (cmdline_process_function): Likewise.
+       * benchtests/bench-strlen.c (do_test): Likewise.
+       (test_main): Likewise.
+       * catgets/gencat.c (read_old): Likewise.
+       * elf/cache.c (load_aux_cache): Likewise.
+       * iconvdata/bug-iconv8.c (do_test): Likewise.
+       * math/test-tgmath-ret.c (do_test): Likewise.
+       * nis/nis_call.c (rec_dirsearch): Likewise.
+       * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
+       * nptl/tst-audit-threads.c (do_test): Likewise.
+       * nptl/tst-cancel4-common.h (set_socket_buffer): Likewise.
+       * nss/nss_test1.c (init): Likewise.
+       * nss/test-netdb.c (test_hosts): Likewise.
+       * posix/execvpe.c (maybe_script_execute): Likewise.
+       * stdio-common/tst-fmemopen4.c (do_test): Likewise.
+       * stdio-common/tst-printf.c (do_test): Likewise.
+       * stdio-common/vfscanf-internal.c (__vfscanf_internal): Likewise.
+       * stdlib/fmtmsg.c (NKEYWORDS): Likewise.
+       * stdlib/qsort.c (STACK_SIZE): Likewise.
+       * stdlib/test-canon.c (do_test): Likewise.
+       * stdlib/tst-swapcontext1.c (do_test): Likewise.
+       * string/memcmp.c (OPSIZ): Likewise.
+       * string/test-strcpy.c (do_test): Likewise.
+       (do_random_tests): Likewise.
+       * string/test-strlen.c (do_test): Likewise.
+       (test_main): Likewise.
+       * string/test-strrchr.c (do_test): Likewise.
+       (do_random_tests): Likewise.
+       * string/tester.c (test_memrchr): Likewise.
+       (test_memchr): Likewise.
+       * sysdeps/generic/memcopy.h (OPSIZ): Likewise.
+       * sysdeps/generic/unwind-dw2.c (execute_stack_op): Likewise.
+       * sysdeps/generic/unwind-pe.h (read_sleb128): Likewise.
+       (read_encoded_value_with_base): Likewise.
+       * sysdeps/hppa/dl-machine.h (elf_machine_runtime_setup): Likewise.
+       * sysdeps/hppa/fpu/feupdateenv.c (__feupdateenv): Likewise.
+       * sysdeps/ia64/fpu/sfp-machine.h (TI_BITS): Likewise.
+       * sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
+       * sysdeps/posix/spawni.c (maybe_script_execute): Likewise.
+       * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (query_auxv):
+       Likewise.
+       * sysdeps/unix/sysv/linux/aarch64/bits/procfs.h (ELF_NGREG):
+       Likewise.
+       * sysdeps/unix/sysv/linux/arm/bits/procfs.h (ELF_NGREG): Likewise.
+       * sysdeps/unix/sysv/linux/arm/ioperm.c (init_iosys): Likewise.
+       * sysdeps/unix/sysv/linux/csky/bits/procfs.h (ELF_NGREG):
+       Likewise.
+       * sysdeps/unix/sysv/linux/m68k/bits/procfs.h (ELF_NGREG):
+       Likewise.
+       * sysdeps/unix/sysv/linux/nios2/bits/procfs.h (ELF_NGREG):
+       Likewise.
+       * sysdeps/unix/sysv/linux/spawni.c (maybe_script_execute):
+       Likewise.
+       * sysdeps/unix/sysv/linux/x86/bits/procfs.h (ELF_NGREG): Likewise.
+       * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h
+       (FP_XSTATE_MAGIC2_SIZE): Likewise.
+       * sysdeps/x86/fpu/sfp-machine.h (TI_BITS): Likewise.
+       * time/test_time.c (main): Likewise.
+
+2019-02-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+       * wcsmbs/wcsnlen.c (__wcsnlen): Rewrite using wmemchr.
+
+       * wcsmbs/wcsncpy.c (__wcsncpy): Rewrite using wcsnlen, wmemset, and
+       wmemcpy.
+
+       * wcsmbs/wcsncat.c (wcsncat): Rewrite using wcslen, wcsnlen, and
+       wmemcpy.
+
+       * wcsmbs/wcscpy.c (__wcpcpy): Rewrite using wcslen and wmemcpy.
+
+       * include/wchar.h (__wcscpy): New prototype.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c
+       (__wcscpy): Route internal symbol to generic implementation.
+       * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c (wcscpy):
+       Add internal __wcscpy alias.
+       * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c (wcscpy): Likewise.
+       * sysdeps/s390/wcscpy.c (wcscpy): Likewise.
+       * sysdeps/x86_64/multiarch/wcscpy.c (wcscpy): Likewise.
+       * wcsmbs/wcscpy.c (wcscpy): Add
+       * sysdeps/x86_64/multiarch/wcscpy-c.c (WCSCPY): Adjust macro to
+       use generic implementation.
+       * wcsmbs/wcscat.c (wcscat): Rewrite using wcslen and wcscpy.
+
+       * wcsmbs/wcpncpy.c (__wcpcpy): Rewrite using wcslen, wmemcpy, and
+       wmemset.
+
+       * sysdeps/m68k/wcpcpy.c: Remove file.
+       * wcsmbs/wcpcpy.c (__wcpcpy): Rewrite using wcslen and wmemcpy.
+
+2019-02-26  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/arm/sysdep.h (#if condition): Break lines before rather
+       than after operators.
+       * sysdeps/mach/hurd/fork.c (__fork): Likewise.
+       * sysdeps/mach/hurd/getcwd.c
+       (__hurd_canonicalize_directory_name_internal): Likewise.
+       * sysdeps/mach/hurd/htl/pt-mutex-consistent.c
+       (pthread_mutex_consistent): Likewise.
+       * sysdeps/mach/hurd/htl/pt-mutex-init.c (_pthread_mutex_init):
+       Likewise.
+       * sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c
+       (__pthread_mutex_transfer_np): Likewise.
+       * sysdeps/mach/hurd/htl/pt-mutex-unlock.c
+       (__pthread_mutex_unlock): Likewise.
+       * sysdeps/mach/hurd/htl/pt-mutex.h (ROBUST_LOCK): Likewise.
+       (mtx_owned_p): Likewise.
+       * sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c
+       (pthread_mutexattr_getrobust): Likewise.
+       * sysdeps/mach/hurd/i386/init-first.c (init1): Likewise.
+       * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
+       Likewise.
+       * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
+       * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Likewise.
+       * sysdeps/mach/hurd/kill.c (__kill): Likewise.
+       * sysdeps/mach/hurd/mig-reply.c (__mig_get_reply_port): Likewise.
+       * sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
+       * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
+       * sysdeps/unix/sysv/linux/aarch64/sysdep.h (#if condition):
+       Likewise.
+       * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo):
+       Likewise.
+       * sysdeps/unix/sysv/linux/bits/timex.h (STA_RONLY): Likewise.
+       * sysdeps/unix/sysv/linux/csky/sysdep.h (#if condition): Likewise.
+       * sysdeps/unix/sysv/linux/generic/____longjmp_chk.c
+       (____longjmp_chk): Likewise.
+       * sysdeps/unix/sysv/linux/generic/futimesat.c (futimesat):
+       Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
+       (INTERNAL_SYSCALL): Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
+       (INTERNAL_SYSCALL): Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
+       (__get_clockfreq_via_cpuinfo): Likewise.
+
+       * sysdeps/i386/dl-machine.h (elf_machine_rela): Add fall-through
+       comments.
+       * sysdeps/m68k/m680x0/fpu/s_cexp_template.c (s(__cexp)): Likewise.
+       * sysdeps/m68k/memcopy.h (WORD_COPY_FWD): Likewise.
+       (WORD_COPY_BWD): Likewise.
+       * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
+       * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
+       Likewise.
+       * sysdeps/s390/iso-8859-1_cp037_z900.c (TR_LOOP): Likewise.
+       * sysdeps/mips/dl-machine.h (elf_machine_reloc): Move fall-through
+       comment.
+       * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Likewise.
+
+2019-02-25  Joseph Myers  <joseph@codesourcery.com>
+
+       * dirent/dirent.h [!_DIRENT_HAVE_D_NAMLEN
+       && _DIRENT_HAVE_D_RECLEN] (_D_ALLOC_NAMLEN): Break lines before
+       rather than after operators.
+       * elf/cache.c (print_cache): Likewise.
+       * gshadow/fgetsgent_r.c (__fgetsgent_r): Likewise.
+       * htl/pt-getattr.c (__pthread_getattr_np): Likewise.
+       * hurd/hurdinit.c (_hurd_setproc): Likewise.
+       * hurd/hurdkill.c (_hurd_sig_post): Likewise.
+       * hurd/hurdlookup.c (__file_name_lookup_under): Likewise.
+       * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
+       (reauth_proc): Likewise.
+       * hurd/lookup-at.c (__file_name_lookup_at): Likewise.
+       (__file_name_split_at): Likewise.
+       (__directory_name_split_at): Likewise.
+       * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
+       * hurd/port2fd.c (_hurd_port2fd): Likewise.
+       * iconv/gconv_dl.c (do_print): Likewise.
+       * inet/netinet/in.h (struct sockaddr_in): Likewise.
+       * libio/wstrops.c (_IO_wstr_seekoff): Likewise.
+       * locale/setlocale.c (new_composite_name): Likewise.
+       * malloc/memusagestat.c (main): Likewise.
+       * misc/fstab.c (fstab_convert): Likewise.
+       * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
+       Likewise.
+       * nss/nss_compat/compat-grp.c (getgrent_next_nss): Likewise.
+       (getgrent_next_file): Likewise.
+       (internal_getgrnam_r): Likewise.
+       (internal_getgrgid_r): Likewise.
+       * nss/nss_compat/compat-initgroups.c (getgrent_next_nss):
+       Likewise.
+       (internal_getgrent_r): Likewise.
+       * nss/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
+       (getpwent_next_nss): Likewise.
+       (getpwent_next_file): Likewise.
+       (internal_getpwnam_r): Likewise.
+       (internal_getpwuid_r): Likewise.
+       * nss/nss_compat/compat-spwd.c (getspent_next_nss_netgr):
+       Likewise.
+       (getspent_next_nss): Likewise.
+       (internal_getspnam_r): Likewise.
+       * pwd/fgetpwent_r.c (__fgetpwent_r): Likewise.
+       * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
+       * string/strchr.c (STRCHR): Likewise.
+       * string/strchrnul.c (STRCHRNUL): Likewise.
+       * sysdeps/aarch64/fpu/fpu_control.h (_FPU_FPCR_IEEE): Likewise.
+       * sysdeps/aarch64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
+       * sysdeps/csky/dl-machine.h (elf_machine_rela): Likewise.
+       * sysdeps/generic/memcopy.h (PAGE_COPY_FWD_MAYBE): Likewise.
+       * sysdeps/generic/symbol-hacks.h (__stack_chk_fail_local):
+       Likewise.
+       * sysdeps/gnu/netinet/ip_icmp.h (ICMP_INFOTYPE): Likewise.
+       * sysdeps/gnu/updwtmp.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
+       * sysdeps/gnu/utmp_file.c (TRANSFORM_UTMP_FILE_NAME): Likewise.
+       * sysdeps/hppa/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Likewise.
+       * sysdeps/mach/hurd/bits/stat.h (S_ISPARE): Likewise.
+       * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Likewise.
+       (open_file): Likewise.
+       * sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c
+       (pthread_mutexattr_setprotocol): Likewise.
+       * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
+       * sysdeps/mach/hurd/mmap.c (__mmap): Likewise.
+       * sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
+       * sysdeps/mach/hurd/spawni.c (__spawni): Likewise.
+       * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
+       Likewise.
+       (elf_machine_rela): Likewise.
+       * sysdeps/mips/mips32/sfp-machine.h (_FP_CHOOSENAN): Likewise.
+       * sysdeps/mips/mips64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
+       * sysdeps/mips/sys/asm.h (multiple #if conditionals): Likewise.
+       * sysdeps/posix/rename.c (rename): Likewise.
+       * sysdeps/powerpc/novmx-sigjmp.c (__novmx__sigjmp_save): Likewise.
+       * sysdeps/powerpc/sigjmp.c (__vmx__sigjmp_save): Likewise.
+       * sysdeps/s390/fpu/fenv_libc.h (FPC_VALID_MASK): Likewise.
+       * sysdeps/s390/utf8-utf16-z9.c (gconv_end): Likewise.
+       * sysdeps/unix/grantpt.c (grantpt): Likewise.
+       * sysdeps/unix/sysv/linux/a.out.h (N_TXTOFF): Likewise.
+       * sysdeps/unix/sysv/linux/updwtmp.c (TRANSFORM_UTMP_FILE_NAME):
+       Likewise.
+       * sysdeps/unix/sysv/linux/utmp_file.c (TRANSFORM_UTMP_FILE_NAME):
+       Likewise.
+       * sysdeps/x86/cpu-features.c (get_common_indices): Likewise.
+       * time/tzfile.c (__tzfile_compute): Likewise.
+
+2019-02-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * benchtests/bench-memmem.c (simple_memmem): Break lines before
+       rather than after operators.
+       * benchtests/bench-skeleton.c (TIMESPEC_AFTER): Likewise.
+       * crypt/md5.c (md5_finish_ctx): Likewise.
+       * crypt/sha256.c (__sha256_finish_ctx): Likewise.
+       * crypt/sha512.c (__sha512_finish_ctx): Likewise.
+       * elf/cache.c (load_aux_cache): Likewise.
+       * elf/dl-load.c (open_verify): Likewise.
+       * elf/get-dynamic-info.h (elf_get_dynamic_info): Likewise.
+       * elf/readelflib.c (process_elf_file): Likewise.
+       * elf/rtld.c (dl_main): Likewise.
+       * elf/sprof.c (generate_call_graph): Likewise.
+       * hurd/ctty-input.c (_hurd_ctty_input): Likewise.
+       * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
+       * hurd/dtable.c (reauth_dtable): Likewise.
+       * hurd/getdport.c (__getdport): Likewise.
+       * hurd/hurd/signal.h (_hurd_interrupted_rpc_timeout): Likewise.
+       * hurd/hurd/sigpreempt.h (HURD_PREEMPT_SIGNAL_P): Likewise.
+       * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise):
+       Likewise.
+       * hurd/hurdioctl.c (fioctl): Likewise.
+       * hurd/hurdselect.c (_hurd_select): Likewise.
+       * hurd/hurdsig.c (_hurdsig_abort_rpcs): Likewise.
+       (STOPSIGS): Likewise.
+       * hurd/hurdstartup.c (_hurd_startup): Likewise.
+       * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Likewise.
+       * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
+       * hurd/msgportdemux.c (msgport_server): Likewise.
+       * hurd/setauth.c (_hurd_setauth): Likewise.
+       * include/features.h (__GLIBC_USE_DEPRECATED_SCANF): Likewise.
+       * libio/libioP.h [IO_DEBUG] (CHECK_FILE): Likewise.
+       * locale/programs/ld-ctype.c (set_class_defaults): Likewise.
+       * localedata/tests-mbwc/tst_swscanf.c (tst_swscanf): Likewise.
+       * login/tst-utmp.c (do_check): Likewise.
+       (simulate_login): Likewise.
+       * mach/lowlevellock.h (lll_lock): Likewise.
+       (lll_trylock): Likewise.
+       * math/test-fenv.c (ALL_EXC): Likewise.
+       * math/test-fenvinline.c (ALL_EXC): Likewise.
+       * misc/sys/cdefs.h (__attribute_deprecated_msg__): Likewise.
+       * nis/nis_call.c (__do_niscall3): Likewise.
+       * nis/nis_callback.c (cb_prog_1): Likewise.
+       * nis/nis_defaults.c (searchaccess): Likewise.
+       * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
+       * nis/nis_ismember.c (internal_ismember): Likewise.
+       * nis/nis_local_names.c (nis_local_principal): Likewise.
+       * nis/nss_nis/nis-rpc.c (_nss_nis_getrpcbyname_r): Likewise.
+       * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_getnetgrent_r):
+       Likewise.
+       * nis/ypclnt.c (yp_match): Likewise.
+       (yp_first): Likewise.
+       (yp_next): Likewise.
+       (yp_master): Likewise.
+       (yp_order): Likewise.
+       * nscd/hstcache.c (cache_addhst): Likewise.
+       * nscd/initgrcache.c (addinitgroupsX): Likewise.
+       * nss/nss_compat/compat-pwd.c (copy_pwd_changes): Likewise.
+       (internal_getpwuid_r): Likewise.
+       * nss/nss_compat/compat-spwd.c (copy_spwd_changes): Likewise.
+       * posix/glob.h (__GLOB_FLAGS): Likewise.
+       * posix/regcomp.c (peek_token): Likewise.
+       (peek_token_bracket): Likewise.
+       (parse_expression): Likewise.
+       * posix/regexec.c (sift_states_iter_mb): Likewise.
+       (check_node_accept_bytes): Likewise.
+       * posix/tst-spawn3.c (do_test): Likewise.
+       * posix/wordexp-test.c (testit): Likewise.
+       * posix/wordexp.c (parse_tilde): Likewise.
+       (exec_comm): Likewise.
+       * posix/wordexp.h (__WRDE_FLAGS): Likewise.
+       * resource/vtimes.c (TIMEVAL_TO_VTIMES): Likewise.
+       * setjmp/sigjmp.c (__sigjmp_save): Likewise.
+       * stdio-common/printf_fp.c (__printf_fp_l): Likewise.
+       * stdio-common/tst-fileno.c (do_test): Likewise.
+       * stdio-common/vfprintf-internal.c (vfprintf): Likewise.
+       * stdlib/strfmon_l.c (__vstrfmon_l_internal): Likewise.
+       * stdlib/strtod_l.c (round_and_return): Likewise.
+       (____STRTOF_INTERNAL): Likewise.
+       * stdlib/tst-strfrom.h (TEST_STRFROM): Likewise.
+       * string/strcspn.c (STRCSPN): Likewise.
+       * string/test-memmem.c (simple_memmem): Likewise.
+       * termios/tcsetattr.c (tcsetattr): Likewise.
+       * time/alt_digit.c (_nl_parse_alt_digit): Likewise.
+       * time/asctime.c (asctime_internal): Likewise.
+       * time/strptime_l.c (__strptime_internal): Likewise.
+       * time/sys/time.h (timercmp): Likewise.
+       * time/tzfile.c (__tzfile_compute): Likewise.
+
+2019-02-21  Patsy Griffin Franklin  <pfrankli@redhat.com>
+
+        [BZ #21915]
+        * nss/tst-nss-files-hosts-long.root/etc/host.conf: New file.
+
+2019-02-21  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
+       * argp/argp-help.c (__argp_error_internal): New function,
+       renamed from __argp_error, but that takes a 'mode_flags'
+       parameter to control the format of long double parameters.
+       (__argp_error): Converted into a call __argp_error_internal.
+       (__argp_failure_internal): New function, renamed from
+       __argp_failure, but that takes a 'mode_flags' parameter.
+       (__argp_failure): Converted into a call __argp_failure_internal.
+       * misc/err.c (__vwarnx_internal): New function, renamed from
+       vwarnx, but that takes a 'mode_flags' parameter.
+       (vwarnx): Converted into a call to __vwarnx_internal.
+       (__vwarn_internal): New function, renamed from vwarn, but that
+       takes a 'mode_flags' parameter.
+       (vwarn): Converted into a call to __vwarn_internal.
+       * misc/error.c (error_tail): Add 'mode_flags' parameter. Update
+       call to __vfxprintf with 'mode_flags'.
+       (__error_internal): New function, renamed from error, but that
+       takes a 'mode_flags' parameter.
+       (error): Converted into a call to __error_internal.
+       (__error_at_line_internal): New function, renamed from
+       error_at_line, but that takes a 'mode_flags' parameter.
+       (error_at_line): Converted into a call to
+       __error_at_line_internal.
+       * include/stdio.h (__vfxprintf): Add mode_flags parameter.
+       * stdio-common/fxprintf.c (locked_vfxprintf, __vfxprintf):
+       Likewise.
+
+2019-02-20  Martin Liska  <mliska@suse.cz>
+
+       * math/Makefile: Install math-vector-fortran.h.
+       * bits/math-vector-fortran.h: New file.
+       * sysdeps/x86/fpu/bits/math-vector-fortran.h: New file.
+
+2019-02-20  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
+       * sysdeps/powerpc/powerpc64/le/configure.ac: Remove test.
+       * sysdeps/powerpc/powerpc64/le/configure: Regenerate.
+
+2019-02-19  Wolfram Sang  <wsa@the-dreams.de>
+
+       * nptl/pthread_mutex_trylock.c: Fix comment.
+
+2019-02-19  Carlos O'Donell  <carlos@redhat.com>
+
+       * nptl/pthread_tryjoin.c: Fix comment.
+
+2019-02-18  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #24231]
+       * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Add break
+       after R_SPARC_H34 case.
+
+2019-02-18  Florian Weimer  <fweimer@redhat.com>
+
+       * resolv/compat-gethnamaddr.c (Dprintf): Remove definition.
+       (getanswer): Do not call Dprintf.
+       (res_gethostbyname2_context): Likewise.
+       (res_gethostbyaddr_context): Likewise.
+
+2019-02-18  Florian Weimer  <fweimer@redhat.com>
+
+       * libio/libio.h (_IO_stdin, _IO_stdout, _IO_stderr): Remove
+       declaration.
+       * libio/stdio.c (AL, AL2, _IO_stdin, _IO_stdout, _IO_stderr):
+       Remove definitions.
+       * libio/stdfiles.c: Update comment.
+       * libio/oldstdfiles.c (_IO_check_libio): Update comment.  Do not
+       set _IO_stdin, _IO_stdout, _IO_stderr.
+       * libio/libioP.h (_IO_fake_stdiobuf): Remove unused declaration.
+       [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)] (_IO_legacy_file): New
+       inline function.
+       (_IO_deallocate_file): New inline function.
+       * libio/iolibio.h (_IO_vprintf): Remove definition.
+       * libio/iofclose.c (_IO_new_fclose): Use _IO_deallocate_file.
+       * libio/oldiofclose.c (_IO_old_fclose): Likewise.
+       * libio/iofwide.c (_IO_fwide): Use __glibc_unlikely and
+       _IO_legacy_file.
+       * libio/oldfileops.c (_IO_old_file_init_internal): Remove
+       __builtin_expect.  Use _IO_legacy_file.
+
+2019-02-18  Stefan Liebler  <stli@linux.ibm.com>
+
+       * sysdeps/unix/sysv/linux/tst-clone3.c (do_test):
+       Initialize ctid with a known value and remove update of ctid
+       after clone.
+       (wait_tid): Adjust arguments and call futex_wait with ctid_val
+       as assumed current value of ctid_ptr.
+
+2019-02-15  Florian Weimer  <fweimer@redhat.com>
+
+       Check that non-sysdeps headers have wrapper headers.
+       * scripts/check-wrapper-headers.py: New file.
+       * Makefile (tests-special): Add check-wrapper-headers.out.
+       (check-wrapper-headers.out): New target.
+       * Rules (tests-special): Add check-wrapper-headers.out.
+       (check-wrapper-headers.out): New target.
+
+2019-02-15  Florian Weimer  <fweimer@redhat.com>
+
+       Add missing header wrappers under include/.
+       * include/ar.h: New file.
+       * include/bits/mqueue2.h: Likewise.
+       * include/bits/stdio.h: Likewise.
+       * include/bits/stdio2.h: Likewise.
+       * include/fstab.h: Likewise.
+       * include/fts.h: Likewise.
+       * include/lastlog.h: Likewise.
+       * include/netinet/icmp6.h: Likewise.
+       * include/netinet/igmp.h: Likewise.
+       * include/netinet/ip6.h: Likewise.
+       * include/re_comp.h: Likewise.
+       * include/regexp.h: Likewise.
+       * include/rpcsvc/bootparam.h: Likewise.
+       * include/rpcsvc/yp_prot.h: Likewise.
+       * include/sys/random.h: Likewise.
+       * include/sys/stropts.h: Likewise.
+       * include/sys/ttychars.h: Likewise.
+       * include/sys/vfs.h: Likewise.
+       * include/wait.h: Likewise.
+
+2019-02-15  Florian Weimer  <fweimer@redhat.com>
+
+       * nptl_db/proc_service.h: Move to ...
+       * sysdeps/nptl/proc_service.h: ... here.
+       * nptl_db/thread_db.h: Move to ...
+       * sysdeps/nptl/thread_db.h: ... here.
+       * nptl/descr.h: Include <thread_db.h>.
+
+2019-02-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+       * io/Makefile (tests): Add tst-lockf.
+       * io/lockf.c (lockf): Use __fcntl and only define for
+       !__OFF_T_MATCHES_OFF64_T.
+       * io/lockf64.c (__lockf64): Call __fcntl64 and alias to lockf for
+       __OFF_T_MATCHES_OFF64_T case.
+       * io/tst-lockf.c: New file.
+       * sysdeps/unix/sysv/linux/i386/lockf64.c: Remove file.
+       * sysdeps/unix/sysv/linux/arm/lockf64.c: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/lockf64.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/lockf64.c: Likewise.
+       * sysdeps/unix/sysv/linux/sh/lockf64.c: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c: Likewise.
+
+2019-02-15  Florian Weimer  <fweimer@redhat.com>
+
+       [BZ #24211]
+       * nptl/pthread_join_common.c (__pthread_timedjoin_ex): Do not read
+       pd->result after the thread descriptor has been freed.
+
+2019-02-15  Joseph Myers  <joseph@codesourcery.com>
+
+       * sunrpc/tst-svc_register.c (rpcbind_address): Remove qualifier
+       from function return type.
+
+       * setjmp/tst-setjmp.c (jump): Use __attribute__ ((__noreturn__)).
+
 2019-02-14  Jan Kratochvil <jan.kratochvil@redhat.com>
 
        * scripts/test_printers_common.py: Set TERM to a known harmless