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 b4be70c384 Add --enable-static-pie to build-many-glibcs.py discards 2a6941ee87 Don't use hidden visibility in libc.a with PIE on i386 discards 89cd185bfd Add --enable-static-pie configure option to build static PIE new f09a1df2e8 Add --enable-static-pie configure option to build static PIE new 2f5e8ead96 Don't use hidden visibility in libc.a with PIE on i386 new 50c4168ff2 x86: Allow undefined _DYNAMIC in static executable new c90d917f22 Add a test for non-PIE static executable new 0a410bf704 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 (b4be70c384) \ N -- N -- N refs/heads/hjl/pie/static (0a410bf704)
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 5 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: elf/Makefile | 5 ++++- elf/dl-support.c | 4 ++++ elf/{tst-tls1-static.c => tst-tls1-static-non-pie.c} | 0 sysdeps/i386/dl-machine.h | 17 +++++++++++++++-- sysdeps/x86_64/dl-machine.h | 13 +++++++++++++ 5 files changed, 36 insertions(+), 3 deletions(-) copy elf/{tst-tls1-static.c => tst-tls1-static-non-pie.c} (100%)