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 462bca4d9c Add --enable-static-pie to build-many-glibcs.py discards bd010e3269 sparc: Check PIC instead of SHARED in start.S discards 1d6ab8fc05 microblaze: Check PIC instead of SHARED in start.S discards 72e63f872e hppa: Check PIC instead of SHARED in start.S discards 440ab9ce85 aarch64: Check PIC instead of SHARED in start.S discards 17a0122b6c sh: Update elf_machine_load_address for static PIE discards 5666cc1daa s390: Update elf_machine_load_address for static PIE discards 11337bccdf Add --enable-static-pie configure option to build static PIE [...] adds f6e965ee94 manual: Move preadv/writev variants to Scatter-Gather section adds 0f74bbf513 manual: Document mprotect and introduce section on memory pr [...] new 0379d68b61 Add --enable-static-pie configure option to build static PIE [...] new 41836f74fc s390: Update elf_machine_load_address for static PIE new 1d8332577d sh: Update elf_machine_load_address for static PIE new 7fe53ba27e aarch64: Check PIC instead of SHARED in start.S new ad1fa48080 hppa: Check PIC instead of SHARED in start.S new ed9bf67c24 microblaze: Check PIC instead of SHARED in start.S new af03eea938 sparc: Check PIC instead of SHARED in start.S new 9f281c50f5 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 (462bca4d9c) \ N -- N -- N refs/heads/hjl/pie/static (9f281c50f5)
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 8 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 | 14 ++ INSTALL | 3 +- Makeconfig | 9 + NEWS | 3 +- elf/dl-reloc-static-pie.c | 3 - manual/install.texi | 3 +- manual/llio.texi | 426 ++++++++++++++++++++++----------------------- manual/memory.texi | 122 +++++++++++++ sysdeps/generic/ldsodefs.h | 6 +- 9 files changed, 357 insertions(+), 232 deletions(-)