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 9a77cc70db Add hidden visibility to internal function prototypes discards 31f7cff393 Mark internal functions with attribute_hidden discards d704af3005 Enable hidden visibility in libc.a compiled with PIE discards bd4323227d Don't compile non-lib modules as lib modules [BZ #21864] adds 73322d5ff6 x86: Add IBT/SHSTK bits to cpu-features adds 9fa7449b35 _dl_fini: Remove internal_function attribute adds 630bf4916f _dl_start: Remove internal_function attribute adds b3f85fd2e4 _dl_init: Remove internal_function attribute adds fbdc1e3e8d i386: Do not set internal_function adds 1f14d0c3dd posix: Fix mmap for m68k and ia64 (BZ#21908) adds 66ba2e4ae5 Fix thousands_sep and grouping and use readable ASCII for de [...] adds 2a124c6163 Use two letter abbreviations in abday in all German locales. adds c88ffc239e NSS: Replace exported NSS lookup functions with stubs [BZ #21962] new 0f20efcd39 Don't compile non-lib modules as lib modules [BZ #21864] new 2de2619f40 Enable hidden visibility in libc.a compiled with PIE new 8b78950426 Mark internal functions with attribute_hidden new fea827170a 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 (9a77cc70db) \ N -- N -- N refs/heads/hjl/pie/hidden (fea827170a)
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 | 74 ++++++++++++++++++++++ config.h.in | 10 --- elf/dl-fini.c | 1 - elf/dl-init.c | 1 - elf/rtld.c | 2 +- grp/initgroups.c | 5 -- inet/ether_hton.c | 7 +- inet/ether_ntoh.c | 7 +- inet/getnetgrent_r.c | 6 +- localedata/ChangeLog | 16 +++++ localedata/locales/de_AT | 8 +-- localedata/locales/de_BE | 8 +-- localedata/locales/de_CH | 8 +-- localedata/locales/de_DE | 8 +-- localedata/locales/de_IT | 8 +-- localedata/locales/de_LU | 8 +-- localedata/locales/eu_ES | 6 +- nss/Makefile | 3 +- nss/Versions | 2 + nss/XXX-lookup.c | 15 ----- nss/compat-lookup.c | 42 ++++++++++++ nss/nsswitch.h | 8 +++ nss/service-lookup.c | 1 - sunrpc/netname.c | 5 +- sunrpc/publickey.c | 9 +-- sysdeps/generic/ldsodefs.h | 4 +- sysdeps/i386/configure | 3 - sysdeps/i386/configure.ac | 2 - sysdeps/i386/dl-machine.h | 15 +++-- .../unix/sysv/linux/{m68k => ia64}/mmap_internal.h | 14 ++-- sysdeps/unix/sysv/linux/m68k/mmap_internal.h | 2 +- sysdeps/unix/sysv/linux/mmap.c | 2 +- sysdeps/unix/sysv/linux/mmap_internal.h | 6 +- sysdeps/x86/cpu-features.h | 8 +++ sysdeps/x86/cpu-tunables.c | 2 + 35 files changed, 212 insertions(+), 114 deletions(-) create mode 100644 nss/compat-lookup.c copy sysdeps/unix/sysv/linux/{m68k => ia64}/mmap_internal.h (70%)