This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr21744/master in repository glibc.
discards d1145c6980 Don't call __access_noerrno with stack protector from __tuna [...] adds 91ac3a7d84 powerpc: Fix float128 IFUNC relocations [BZ #21707] adds 00d7a37773 [AArch64] Fix out of bound array access regression adds 0757b139fc Fix or add int_select international_call_prefixes adds 82e0660050 [AArch64] Update dl-procinfo for new HWCAP flags in Linux 4.12 adds 2b4fca86d7 Don't add stack_chk_fail_local.o to libc.a [BZ #21740] adds 47f2739659 i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741] adds 43cd85db51 Fix consistency in country_isbn in various locales and add c [...] adds 3f31d8bbad Fix country_post "Country Postal Abbreviations" adds 4f329ea996 Add country_name to iu_CA locale adds f8cef4d07d Fix cast-after-dereference adds d500130f31 alpha: Fix clone exit syscall argument passing (BZ#21512) new f07ef0c517 tunables: Use direct syscall for access (BZ#21744)
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 (d1145c6980) \ N -- N -- N refs/heads/hjl/pr21744/master (f07ef0c517)
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 1 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 | 60 ++++++++++ config.h.in | 4 - configure | 6 - configure.ac | 3 - csu/libc-start.c | 11 +- debug/Makefile | 4 + elf/dl-support.c | 9 +- elf/dl-tunables.c | 5 +- elf/dl-tunables.h | 14 --- elf/rtld.c | 4 +- grp/grp-merge.c | 2 +- include/unistd.h | 7 -- io/access.c | 2 - localedata/ChangeLog | 43 +++++++ localedata/locales/ar_AE | 3 +- localedata/locales/ar_BH | 2 +- localedata/locales/ar_IQ | 2 +- localedata/locales/bo_CN | 2 +- localedata/locales/cy_GB | 2 +- localedata/locales/es_CU | 6 +- localedata/locales/fa_IR | 2 +- localedata/locales/hy_AM | 2 +- localedata/locales/iu_CA | 5 +- localedata/locales/ja_JP | 2 + localedata/locales/lg_UG | 4 +- localedata/locales/mn_MN | 2 +- localedata/locales/nan_TW@latin | 4 +- localedata/locales/nr_ZA | 4 +- localedata/locales/om_KE | 3 +- localedata/locales/ps_AF | 2 +- localedata/locales/sm_WS | 4 +- localedata/locales/sr_RS | 5 +- localedata/locales/sr_RS@latin | 4 +- localedata/locales/ug_CN | 2 +- localedata/locales/yue_HK | 2 +- localedata/locales/zh_CN | 2 +- localedata/locales/zh_TW | 4 +- .../aarch64/libc-start.c => generic/libc-start.h} | 20 ++-- .../float1282mpn.c => generic/not-errno.h} | 5 +- sysdeps/i386/i686/multiarch/ifunc-impl-list.c | 4 + sysdeps/mach/hurd/access.c | 2 - sysdeps/powerpc/Makefile | 10 +- sysdeps/powerpc/powerpc64le/Makefile | 10 ++ .../tst-tlsifunc-static.c} | 6 +- sysdeps/powerpc/tst-tlsifunc.c | 129 +++++++++++++++++++++ sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c | 6 +- sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h | 40 ++----- sysdeps/unix/sysv/linux/access.c | 17 --- sysdeps/unix/sysv/linux/alpha/clone.S | 1 + .../linux/{open_by_handle_at.c => not-errno.h} | 25 ++-- .../{aarch64/libc-start.c => powerpc/libc-start.h} | 19 +-- 51 files changed, 362 insertions(+), 176 deletions(-) copy sysdeps/{unix/sysv/linux/aarch64/libc-start.c => generic/libc-start.h} (67%) copy sysdeps/{ieee754/float128/float1282mpn.c => generic/not-errno.h} (86%) copy sysdeps/{x86_64/multiarch/strcmp-sse4_2.S => powerpc/tst-tlsifunc-static.c} (88%) create mode 100644 sysdeps/powerpc/tst-tlsifunc.c copy sysdeps/unix/sysv/linux/{open_by_handle_at.c => not-errno.h} (63%) copy sysdeps/unix/sysv/linux/{aarch64/libc-start.c => powerpc/libc-start.h} (69%)