This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pie/hidden in repository glibc.
discards 50aeff5eb2 Add hidden visibility to internal function prototypes discards 5fdf678724 Mark internal functions with attribute_hidden discards 3ea8e24842 Enable hidden visibility in libc.a compiled with PIE omits 545a42f7bf Don't compile non-lib modules as lib modules [BZ #21864] adds 1b0bfc6946 __fortify_fail: Remove internal_function attribute adds b22974092d NSS: Do not use internal_function for functions with hidden aliases adds c4d767f7f3 __libc_rpc_getport: Remove internal_function attribute adds c4ce038287 __netlink_assert_response: Remove internal_function attribute adds e1d2ae8d21 NPTL: Remove internal_function from stack marking functions adds 52bcdf267b Remove internal_function attribute from string-to-float functions adds 3012cfb0d2 ld.so: Remove internal_function attribute from various functions adds dbc303ef76 Fix spelling mistake in fr.po new bd4323227d Don't compile non-lib modules as lib modules [BZ #21864] new d704af3005 Enable hidden visibility in libc.a compiled with PIE new 31f7cff393 Mark internal functions with attribute_hidden new 9a77cc70db Add hidden visibility to internal function prototypes
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 (50aeff5eb2) \ N -- N -- N refs/heads/hjl/pie/hidden (9a77cc70db)
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 4 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 | 77 +++++++++++++++++++++++ debug/fortify_fail.c | 4 +- elf/dl-addr.c | 1 - elf/dl-error-skeleton.c | 4 -- elf/dl-open.c | 1 - elf/dl-support.c | 3 +- elf/dl-tls.c | 3 - grp/grp-merge.c | 2 - grp/grp-merge.h | 6 +- include/dlfcn.h | 3 +- include/libc-symbols.h | 4 +- include/rpc/pmap_clnt.h | 3 +- include/stdio.h | 5 +- include/stdlib.h | 22 +++---- inet/getnetgrent_r.c | 3 - inet/netgroup.h | 9 +-- nptl/allocatestack.c | 1 - nptl/pthreadP.h | 3 +- nss/XXX-lookup.c | 6 +- nss/getXXbyYY_r.c | 3 +- nss/getXXent_r.c | 3 +- nss/nsswitch.h | 3 +- po/fr.po | 4 +- stdlib/strtod_nan_main.c | 1 - sunrpc/pm_getport.c | 1 - sysdeps/generic/ldsodefs.h | 23 +++---- sysdeps/mach/hurd/dl-execstack.c | 1 - sysdeps/mach/hurd/i386/____longjmp_chk.S | 2 + sysdeps/unix/sysv/linux/dl-execstack.c | 1 - sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 2 + sysdeps/unix/sysv/linux/netlink_assert_response.c | 1 - sysdeps/unix/sysv/linux/netlinkaccess.h | 3 +- 32 files changed, 122 insertions(+), 86 deletions(-)