This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pie/static in repository glibc.
discards d006b425fe Don't use hidden visibility in libc.a with PIE on i386 discards f39009437f Add --enable-static-pie configure option to build static PIE adds 2c7bbfaf4e hurd: Fix dirfd symbol exposition from ftw adds 52a1f1814e hurd: Fix `revoke' symbol exposition from `unlockpt' adds 64a4af28a6 hurd: Fix `seekdir' symbol exposition from `rewinddir' adds 4009ddc692 hurd: Fix `getifaddrs' and `freeifaddrs' symbol exposition new 3336d8e83b Add --enable-static-pie configure option to build static PIE new 145075991c Don't use hidden visibility in libc.a with PIE on i386 new 844ff726d1 Add --enable-static-pie to build-many-glibcs.py
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 (d006b425fe) \ N -- N -- N refs/heads/hjl/pie/static (844ff726d1)
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 3 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 | 27 +++++++++++++++++++++++++++ dirent/dirfd.c | 3 ++- include/dirent.h | 2 ++ include/ifaddrs.h | 5 +++++ include/unistd.h | 1 + inet/check_pf.c | 4 ++-- inet/ifaddrs.c | 2 ++ io/ftw.c | 6 +++--- misc/revoke.c | 4 +++- scripts/build-many-glibcs.py | 1 + sysdeps/gnu/ifaddrs.c | 2 ++ sysdeps/mach/hurd/dirfd.c | 4 +++- sysdeps/mach/hurd/revoke.c | 4 +++- sysdeps/mach/hurd/rewinddir.c | 2 +- sysdeps/mach/hurd/seekdir.c | 5 +++-- sysdeps/posix/dirfd.c | 4 +++- sysdeps/unix/bsd/unlockpt.c | 2 +- 17 files changed, 64 insertions(+), 14 deletions(-)