This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr18822 in repository glibc.
discards 4398782f19 Mark internal stdlib functions with attribute_hidden [BZ #18822] discards da4b59d509 Mark internal utmp functions with attribute_hidden [BZ #18822] discards 88ffd29748 Mark internal dirent functions with attribute_hidden [BZ #18822] discards ef090fc828 Mark internal getXXXbyYYY functions with attribute_hidden [B [...] discards 978e29d53d Mark internal stdio functions with attribute_hidden [BZ #18822] discards 385def0096 Mark internal gshadow functions with attribute_hidden [BZ #18822] discards 6e9851ed5c Mark internal statfs functions with attribute_hidden [BZ #18822] discards 0c55aa5028 Mark internal time functions with attribute_hidden [BZ #18822] discards 09275c6949 Mark internal nscd functions with attribute_hidden [BZ #18822] discards 37e97c282b Mark internal gmp functions with attribute_hidden [BZ #18822] discards 1722f37c55 Mark internal wchar functions with attribute_hidden [BZ #18822] discards 7a7493ddfd Mark internal nss symbols with attribute_hidden [BZ #18822] discards 0270c670ab Mark __libc_multiple_libcs with attribute_hidden [BZ #18822] discards 968afe0cd4 Mark __dso_handle as hidden [BZ #18822] discards 5aa9aff033 x86-64: Mark internal symbols with attribute_hidden [BZ #18822] discards 14646f0b76 x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822] discards 62ed9e12cd Mark internal grp/pwd/shadow functions with attribute_hidden [...] discards fc58c4b769 Mark internal unistd.h functions with attribute_hidden [BZ #18822] discards 4966902c4a Mark internal argp functions with attribute_hidden [BZ #18822] discards 5c06d58fc4 Mark ____wcsto*_l_internal functions with attribute_hidden [ [...] discards 209257b190 Mark __internal_statvfs[64] with attribute_hidden [BZ #18822] discards b23c1c03b4 Mark 3 *_internal functions with attribute_hidden [BZ #18822] discards fd64c88873 Mark internal functions with attribute_hidden [BZ #18822] adds 94e6ba153b Move ____longjmp_chk prototype to include/setjmp.h adds 7ed87317c7 Remove __bb_init_func and __bb_exit_func [BZ #21974] adds 9476b90470 Update ChangeLog adds 91695eb14c Remove sysdeps/alpha/bb_init_func.S new 85067967ac Mark internal functions with attribute_hidden [BZ #18822] new 070b046190 Mark 3 *_internal functions with attribute_hidden [BZ #18822] new 6c9829a852 Mark __internal_statvfs[64] with attribute_hidden [BZ #18822] new 21faf24411 Mark ____wcsto*_l_internal functions with attribute_hidden [ [...] new 1dc53214ee Mark internal argp functions with attribute_hidden [BZ #18822] new 18d5a36039 Mark internal unistd.h functions with attribute_hidden [BZ #18822] new 2dff6fce8e Mark internal grp/pwd/shadow functions with attribute_hidden [...] new 032511653d x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822] new 1540fba43b x86-64: Mark internal symbols with attribute_hidden [BZ #18822] new 61990e57f1 Mark __dso_handle as hidden [BZ #18822] new b97ec7b5ea Mark __libc_multiple_libcs with attribute_hidden [BZ #18822] new 6876672e67 Mark internal nss symbols with attribute_hidden [BZ #18822] new 7f16d8a757 Mark internal wchar functions with attribute_hidden [BZ #18822] new 8150bae90e Mark internal gmp functions with attribute_hidden [BZ #18822] new 10e6ec841e Mark internal nscd functions with attribute_hidden [BZ #18822] new bc432928fb Mark internal time functions with attribute_hidden [BZ #18822] new 98acc47df3 Mark internal statfs functions with attribute_hidden [BZ #18822] new 3428d982b0 Mark internal gshadow functions with attribute_hidden [BZ #18822] new f83f7ff632 Mark internal stdio functions with attribute_hidden [BZ #18822] new 26f669c68a Mark internal getXXXbyYYY functions with attribute_hidden [B [...] new ec51697df1 Mark internal dirent functions with attribute_hidden [BZ #18822] new 910a9c3a1c Mark internal utmp functions with attribute_hidden [BZ #18822] new 48c3023672 Mark internal stdlib functions with attribute_hidden [BZ #18822] new 1de0edd0ee Hide internal regex functions [BZ #18822] new 8dc276e151 Hide __readv and __writev [BZ #18822]
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 (4398782f19) \ N -- N -- N refs/heads/hjl/pr18822 (8dc276e151)
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 25 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 | 19 +++++++++ csu/libc-start.c | 2 - debug/longjmp_chk.c | 4 -- elf/dl-open.c | 4 +- elf/dl-sysdep.c | 2 +- gmon/Makefile | 4 +- gmon/bb_exit_func.c | 74 ---------------------------------- gmon/bb_init_func.c | 53 ------------------------- grp/initgroups.c | 1 - include/libc-internal.h | 4 ++ include/regex.h | 6 ++- include/setjmp.h | 3 ++ include/sys/gmon.h | 4 -- include/sys/uio.h | 2 + misc/readv.c | 1 + misc/sbrk.c | 4 +- misc/writev.c | 1 + nss/XXX-lookup.c | 2 - nss/nsswitch.c | 4 ++ nss/nsswitch.h | 9 +++-- posix/regcomp.c | 2 + posix/regexec.c | 2 + sysdeps/alpha/bb_init_func.S | 86 ---------------------------------------- sysdeps/posix/readv.c | 1 + sysdeps/posix/writev.c | 1 + sysdeps/unix/sysv/linux/readv.c | 2 + sysdeps/unix/sysv/linux/writev.c | 2 + 27 files changed, 59 insertions(+), 240 deletions(-) delete mode 100644 gmon/bb_exit_func.c delete mode 100644 gmon/bb_init_func.c delete mode 100644 sysdeps/alpha/bb_init_func.S