This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/more-obsolete-typedefs in repository glibc.
discards 751991c2c9 Define register_t using bits/typesizes.h macros. discards b2479f3dec Don’t define u_intN_t or register_t unless __USE_MISC. omits bc79e06197 Use a proper C tokenizer to implement the obsolete typedefs test. adds b0b50fe005 nss: tst-nss-files-hosts-long: Add host.conf [BZ #21915] adds 34a5a1460e Break some lines before not after operators. adds a04549c194 Break more lines before not after operators. adds e0cb7b6131 Add and move fall-through comments in system-specific code. adds aa0e46636a Break further lines before not after operators. adds 7b3fb62051 wcsmbs: optimize wcpcpy adds 39ef074419 wcsmbs: optimize wcpncpy adds 81a1443941 wcsmbs: optimize wcscat adds 4d8015639a wcsmbs: optimize wcscpy adds ddf21ec79f wcsmbs: optimize wcsncat adds 30a7e2081c wcsmbs: optimize wcsncpy adds 457208b1e9 wcsmbs: optimize wcsnlen adds c4f50205e1 Add some spaces before '('. adds f627dd4da8 Fix -Wempty-body warnings in Hurd-specific code. adds 1b21841775 hurd: Add renameat2 support for RENAME_NOREPLACE adds 6bd4d02ee9 powerpc: Fix linknamespace introduced by 4d8015639a75 adds 92ad88fe72 elf/Makefile: Run IFUNC tests if binutils supports IFUNC adds cc3e573ce3 elf: Add tests with a local IFUNC resolver [BZ #23937] adds 462e83a4a0 Add more spaces before '('. adds 36f30c104f __netlink_assert_response: Add more __libc_fatal newlines [B [...] adds 928b305d3f S390: Fix introduction of __wcscpy and weak wcscpy symbols. adds c259196b50 elf/tst-big-note: Improve accuracy of test [BZ #20419] adds 6e1f6440b9 ldbl-opt: Add argp_error and argp_failure (bug 23983) adds ea2d89d01c ldbl-opt: Reuse argp tests that print long double adds 90188e7d1a ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, an [...] adds d11086a939 ldbl-opt: Add error and error_at_line (bug 23984) adds f0eaf86276 ldbl-opt: Reuse test cases from misc/ that check long double adds 31effacee2 ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162] adds ce6ddae036 S390: Increase function alignment to 16 bytes. adds de71ee7b3c elf: Remove remnants of MAP_ANON emulation adds 590675c079 powerpc: Fix build of wcscpy with --disable-multi-arch adds 0ddb7ea842 nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support adds ae51497134 Fix location where math-vector-fortran.h is installed. adds 27a2f2f34c check-wrapper-headers test: Adjust Fortran include file directory adds c5f65462a2 Break lines before not after operators, batch 4. adds 86bdd49d93 Bug 24307: Update to Unicode 12.0.0 adds 6229c9bff7 C-SKY: fix sigcontext miss match adds 827e30f3a3 C-SKY: remove user_regs definition adds c4e5f34bf0 C-SKY: mark lr as undefined to stop unwinding adds 5fbcd76351 C-SKY: add elf header definition for elfutils adds 08504de718 resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047] adds 38b52865d4 elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h> adds 7c6513082b Fix output of LD_SHOW_AUXV=1. adds 711a322a23 Use a proper C tokenizer to implement the obsolete typedefs test. adds 29218b265f Move inttypes.h and stdint.h to stdlib. new c4568cd5ec Move most headers installed by top-level Makefile to misc/. new 5eb8ec1f3d Define register_t using bits/typesizes.h macros. new 0b70bc8507 sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC. new 4f6d9edcc4 Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs. new ffab0bc8e5 Simplify definition of __time64_t. new 73240dfe1a Clean up bits/types.h. new c5ea1d7116 Create bits/types headers for most remaining __T_defined macros. new 7821c0b4e7 Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (751991c2c9) \ N -- N -- N refs/heads/zack/more-obsolete-typedefs (7821c0b4e7)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 703 ++++++ Makefile | 38 +- NEWS | 4 + argp/Makefile | 2 +- argp/argp.h | 4 + .../wcscpy-ppc32.c => argp/bits/argp-ldbl.h | 14 +- benchtests/bench-memmem.c | 8 +- benchtests/bench-skeleton.c | 6 +- benchtests/bench-strcpy.c | 7 +- benchtests/bench-string.h | 2 +- benchtests/bench-strlen.c | 10 +- bits/socket.h | 8 +- bits/time64.h | 2 +- bits/typesizes.h | 15 +- catgets/gencat.c | 2 +- configure | 2 + configure.ac | 1 + crypt/md5.c | 4 +- crypt/sha256.c | 4 +- crypt/sha512.c | 4 +- dirent/dirent.h | 18 +- elf/Makefile | 23 +- elf/cache.c | 10 +- elf/dl-load.c | 31 +- elf/dl-map-segments.h | 15 +- elf/dl-minimal.c | 2 +- elf/dl-reloc.c | 4 +- elf/dl-sysdep.c | 11 +- elf/elf.h | 18 +- elf/get-dynamic-info.h | 4 +- elf/ifuncmain9.c | 107 + elf/ifuncmain9pic.c | 1 + elf/ifuncmain9picstatic.c | 1 + elf/ifuncmain9pie.c | 1 + elf/ifuncmain9static.c | 1 + elf/readelflib.c | 8 +- elf/rtld.c | 4 +- elf/sprof.c | 4 +- elf/tst-big-note-lib.S | 10 +- grp/grp.h | 6 +- gshadow/fgetsgent_r.c | 6 +- htl/pt-getattr.c | 6 +- hurd/Makefile | 2 +- hurd/ctty-input.c | 4 +- hurd/ctty-output.c | 4 +- hurd/dtable.c | 28 +- hurd/fd-read.c | 2 +- hurd/fd-write.c | 2 +- hurd/getdport.c | 4 +- hurd/hurd/fd.h | 6 +- hurd/hurd/signal.h | 4 +- hurd/hurd/sigpreempt.h | 4 +- hurd/hurdfault.c | 4 +- hurd/hurdinit.c | 18 +- hurd/hurdioctl.c | 12 +- hurd/hurdkill.c | 4 +- hurd/hurdlookup.c | 4 +- hurd/hurdselect.c | 24 +- hurd/hurdsig.c | 36 +- hurd/hurdstartup.c | 6 +- hurd/intr-msg.c | 8 +- hurd/lookup-at.c | 12 +- hurd/lookup-retry.c | 20 +- hurd/msgportdemux.c | 4 +- hurd/port2fd.c | 5 +- hurd/setauth.c | 28 +- iconv/gconv_dl.c | 6 +- iconvdata/bug-iconv8.c | 4 +- include/argp.h | 11 + include/bits/argp-ldbl.h | 1 + include/bits/err-ldbl.h | 1 + include/bits/error-ldbl.h | 1 + include/bits/types/blkcnt64_t.h | 1 + include/bits/types/blkcnt_t.h | 1 + include/bits/types/blksize_t.h | 1 + include/bits/types/caddr_t.h | 1 + include/bits/types/daddr_t.h | 1 + include/bits/types/dev_t.h | 1 + include/bits/types/fsblkcnt64_t.h | 1 + include/bits/types/fsblkcnt_t.h | 1 + include/bits/types/fsfilcnt64_t.h | 1 + include/bits/types/fsfilcnt_t.h | 1 + include/bits/types/fsid_t.h | 1 + include/bits/types/gid_t.h | 1 + include/bits/types/id_t.h | 1 + include/bits/types/ino64_t.h | 1 + include/bits/types/ino_t.h | 1 + include/bits/types/intptr_t.h | 1 + include/bits/types/key_t.h | 1 + include/bits/types/loff_t.h | 1 + include/bits/types/mode_t.h | 1 + include/bits/types/nlink_t.h | 1 + include/bits/types/off64_t.h | 1 + include/bits/types/off_t.h | 1 + include/bits/types/pid_t.h | 1 + include/bits/types/register_t.h | 1 + include/bits/types/socklen_t.h | 1 + include/bits/types/ssize_t.h | 1 + include/bits/types/suseconds_t.h | 1 + include/bits/types/u_int.h | 1 + include/bits/types/u_intN_t.h | 1 + include/bits/types/uid_t.h | 1 + include/bits/types/uint.h | 1 + include/bits/types/useconds_t.h | 1 + include/bits/xopen_lim.h | 149 +- include/err.h | 9 + include/error.h | 14 + include/features.h | 478 +--- include/gnu-versions.h | 53 +- include/gnu/libc-version.h | 35 +- include/inttypes.h | 2 +- include/limits.h | 193 +- include/stdc-predef.h | 61 +- include/stdint.h | 1 + include/stdio.h | 2 + include/values.h | 69 +- include/wchar.h | 4 + inet/arpa/inet.h | 7 +- inet/netinet/in.h | 8 +- intl/loadmsgcat.c | 7 +- io/fcntl.h | 27 +- io/sys/stat.h | 66 +- io/sys/statvfs.h | 21 +- libio/libioP.h | 14 +- libio/stdio.h | 19 +- libio/wstrops.c | 4 +- locale/loadlocale.c | 11 +- locale/programs/ld-ctype.c | 22 +- locale/setlocale.c | 12 +- localedata/charmaps/UTF-8 | 590 ++++- localedata/locales/i18n_ctype | 2358 ++++++++++---------- localedata/locales/ja_JP | 2 +- localedata/locales/tr_TR | 2352 +++++++++---------- localedata/locales/translit_circle | 2 +- localedata/locales/translit_cjk_compat | 2 +- localedata/locales/translit_combining | 54 +- localedata/locales/translit_compat | 4 +- localedata/locales/translit_font | 2 +- localedata/locales/translit_fraction | 2 +- localedata/tests-mbwc/tst_swscanf.c | 10 +- localedata/unicode-gen/DerivedCoreProperties.txt | 506 +++-- localedata/unicode-gen/EastAsianWidth.txt | 114 +- localedata/unicode-gen/Makefile | 2 +- localedata/unicode-gen/PropList.txt | 77 +- localedata/unicode-gen/UnicodeData.txt | 564 ++++- .../unicode-gen/ctype_compatibility_test_cases.py | 5 +- login/tst-utmp.c | 8 +- mach/lowlevellock.h | 8 +- malloc/memusagestat.c | 4 +- math/Makefile | 2 +- {bits => math/finclude}/math-vector-fortran.h | 0 math/test-fenv.c | 4 +- math/test-fenvinline.c | 4 +- math/test-tgmath-ret.c | 2 +- misc/Makefile | 30 +- .../wcscpy-ppc32.c => misc/bits/err-ldbl.h | 20 +- .../wcscpy-ppc32.c => misc/bits/error-ldbl.h | 14 +- {include => misc}/bits/xopen_lim.h | 0 misc/err.h | 4 + misc/error.h | 12 +- {include => misc}/features.h | 8 +- misc/fstab.c | 12 +- {include => misc}/gnu-versions.h | 0 {include => misc}/gnu/libc-version.h | 0 {include => misc}/limits.h | 0 {include => misc}/stdc-predef.h | 0 misc/sys/cdefs.h | 4 +- misc/sys/mman.h | 16 +- misc/sys/select.h | 7 +- misc/tst-ldbl-error.c | 25 +- misc/tst-ldbl-warn.c | 20 +- misc/ustat.c | 8 +- {include => misc}/values.h | 0 nis/nis_add.c | 4 +- nis/nis_call.c | 16 +- nis/nis_callback.c | 16 +- nis/nis_checkpoint.c | 4 +- nis/nis_defaults.c | 16 +- nis/nis_findserv.c | 16 +- nis/nis_intern.h | 12 +- nis/nis_ismember.c | 4 +- nis/nis_local_names.c | 4 +- nis/nis_lookup.c | 4 +- nis/nis_mkdir.c | 8 +- nis/nis_modify.c | 4 +- nis/nis_ping.c | 4 +- nis/nis_remove.c | 4 +- nis/nis_rmdir.c | 4 +- nis/nis_server.c | 8 +- nis/nis_table.c | 28 +- nis/nis_util.c | 4 +- nis/nss_nis/nis-rpc.c | 6 +- nis/nss_nisplus/nisplus-grp.c | 8 +- nis/nss_nisplus/nisplus-netgrp.c | 18 +- nis/nss_nisplus/nisplus-pwd.c | 8 +- nis/rpcsvc/nis_callback.h | 2 +- nis/rpcsvc/yp.h | 6 +- nis/ypclnt.c | 66 +- nptl/nptl-init.c | 29 - nptl/pthread_mutex_timedlock.c | 27 - nptl/pthread_mutex_unlock.c | 5 +- nptl/tst-audit-threads.c | 2 +- nptl/tst-cancel4-common.h | 4 +- nscd/hstcache.c | 6 +- nscd/initgrcache.c | 4 +- nss/nss_compat/compat-grp.c | 22 +- nss/nss_compat/compat-initgroups.c | 10 +- nss/nss_compat/compat-pwd.c | 46 +- nss/nss_compat/compat-spwd.c | 18 +- nss/nss_test1.c | 2 +- nss/test-netdb.c | 2 +- nss/tst-nss-files-hosts-long.root/etc/host.conf | 1 + posix/Makefile | 37 +- posix/bits/types.h | 209 +- posix/bits/types/blkcnt64_t.h | 9 + posix/bits/types/blkcnt_t.h | 13 + posix/bits/types/blksize_t.h | 9 + posix/bits/types/caddr_t.h | 9 + posix/bits/types/daddr_t.h | 9 + posix/bits/types/dev_t.h | 10 + posix/bits/types/fsblkcnt64_t.h | 9 + posix/bits/types/fsblkcnt_t.h | 13 + posix/bits/types/fsfilcnt64_t.h | 9 + posix/bits/types/fsfilcnt_t.h | 13 + posix/bits/types/fsid_t.h | 9 + posix/bits/types/gid_t.h | 9 + posix/bits/types/id_t.h | 10 + posix/bits/types/ino64_t.h | 9 + posix/bits/types/ino_t.h | 13 + posix/bits/types/intptr_t.h | 10 + posix/bits/types/key_t.h | 9 + posix/bits/types/loff_t.h | 9 + posix/bits/types/mode_t.h | 9 + posix/bits/types/nlink_t.h | 9 + posix/bits/types/off64_t.h | 9 + posix/bits/types/off_t.h | 13 + posix/bits/types/pid_t.h | 9 + posix/bits/types/register_t.h | 9 + posix/bits/types/socklen_t.h | 9 + posix/bits/types/ssize_t.h | 9 + posix/bits/types/suseconds_t.h | 9 + posix/bits/types/u_int.h | 15 + posix/bits/types/u_intN_t.h | 17 + posix/bits/types/uid_t.h | 9 + posix/bits/types/uint.h | 10 + posix/bits/types/useconds_t.h | 9 + posix/execvpe.c | 2 +- posix/glob.h | 14 +- posix/regcomp.c | 20 +- posix/regexec.c | 14 +- posix/sched.h | 6 +- posix/sys/types.h | 212 +- posix/sys/wait.h | 11 +- posix/tst-spawn3.c | 4 +- posix/unistd.h | 54 +- posix/wordexp-test.c | 12 +- posix/wordexp.c | 8 +- posix/wordexp.h | 4 +- pwd/fgetpwent_r.c | 4 +- pwd/pwd.h | 11 +- resolv/Makefile | 2 +- .../renameat2.c => resolv/res_enable_icmp.c | 25 +- resolv/res_send.c | 12 + resolv/resolv-internal.h | 6 + resource/sys/resource.h | 6 +- resource/vtimes.c | 4 +- scripts/check-installed-headers.sh | 4 + scripts/check-obsolete-constructs.py | 399 ++-- scripts/check-wrapper-headers.py | 4 + setjmp/sigjmp.c | 6 +- shadow/fgetspent_r.c | 4 +- signal/signal.h | 12 +- stdio-common/printf_fp.c | 20 +- stdio-common/renameat2.c | 4 +- stdio-common/tst-fileno.c | 6 +- stdio-common/tst-fmemopen4.c | 6 +- stdio-common/tst-printf.c | 2 +- stdio-common/vfprintf-internal.c | 4 +- stdio-common/vfscanf-internal.c | 48 +- stdlib/fmtmsg.c | 2 +- {sysdeps/generic => stdlib}/inttypes.h | 15 +- stdlib/monetary.h | 7 +- stdlib/qsort.c | 2 +- {sysdeps/generic => stdlib}/stdint.h | 16 +- stdlib/stdlib.h | 6 +- stdlib/strfmon_l.c | 16 +- stdlib/strtod_l.c | 25 +- stdlib/test-canon.c | 4 +- stdlib/tst-strfrom.h | 8 +- stdlib/tst-swapcontext1.c | 4 +- streams/stropts.h | 12 +- string/memcmp.c | 2 +- string/strchr.c | 6 +- string/strchrnul.c | 6 +- string/strcspn.c | 4 +- string/test-memmem.c | 8 +- string/test-strcpy.c | 8 +- string/test-strlen.c | 12 +- string/test-strrchr.c | 4 +- string/tester.c | 12 +- sunrpc/auth_des.c | 2 +- sunrpc/auth_unix.c | 4 +- sunrpc/authdes_prot.c | 10 +- sunrpc/authuxprot.c | 2 +- sunrpc/clnt_raw.c | 12 +- sunrpc/clnt_tcp.c | 28 +- sunrpc/clnt_udp.c | 22 +- sunrpc/clnt_unix.c | 26 +- sunrpc/key_call.c | 2 +- sunrpc/pm_getmaps.c | 2 +- sunrpc/pm_getport.c | 4 +- sunrpc/pmap_clnt.c | 4 +- sunrpc/pmap_prot2.c | 2 +- sunrpc/pmap_rmt.c | 16 +- sunrpc/proto.h | 2 +- sunrpc/rpc/auth.h | 4 +- sunrpc/rpc/clnt.h | 16 +- sunrpc/rpc/pmap_clnt.h | 12 +- sunrpc/rpc/pmap_rmt.h | 4 +- sunrpc/rpc/rpc_msg.h | 2 +- sunrpc/rpc/svc.h | 14 +- sunrpc/rpc/types.h | 44 +- sunrpc/rpc/xdr.h | 22 +- sunrpc/rpc_clntout.c | 8 +- sunrpc/rpc_cmsg.c | 12 +- sunrpc/rpc_hout.c | 2 +- sunrpc/rpc_prot.c | 4 +- sunrpc/rpc_sample.c | 4 +- sunrpc/rpc_svcout.c | 6 +- sunrpc/svc.c | 2 +- sunrpc/svc_authux.c | 2 +- sunrpc/svc_raw.c | 8 +- sunrpc/svc_tcp.c | 24 +- sunrpc/svc_udp.c | 14 +- sunrpc/svc_unix.c | 28 +- sunrpc/xdr.c | 4 +- sunrpc/xdr_array.c | 4 +- sunrpc/xdr_mem.c | 12 +- sunrpc/xdr_rec.c | 46 +- sunrpc/xdr_ref.c | 6 +- sunrpc/xdr_sizeof.c | 8 +- sunrpc/xdr_stdio.c | 14 +- support/xunistd.h | 4 +- sysdeps/aarch64/fpu/fpu_control.h | 6 +- sysdeps/aarch64/sfp-machine.h | 4 +- sysdeps/arm/sysdep.h | 4 +- sysdeps/csky/abiv2/start.S | 4 + sysdeps/csky/dl-machine.h | 4 +- sysdeps/generic/ldsodefs.h | 4 - sysdeps/generic/memcopy.h | 6 +- sysdeps/generic/symbol-hacks.h | 4 +- sysdeps/generic/unwind-dw2.c | 2 +- sysdeps/generic/unwind-pe.h | 4 +- sysdeps/gnu/net/if.h | 4 +- sysdeps/gnu/netinet/ip_icmp.h | 10 +- sysdeps/gnu/sys/mtio.h | 4 +- sysdeps/gnu/updwtmp.c | 14 +- sysdeps/gnu/utmp_file.c | 14 +- sysdeps/gnu/utmpx.h | 5 +- sysdeps/hppa/dl-machine.h | 2 +- sysdeps/hppa/fpu/feupdateenv.c | 2 +- sysdeps/hppa/jmpbuf-unwind.h | 4 +- sysdeps/i386/dl-machine.h | 1 + sysdeps/ia64/fpu/sfp-machine.h | 2 +- sysdeps/ieee754/ldbl-opt/Makefile | 26 + sysdeps/ieee754/ldbl-opt/Versions | 6 + sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 104 + sysdeps/ieee754/ldbl-opt/nldbl-compat.h | 15 + sysdeps/m68k/m680x0/fpu/s_cexp_template.c | 1 + sysdeps/m68k/memcopy.h | 16 + sysdeps/m68k/wcpcpy.c | 36 - sysdeps/mach/hurd/bits/errno.h | 1 + sysdeps/mach/hurd/bits/socket.h | 8 +- sysdeps/mach/hurd/bits/stat.h | 4 +- sysdeps/mach/hurd/bits/typesizes.h | 15 +- sysdeps/mach/hurd/dl-sysdep.c | 8 +- sysdeps/mach/hurd/fork.c | 72 +- sysdeps/mach/hurd/getcwd.c | 10 +- sysdeps/mach/hurd/htl/pt-mutex-consistent.c | 10 +- sysdeps/mach/hurd/htl/pt-mutex-init.c | 12 +- sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c | 4 +- sysdeps/mach/hurd/htl/pt-mutex-unlock.c | 8 +- sysdeps/mach/hurd/htl/pt-mutex.h | 10 +- sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c | 4 +- sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c | 7 +- sysdeps/mach/hurd/i386/init-first.c | 4 +- sysdeps/mach/hurd/i386/trampoline.c | 8 +- sysdeps/mach/hurd/ioctl.c | 40 +- sysdeps/mach/hurd/jmp-unwind.c | 4 +- sysdeps/mach/hurd/kill.c | 8 +- sysdeps/mach/hurd/mig-reply.c | 6 +- sysdeps/mach/hurd/mmap.c | 4 +- sysdeps/mach/hurd/ptrace.c | 8 +- sysdeps/mach/hurd/renameat.c | 21 +- sysdeps/mach/hurd/{renameat.c => renameat2.c} | 15 +- sysdeps/mach/hurd/setitimer.c | 12 +- sysdeps/mach/hurd/sigaction.c | 12 +- sysdeps/mach/hurd/sigaltstack.c | 5 +- sysdeps/mach/hurd/spawni.c | 6 +- sysdeps/mach/pagecopy.h | 12 +- sysdeps/mach/thread_state.h | 4 +- sysdeps/microblaze/dl-machine.h | 14 +- sysdeps/mips/dl-machine.h | 2 +- sysdeps/mips/dl-trampoline.c | 2 +- sysdeps/mips/mips32/sfp-machine.h | 4 +- sysdeps/mips/mips64/sfp-machine.h | 4 +- sysdeps/mips/sys/asm.h | 16 +- sysdeps/nptl/lowlevellock-futex.h | 3 +- sysdeps/posix/rename.c | 4 +- sysdeps/posix/spawni.c | 2 +- sysdeps/powerpc/dl-procinfo.h | 2 +- sysdeps/powerpc/fpu/tst-setcontext-fpscr.c | 2 +- sysdeps/powerpc/novmx-sigjmp.c | 6 +- sysdeps/powerpc/powerpc32/dl-machine.c | 4 +- .../powerpc32/power4/multiarch/wcscpy-ppc32.c | 9 +- .../powerpc/powerpc32/power4/multiarch/wcscpy.c | 24 +- sysdeps/powerpc/powerpc32/register-dump.h | 8 +- sysdeps/powerpc/powerpc64/dl-machine.h | 2 + sysdeps/powerpc/powerpc64/le/fpu/sfp-machine.h | 2 +- sysdeps/powerpc/powerpc64/multiarch/wcscpy.c | 25 +- sysdeps/powerpc/powerpc64/power6/wcscpy.c | 3 + sysdeps/powerpc/powerpc64/register-dump.h | 8 +- .../powerpc/powerpc64/tst-ucontext-ppc64-vscr.c | 6 +- sysdeps/powerpc/sigjmp.c | 6 +- sysdeps/powerpc/test-arith.c | 26 +- sysdeps/s390/fpu/fenv_libc.h | 4 +- sysdeps/s390/iso-8859-1_cp037_z900.c | 7 + sysdeps/s390/s390-32/sysdep.h | 2 +- sysdeps/s390/s390-64/sysdep.h | 2 +- sysdeps/s390/utf8-utf16-z9.c | 4 +- sysdeps/s390/wcscpy-vx.S | 6 +- sysdeps/s390/wcscpy.c | 4 +- sysdeps/sparc/dl-procinfo.h | 4 +- sysdeps/sparc/sparc64/dl-machine.h | 44 +- sysdeps/unix/alpha/sysdep.h | 2 +- sysdeps/unix/grantpt.c | 4 +- sysdeps/unix/sysv/linux/a.out.h | 4 +- sysdeps/unix/sysv/linux/aarch64/bits/procfs.h | 2 +- sysdeps/unix/sysv/linux/aarch64/sysdep.h | 6 +- sysdeps/unix/sysv/linux/alpha/a.out.h | 10 +- sysdeps/unix/sysv/linux/alpha/bits/typesizes.h | 1 - sysdeps/unix/sysv/linux/alpha/ioperm.c | 13 +- sysdeps/unix/sysv/linux/alpha/libc.abilist | 12 + sysdeps/unix/sysv/linux/arm/bits/procfs.h | 2 +- sysdeps/unix/sysv/linux/arm/dl-procinfo.h | 2 +- sysdeps/unix/sysv/linux/arm/ioperm.c | 2 +- sysdeps/unix/sysv/linux/bits/socket.h | 7 +- sysdeps/unix/sysv/linux/bits/timex.h | 4 +- sysdeps/unix/sysv/linux/csky/abiv2/clone.S | 7 +- sysdeps/unix/sysv/linux/csky/abiv2/setcontext.S | 2 + sysdeps/unix/sysv/linux/csky/bits/procfs.h | 17 +- sysdeps/unix/sysv/linux/csky/register-dump.h | 127 +- sysdeps/unix/sysv/linux/csky/sys/ucontext.h | 1 - sysdeps/unix/sysv/linux/csky/sys/user.h | 41 +- sysdeps/unix/sysv/linux/csky/sysdep.h | 4 +- sysdeps/unix/sysv/linux/generic/____longjmp_chk.c | 4 +- sysdeps/unix/sysv/linux/generic/bits/typesizes.h | 15 +- sysdeps/unix/sysv/linux/generic/futimesat.c | 4 +- .../unix/sysv/linux/generic/wordsize-32/overflow.h | 18 +- sysdeps/unix/sysv/linux/hppa/makecontext.c | 14 +- sysdeps/unix/sysv/linux/i386/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/i386/lowlevellock.S | 100 - sysdeps/unix/sysv/linux/kernel-features.h | 3 - sysdeps/unix/sysv/linux/lseek.c | 4 +- sysdeps/unix/sysv/linux/lseek64.c | 2 +- sysdeps/unix/sysv/linux/m68k/bits/procfs.h | 2 +- .../sysv/linux/{generic => mips}/bits/typesizes.h | 27 +- sysdeps/unix/sysv/linux/netlink_assert_response.c | 4 +- sysdeps/unix/sysv/linux/nios2/bits/procfs.h | 2 +- .../sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 12 + .../linux/powerpc/powerpc32/nofpu/libc.abilist | 12 + .../sysv/linux/powerpc/powerpc64/be/libc.abilist | 12 + .../sysv/linux/powerpc/powerpc64/le/libc.abilist | 12 + sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h | 2 +- sysdeps/unix/sysv/linux/renameat2.c | 4 +- sysdeps/unix/sysv/linux/s390/bits/typesizes.h | 15 +- sysdeps/unix/sysv/linux/s390/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist | 12 + sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h | 6 +- sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 12 + sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h | 6 +- sysdeps/unix/sysv/linux/sparc/bits/typesizes.h | 15 +- sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 12 + .../unix/sysv/linux/sparc/sparc64/get_clockfreq.c | 4 +- sysdeps/unix/sysv/linux/spawni.c | 2 +- sysdeps/unix/sysv/linux/splice.c | 2 +- sysdeps/unix/sysv/linux/sys/quota.h | 4 +- sysdeps/unix/sysv/linux/test-errno-linux.c | 2 +- sysdeps/unix/sysv/linux/tst-personality.c | 10 +- sysdeps/unix/sysv/linux/tst-ttyname.c | 20 +- sysdeps/unix/sysv/linux/updwtmp.c | 24 +- sysdeps/unix/sysv/linux/ustat.c | 9 +- sysdeps/unix/sysv/linux/utmp_file.c | 24 +- sysdeps/unix/sysv/linux/x86/bits/procfs.h | 2 +- sysdeps/unix/sysv/linux/x86/bits/sigcontext.h | 2 +- sysdeps/unix/sysv/linux/x86/bits/typesizes.h | 21 +- sysdeps/unix/sysv/linux/x86_64/lowlevellock.S | 115 - sysdeps/x86/cpu-features.c | 8 +- .../fpu/{bits => finclude}/math-vector-fortran.h | 0 sysdeps/x86/fpu/sfp-machine.h | 2 +- sysdeps/x86_64/multiarch/wcscpy-c.c | 4 +- sysdeps/x86_64/multiarch/wcscpy.c | 11 +- sysvipc/sys/ipc.h | 24 +- sysvipc/sys/msg.h | 12 +- sysvipc/sys/shm.h | 9 +- termios/tcsetattr.c | 6 +- termios/termios.h | 8 +- time/alt_digit.c | 4 +- time/asctime.c | 8 +- time/strptime_l.c | 10 +- time/sys/time.h | 12 +- time/test_time.c | 2 +- time/time.h | 5 +- time/tzfile.c | 6 +- wcsmbs/wcpcpy.c | 19 +- wcsmbs/wcpncpy.c | 57 +- wcsmbs/wcscat.c | 21 +- wcsmbs/wcscpy.c | 41 +- wcsmbs/wcsncat.c | 53 +- wcsmbs/wcsncpy.c | 60 +- wcsmbs/wcsnlen.c | 22 +- 521 files changed, 7712 insertions(+), 6652 deletions(-) copy sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c => argp/bits/argp-l [...] create mode 100644 elf/ifuncmain9.c create mode 100644 elf/ifuncmain9pic.c create mode 100644 elf/ifuncmain9picstatic.c create mode 100644 elf/ifuncmain9pie.c create mode 100644 elf/ifuncmain9static.c create mode 100644 include/bits/argp-ldbl.h create mode 100644 include/bits/err-ldbl.h create mode 100644 include/bits/error-ldbl.h create mode 100644 include/bits/types/blkcnt64_t.h create mode 100644 include/bits/types/blkcnt_t.h create mode 100644 include/bits/types/blksize_t.h create mode 100644 include/bits/types/caddr_t.h create mode 100644 include/bits/types/daddr_t.h create mode 100644 include/bits/types/dev_t.h create mode 100644 include/bits/types/fsblkcnt64_t.h create mode 100644 include/bits/types/fsblkcnt_t.h create mode 100644 include/bits/types/fsfilcnt64_t.h create mode 100644 include/bits/types/fsfilcnt_t.h create mode 100644 include/bits/types/fsid_t.h create mode 100644 include/bits/types/gid_t.h create mode 100644 include/bits/types/id_t.h create mode 100644 include/bits/types/ino64_t.h create mode 100644 include/bits/types/ino_t.h create mode 100644 include/bits/types/intptr_t.h create mode 100644 include/bits/types/key_t.h create mode 100644 include/bits/types/loff_t.h create mode 100644 include/bits/types/mode_t.h create mode 100644 include/bits/types/nlink_t.h create mode 100644 include/bits/types/off64_t.h create mode 100644 include/bits/types/off_t.h create mode 100644 include/bits/types/pid_t.h create mode 100644 include/bits/types/register_t.h create mode 100644 include/bits/types/socklen_t.h create mode 100644 include/bits/types/ssize_t.h create mode 100644 include/bits/types/suseconds_t.h create mode 100644 include/bits/types/u_int.h create mode 100644 include/bits/types/u_intN_t.h create mode 100644 include/bits/types/uid_t.h create mode 100644 include/bits/types/uint.h create mode 100644 include/bits/types/useconds_t.h create mode 100644 include/stdint.h rename {bits => math/finclude}/math-vector-fortran.h (100%) copy sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c => misc/bits/err-ld [...] copy sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c => misc/bits/error- [...] copy {include => misc}/bits/xopen_lim.h (100%) copy {include => misc}/features.h (98%) copy {include => misc}/gnu-versions.h (100%) copy {include => misc}/gnu/libc-version.h (100%) copy {include => misc}/limits.h (100%) copy {include => misc}/stdc-predef.h (100%) copy {include => misc}/values.h (100%) create mode 100644 nss/tst-nss-files-hosts-long.root/etc/host.conf create mode 100644 posix/bits/types/blkcnt64_t.h create mode 100644 posix/bits/types/blkcnt_t.h create mode 100644 posix/bits/types/blksize_t.h create mode 100644 posix/bits/types/caddr_t.h create mode 100644 posix/bits/types/daddr_t.h create mode 100644 posix/bits/types/dev_t.h create mode 100644 posix/bits/types/fsblkcnt64_t.h create mode 100644 posix/bits/types/fsblkcnt_t.h create mode 100644 posix/bits/types/fsfilcnt64_t.h create mode 100644 posix/bits/types/fsfilcnt_t.h create mode 100644 posix/bits/types/fsid_t.h create mode 100644 posix/bits/types/gid_t.h create mode 100644 posix/bits/types/id_t.h create mode 100644 posix/bits/types/ino64_t.h create mode 100644 posix/bits/types/ino_t.h create mode 100644 posix/bits/types/intptr_t.h create mode 100644 posix/bits/types/key_t.h create mode 100644 posix/bits/types/loff_t.h create mode 100644 posix/bits/types/mode_t.h create mode 100644 posix/bits/types/nlink_t.h create mode 100644 posix/bits/types/off64_t.h create mode 100644 posix/bits/types/off_t.h create mode 100644 posix/bits/types/pid_t.h create mode 100644 posix/bits/types/register_t.h create mode 100644 posix/bits/types/socklen_t.h create mode 100644 posix/bits/types/ssize_t.h create mode 100644 posix/bits/types/suseconds_t.h create mode 100644 posix/bits/types/u_int.h create mode 100644 posix/bits/types/u_intN_t.h create mode 100644 posix/bits/types/uid_t.h create mode 100644 posix/bits/types/uint.h create mode 100644 posix/bits/types/useconds_t.h copy stdio-common/renameat2.c => resolv/res_enable_icmp.c (61%) rename {sysdeps/generic => stdlib}/inttypes.h (98%) rename {sysdeps/generic => stdlib}/stdint.h (96%) delete mode 100644 sysdeps/m68k/wcpcpy.c copy sysdeps/mach/hurd/{renameat.c => renameat2.c} (80%) copy sysdeps/unix/sysv/linux/{generic => mips}/bits/typesizes.h (83%) rename sysdeps/x86/fpu/{bits => finclude}/math-vector-fortran.h (100%)