This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch siddhesh/changelog-begone in repository glibc.
discards 813c5a0463 Add missing operation types for git-diff-format discards b969f5402a Another big update on a plane discards 7c22122c25 Speed up things slightly by initializing the regex compilati [...] discards aa0fa4e482 The ChangeLog output! discards 0965b17209 Make assignment regex stronger and tigthen file extension check discards ee3781d345 Remove quadratic behaviour of the ARGLIST regex discards 0c74e092f7 Functional script discards e44faadb53 add script file adds 72b8692d7e Y2038: make __tz_convert compatible with 64-bit-time adds 349718d4d7 Add __vfscanf_internal and __vfwscanf_internal with flags ar [...] adds b87eb3f8fe Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD. adds d91798b31a Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl. adds 698fb75b9f Add __v*printf_internal with flags arguments adds 124fc732c1 Add __vsyslog_internal, with same flags as __v*printf_internal. adds 4e2f43f842 Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319) adds 35caceb145 Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl. adds f255336a93 support: Implement <support/descriptors.h> to track file des [...] adds 899478c2bf inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ [...] adds c37cd4398a Update miscellaneous files from upstream sources. adds 3a3fb75572 posix: New function posix_spawn_file_actions_addfchdir_np [B [...] adds 7c857b6f0d hurd: Implement support for posix_spawn_file_actions_addfchdir_np adds a092ca9453 Add getcpu adds 45f33aac78 hurd: Fix linknamespace of spawni adds 10446f5d9f Prepare vfscanf to use __strtof128_internal adds 37caec3a11 Don't use __typeof__ (getcpu) adds 7c9a7c6836 malloc: Add another test for tcache double free check. adds b93f4052fc Fix potential stack overflow [BZ #23490] adds 0afcb29d50 Update timezone code from tzcode 2018g. adds 80472e2fba Move *-le.abilist to le/*.abilist adds 8d20a2f414 compat getdents64: Use correct offset for retry [BZ #23972] adds f9ba9eb821 Enable VDSO for static linking on mips adds a8110b727e Move tst-signal-numbers to Python. adds cb7be1590e Use gen-as-const.py to process .pysym files. adds 304c61a24f test-container: move postclean outside of namespace changes adds 505b5b2922 Fix powf overflow handling in non-nearest rounding mode [BZ #23961] adds c2c082c10f Remove support for abilist-pattern adds df682d1d74 Remove redirection of _IO_vfprintf adds 1a502f5260 Add *-ldbl.h headers to include/bits adds 1d880d4a9b powerpc: Add missing CFI register information (bug #23614) adds 46703efa02 timespec_get (posix): Fix copyright header adds 587426d499 benchtests: keep comparing even if function timings do not match adds 1990185f5f benchtests: include --stats parameter adds de099757b6 benchtests: send non-consumable data to stderr adds bf8ae8c09a Remove x86 mathinline.h hypot inline. adds 3d265911c2 Reindent nptl/pthread_rwlock_common.c adds f21e8f8ca4 Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861) adds ade8b817fe x86: Add Hygon Dhyana support. adds db6df070cf Do not clobber sp in _hurd_stack_setup. adds 268bb71e47 Add missing libnss_testX.so requirement for tst-nss-test3. adds bd51ff5ed0 Add tests for the long double version of ecvt and fcvt adds e361dc043d manual: Document thread/task IDs for Linux adds 033a2c0a20 Remove x86 mathinline.h asinh, acosh, atanh inlines. adds 0c1719e65b support: Do not require overflow builtin in support/blob_repeat.c adds 077caf61d8 regex: fix heap-use-after-free error adds ef202e530c regex: fix storage-exhaustion error adds 6bbfc5c09f Add statx conditionals for wordsize-32 *xstat.c adds df648905e7 Add test that MAP_* constants agree with kernel. adds 551e81d9e3 Do not clobber r12 for ia64 syscalls. adds 6e15f3e26b Y2038: add function __localtime64 new cc659aac50 add script file new 5e2de41f7f Functional script new 4af045e137 Remove quadratic behaviour of the ARGLIST regex new 26016efceb Make assignment regex stronger and tigthen file extension check new aac3aadfae The ChangeLog output! new d44598ca38 Speed up things slightly by initializing the regex compilati [...] new 3988cc28b8 Another big update on a plane new 44b5f663da Add missing operation types for git-diff-format new 3178402779 Make parsers pluggable new 5057981717 Identify void functions new 9c0b5995ed Add more type-specific detail to the output
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 (813c5a0463) \ N -- N -- N refs/heads/siddhesh/changelog-begone (9c0b5995ed)
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 11 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 | 801 ++++++ Makerules | 101 +- NEWS | 13 +- argp/argp-fmtstream.c | 3 +- argp/argp-help.c | 4 +- argp/argp-namefrob.h | 2 - benchtests/scripts/compare_bench.py | 34 +- debug/Makefile | 2 +- debug/asprintf_chk.c | 20 +- debug/dprintf_chk.c | 20 +- debug/fprintf_chk.c | 20 +- debug/fwprintf_chk.c | 20 +- debug/obprintf_chk.c | 96 +- debug/printf_chk.c | 20 +- debug/snprintf_chk.c | 24 +- debug/sprintf_chk.c | 25 +- debug/swprintf_chk.c | 27 +- debug/vasprintf_chk.c | 68 +- debug/vdprintf_chk.c | 37 +- debug/vfprintf_chk.c | 21 +- debug/vfwprintf_chk.c | 21 +- stdio-common/scanf.c => debug/vobprintf_chk.c | 25 +- debug/vprintf_chk.c | 20 +- debug/vsnprintf_chk.c | 46 +- debug/vsprintf_chk.c | 69 +- debug/vswprintf_chk.c | 51 +- debug/vwprintf_chk.c | 21 +- debug/wprintf_chk.c | 21 +- hurd/vpprintf.c | 2 +- include/bits/monetary-ldbl.h | 1 + include/bits/printf-ldbl.h | 1 + include/bits/stdio-ldbl.h | 1 + include/bits/stdlib-ldbl.h | 1 + include/bits/syslog-ldbl.h | 1 + include/bits/wchar-ldbl.h | 1 + include/sched.h | 4 + include/stdio.h | 8 - include/sys/syslog.h | 19 +- include/time.h | 16 +- include/unistd.h | 2 + include/wchar.h | 12 - inet/Makefile | 2 +- inet/tst-if_index-long.c | 61 + libio/fwprintf.c | 2 +- libio/iolibio.h | 8 - libio/iovdprintf.c | 13 +- libio/iovsprintf.c | 66 +- libio/iovsscanf.c | 12 +- libio/iovswscanf.c | 14 +- libio/libio.h | 9 - libio/libioP.h | 109 +- libio/obprintf.c | 19 +- libio/strfile.h | 33 +- libio/swprintf.c | 2 +- libio/swscanf.c | 10 +- libio/vasprintf.c | 20 +- libio/vscanf.c | 2 +- libio/vsnprintf.c | 16 +- libio/vswprintf.c | 16 +- libio/vwprintf.c | 2 +- libio/vwscanf.c | 2 +- libio/wprintf.c | 2 +- libio/wscanf.c | 2 +- malloc/Makefile | 2 +- malloc/tst-tcfree3.c | 56 + manual/README.pretty-printers | 2 +- manual/maint.texi | 125 + manual/process.texi | 60 +- manual/resource.texi | 21 + manual/signal.texi | 4 +- manual/texinfo.tex | 52 +- math/auto-libm-test-in | 2 + math/auto-libm-test-out-pow | 50 + misc/Makefile | 4 +- misc/syslog.c | 36 +- libio/wprintf.c => misc/tst-dbl-efgcvt.c | 35 +- misc/{tst-efgcvt.c => tst-efgcvt-template.c} | 72 +- debug/dprintf_chk.c => misc/tst-ldbl-efgcvt.c | 27 +- nptl/Makefile | 3 +- nptl/nptl-printers.py | 3 +- nptl/pthread_rwlock_common.c | 160 +- nptl/tst-rwlock-pwn.c | 87 + nss/Makefile | 2 +- posix/Makefile | 2 +- posix/Versions | 1 + posix/confstr.c | 4 +- posix/regexec.c | 3 + posix/spawn.h | 6 + ...faction_destroy.c => spawn_faction_addfchdir.c} | 49 +- posix/spawn_faction_destroy.c | 1 + posix/spawn_int.h | 5 + posix/tst-spawn-chdir.c | 214 +- scripts/config.guess | 5 +- scripts/config.sub | 5 +- scripts/gen-as-const.py | 69 +- scripts/gen-changed-entities.py | 77 +- scripts/gen-py-const.awk | 118 - scripts/glibcextract.py | 175 ++ scripts/install-sh | 27 +- scripts/mkinstalldirs | 4 +- scripts/move-if-change | 4 +- stdio-common/Makefile | 10 +- stdio-common/Versions | 3 + stdio-common/asprintf.c | 6 +- stdio-common/dprintf.c | 5 +- stdio-common/fprintf.c | 2 +- stdio-common/fxprintf.c | 4 +- stdio-common/{isoc99_scanf.c => iovfscanf.c} | 36 +- time/gmtime.c => stdio-common/iovfwscanf.c | 33 +- stdio-common/isoc99_fscanf.c | 7 +- stdio-common/isoc99_scanf.c | 12 +- stdio-common/isoc99_sscanf.c | 8 +- stdio-common/isoc99_vfscanf.c | 9 +- stdio-common/isoc99_vscanf.c | 9 +- stdio-common/isoc99_vsscanf.c | 16 +- stdio-common/printf.c | 3 +- stdio-common/scanf.c | 2 +- stdio-common/snprintf.c | 4 +- stdio-common/sprintf.c | 4 +- stdio-common/sscanf.c | 12 +- stdio-common/tst-bz11319-fortify2.c | 1 + .../tst-bz11319.c | 52 +- stdio-common/{vfprintf.c => vfprintf-internal.c} | 60 +- stdio-common/vfprintf.c | 2351 +-------------- stdio-common/{vfscanf.c => vfscanf-internal.c} | 56 +- stdio-common/vfscanf.c | 3042 +------------------- stdio-common/vfwprintf-internal.c | 2 + stdio-common/vfwprintf.c | 28 +- stdio-common/vfwscanf-internal.c | 2 + stdio-common/vfwscanf.c | 28 +- stdio-common/vprintf.c | 4 +- stdlib/strfrom-skeleton.c | 2 +- support/Makefile | 2 + support/blob_repeat.c | 26 +- support/check.h | 4 + support/descriptors.h | 47 + support/support_descriptors.c | 274 ++ support/support_record_failure.c | 8 + support/test-container.c | 45 +- support/tst-support_descriptors.c | 198 ++ sysdeps/generic/math_ldbl_opt.h | 5 +- sysdeps/generic/stdio-lock.h | 7 - sysdeps/ieee754/flt-32/e_powf.c | 12 + sysdeps/ieee754/ldbl-opt/Makefile | 2 +- sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h | 13 +- sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 773 +++-- sysdeps/mach/hurd/i386/init-first.c | 2 +- sysdeps/mach/hurd/i386/libc.abilist | 1 + sysdeps/mach/hurd/spawni.c | 48 +- sysdeps/nptl/stdio-lock.h | 7 - sysdeps/posix/spawni.c | 5 + sysdeps/posix/timespec_get.c | 2 +- sysdeps/powerpc/Makefile | 4 - sysdeps/powerpc/powerpc64/addmul_1.S | 31 +- sysdeps/powerpc/powerpc64/lshift.S | 12 +- sysdeps/powerpc/powerpc64/mul_1.S | 13 +- sysdeps/unix/sysv/linux/Makefile | 25 +- sysdeps/unix/sysv/linux/Versions | 3 + sysdeps/unix/sysv/linux/aarch64/libc.abilist | 2 + sysdeps/unix/sysv/linux/alpha/libc.abilist | 2 + sysdeps/unix/sysv/linux/arm/libc.abilist | 2 + sysdeps/unix/sysv/linux/bits/sched.h | 3 + sysdeps/unix/sysv/linux/fxstat64.c | 12 +- sysdeps/unix/sysv/linux/fxstatat64.c | 11 + .../unix/sysv/linux/generic/wordsize-32/fxstat.c | 10 + .../unix/sysv/linux/generic/wordsize-32/fxstatat.c | 10 + .../unix/sysv/linux/generic/wordsize-32/lxstat.c | 10 + .../unix/sysv/linux/generic/wordsize-32/lxstat64.c | 19 +- .../unix/sysv/linux/generic/wordsize-32/xstat.c | 9 + .../unix/sysv/linux/generic/wordsize-32/xstat64.c | 16 +- .../wprintf.c => sysdeps/unix/sysv/linux/getcpu.c | 35 +- sysdeps/unix/sysv/linux/getdents64.c | 16 +- sysdeps/unix/sysv/linux/hppa/libc.abilist | 2 + sysdeps/unix/sysv/linux/i386/libc.abilist | 2 + sysdeps/unix/sysv/linux/ia64/libc.abilist | 2 + sysdeps/unix/sysv/linux/ia64/sysdep.h | 2 +- sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist | 2 + sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist | 2 + sysdeps/unix/sysv/linux/microblaze/libc.abilist | 2 + sysdeps/unix/sysv/linux/mips/init-first.c | 8 +- sysdeps/unix/sysv/linux/mips/libc-vdso.h | 6 +- .../unix/sysv/linux/mips/mips32/fpu/libc.abilist | 2 + .../unix/sysv/linux/mips/mips32/nofpu/libc.abilist | 2 + sysdeps/unix/sysv/linux/mips/mips32/sysdep.h | 3 + .../unix/sysv/linux/mips/mips64/n32/libc.abilist | 2 + sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h | 3 + .../unix/sysv/linux/mips/mips64/n64/libc.abilist | 2 + sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h | 3 + sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c | 3 + sysdeps/unix/sysv/linux/nios2/libc.abilist | 2 + .../sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 2 + .../linux/powerpc/powerpc32/nofpu/libc.abilist | 2 + .../linux/powerpc/powerpc64/{ => be}/ld.abilist | 0 .../powerpc64/{ => be}/libBrokenLocale.abilist | 0 .../powerpc/powerpc64/{ => be}/libanl.abilist | 0 .../linux/powerpc/powerpc64/{ => be}/libc.abilist | 2 + .../powerpc/powerpc64/{ => be}/libcrypt.abilist | 0 .../linux/powerpc/powerpc64/{ => be}/libdl.abilist | 0 .../linux/powerpc/powerpc64/{ => be}/libm.abilist | 0 .../powerpc/powerpc64/{ => be}/libnsl.abilist | 0 .../powerpc/powerpc64/{ => be}/libpthread.abilist | 0 .../powerpc/powerpc64/{ => be}/libresolv.abilist | 0 .../linux/powerpc/powerpc64/{ => be}/librt.abilist | 0 .../powerpc64/{ => be}/libthread_db.abilist | 0 .../powerpc/powerpc64/{ => be}/libutil.abilist | 0 .../powerpc64/{ld-le.abilist => le/ld.abilist} | 0 .../powerpc64/le}/libBrokenLocale.abilist | 0 .../powerpc64/le}/libanl.abilist | 0 .../powerpc64/{libc-le.abilist => le/libc.abilist} | 2 + .../powerpc64/le}/libcrypt.abilist | 0 .../powerpc64/le}/libdl.abilist | 0 .../powerpc64/{libm-le.abilist => le/libm.abilist} | 0 .../powerpc64/le}/libnsl.abilist | 0 .../powerpc64/le}/libpthread.abilist | 0 .../powerpc64/le}/libresolv.abilist | 0 .../powerpc64/le}/librt.abilist | 0 .../powerpc64/le}/libthread_db.abilist | 0 .../powerpc64/le}/libutil.abilist | 0 .../powerpc/powerpc64/libBrokenLocale-le.abilist | 1 - .../sysv/linux/powerpc/powerpc64/libanl-le.abilist | 4 - .../linux/powerpc/powerpc64/libcrypt-le.abilist | 7 - .../sysv/linux/powerpc/powerpc64/libdl-le.abilist | 9 - .../sysv/linux/powerpc/powerpc64/libnsl-le.abilist | 121 - .../linux/powerpc/powerpc64/libpthread-le.abilist | 245 -- .../linux/powerpc/powerpc64/libresolv-le.abilist | 91 - .../sysv/linux/powerpc/powerpc64/librt-le.abilist | 35 - .../powerpc/powerpc64/libthread_db-le.abilist | 40 - .../linux/powerpc/powerpc64/libutil-le.abilist | 6 - sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist | 2 + sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist | 2 + sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 2 + sysdeps/unix/sysv/linux/sh/libc.abilist | 2 + sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 2 + sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist | 2 + sysdeps/unix/sysv/linux/spawni.c | 5 + sysdeps/unix/sysv/linux/statx_cp.c | 49 + .../sysv/linux/{mips/libc-vdso.h => statx_cp.h} | 21 +- sysdeps/unix/sysv/linux/tst-mman-consts.py | 65 + sysdeps/unix/sysv/linux/tst-readdir64-compat.c | 4 + sysdeps/unix/sysv/linux/tst-signal-numbers.py | 48 + sysdeps/unix/sysv/linux/tst-signal-numbers.sh | 86 - sysdeps/unix/sysv/linux/tst-skeleton-affinity.c | 12 + sysdeps/unix/sysv/linux/wordsize-64/statx_cp.c | 3 + sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c | 4 +- sysdeps/unix/sysv/linux/x86_64/64/libc.abilist | 2 + sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist | 2 + sysdeps/x86/cpu-features.c | 5 +- sysdeps/x86/fpu/bits/mathinline.h | 17 - time/gmtime.c | 4 +- time/localtime.c | 18 +- time/offtime.c | 12 +- time/tzfile.c | 14 +- time/tzset.c | 27 +- timezone/private.h | 236 +- timezone/tzfile.h | 6 +- timezone/tzselect.ksh | 33 +- timezone/zdump.c | 131 +- timezone/zic.c | 530 ++-- wcsmbs/isoc99_fwscanf.c | 7 +- wcsmbs/isoc99_swscanf.c | 11 +- wcsmbs/isoc99_vfwscanf.c | 9 +- wcsmbs/isoc99_vswscanf.c | 15 +- wcsmbs/isoc99_vwscanf.c | 9 +- wcsmbs/isoc99_wscanf.c | 7 +- 264 files changed, 4773 insertions(+), 8482 deletions(-) copy stdio-common/scanf.c => debug/vobprintf_chk.c (61%) create mode 100644 include/bits/monetary-ldbl.h create mode 100644 include/bits/printf-ldbl.h create mode 100644 include/bits/stdio-ldbl.h create mode 100644 include/bits/stdlib-ldbl.h create mode 100644 include/bits/syslog-ldbl.h create mode 100644 include/bits/wchar-ldbl.h create mode 100644 inet/tst-if_index-long.c create mode 100644 malloc/tst-tcfree3.c copy libio/wprintf.c => misc/tst-dbl-efgcvt.c (62%) rename misc/{tst-efgcvt.c => tst-efgcvt-template.c} (68%) copy debug/dprintf_chk.c => misc/tst-ldbl-efgcvt.c (65%) create mode 100644 nptl/tst-rwlock-pwn.c copy posix/{spawn_faction_destroy.c => spawn_faction_addfchdir.c} (50%) delete mode 100644 scripts/gen-py-const.awk create mode 100644 scripts/glibcextract.py copy stdio-common/{isoc99_scanf.c => iovfscanf.c} (54%) copy time/gmtime.c => stdio-common/iovfwscanf.c (56%) create mode 100644 stdio-common/tst-bz11319-fortify2.c copy sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c => stdio-common/tst-bz11319.c (54%) copy stdio-common/{vfprintf.c => vfprintf-internal.c} (98%) copy stdio-common/{vfscanf.c => vfscanf-internal.c} (98%) create mode 100644 stdio-common/vfwprintf-internal.c create mode 100644 stdio-common/vfwscanf-internal.c create mode 100644 support/descriptors.h create mode 100644 support/support_descriptors.c create mode 100644 support/tst-support_descriptors.c copy libio/wprintf.c => sysdeps/unix/sysv/linux/getcpu.c (63%) create mode 100644 sysdeps/unix/sysv/linux/mips/mips64/statx_cp.c rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/ld.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libBrokenLocale.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libanl.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libc.abilist (99%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libcrypt.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libdl.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libm.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libnsl.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libpthread.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libresolv.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/librt.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libthread_db.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ => be}/libutil.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{ld-le.abilist => le/ld.abilist} (100%) copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/libBrokenLocale.abi [...] copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/libanl.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{libc-le.abilist => le/libc.abili [...] copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/libcrypt.abilist (100%) copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/libdl.abilist (100%) rename sysdeps/unix/sysv/linux/powerpc/powerpc64/{libm-le.abilist => le/libm.abili [...] copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/libnsl.abilist (100%) copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/libpthread.abilist (100%) copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/libresolv.abilist (100%) copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/librt.abilist (100%) copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/libthread_db.abilis [...] copy sysdeps/unix/sysv/linux/{aarch64 => powerpc/powerpc64/le}/libutil.abilist (100%) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist create mode 100644 sysdeps/unix/sysv/linux/statx_cp.c copy sysdeps/unix/sysv/linux/{mips/libc-vdso.h => statx_cp.h} (65%) create mode 100644 sysdeps/unix/sysv/linux/tst-mman-consts.py create mode 100644 sysdeps/unix/sysv/linux/tst-signal-numbers.py delete mode 100644 sysdeps/unix/sysv/linux/tst-signal-numbers.sh create mode 100644 sysdeps/unix/sysv/linux/wordsize-64/statx_cp.c