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 8c626a2b3e sparc: Check PIC instead of SHARED in start.S discards 8675efebbd microblaze: Check PIC instead of SHARED in start.S discards e49474ad14 m68k: Check PIC instead of SHARED in start.S discards c7c35aee0c hppa: Check PIC instead of SHARED in start.S discards 038adca3ba arm: Check PIC instead of SHARED in start.S discards 5877c1ce71 aarch64: Check PIC instead of SHARED in start.S discards 3a790cd06d Add --enable-static-pie to build-many-glibcs.py discards 1c3f19983c tile: Support --enable-static-pie discards f3ef1cef41 sparc: Support --enable-static-pie discards 20549d1104 sh: Support --enable-static-pie discards 24fd173e31 s390: Support --enable-static-pie discards 0f2a73ebd3 powerpc: Support --enable-static-pie discards 07551709e5 nios2: Support --enable-static-pie discards e9a0f07ffd mips: Support --enable-static-pie discards 7c4e1ef155 microblaze: Support --enable-static-pie discards 789a8ccce4 m68k: Support --enable-static-pie discards 28accaf12b ia64: Support --enable-static-pie discards 1334e95607 hppa: Support --enable-static-pie discards 9bd02abac8 arm: Support --enable-static-pie discards 8d8225181c aarch64: Support --enable-static-pie discards 8cc04d94bf Add a test for non-PIE static executable discards ed837f1558 Don't use hidden visibility in libc.a with PIE on i386 discards aef87a4b5c Add --enable-static-pie configure option to build static PIE new a15872c383 ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP new 1da6357e65 Add a test for non-PIE static executable new 6097419f19 Add --enable-static-pie configure option to build static PIE new 988dabb1a8 Don't use hidden visibility in libc.a with PIE on i386 new 0eaa16b3d7 aarch64: Support --enable-static-pie new fcd456861a arm: Support --enable-static-pie new ef441fc43e hppa: Support --enable-static-pie new a862040ed7 ia64: Support --enable-static-pie new be7697bd92 m68k: Support --enable-static-pie new f42afd5c17 microblaze: Support --enable-static-pie new f3f6574594 mips: Support --enable-static-pie new 60080257df nios2: Support --enable-static-pie new fd52980ca8 powerpc: Support --enable-static-pie new 4ef128fc29 s390: Support --enable-static-pie new 84dc321fe5 sh: Support --enable-static-pie new 1f51f698f3 sparc: Support --enable-static-pie new f051ff934c tile: Support --enable-static-pie new 3c535c39fd aarch64: Check PIC instead of SHARED in start.S new 86db201542 arm: Check PIC instead of SHARED in start.S new da98c9b9de hppa: Check PIC instead of SHARED in start.S new 407b6c236a m68k: Check PIC instead of SHARED in start.S new e608653b1f microblaze: Check PIC instead of SHARED in start.S new 98d965a28a sparc: Check PIC instead of SHARED in start.S new b2a5a95c1c tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME new 00b5d5d1ed 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 (8c626a2b3e) \ N -- N -- N refs/heads/hjl/pie/static (00b5d5d1ed)
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 25 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/dl-support.c | 3 ++- elf/rtld.c | 3 ++- sysdeps/arm/dl-machine.h | 4 ++-- sysdeps/hppa/dl-machine.h | 2 +- sysdeps/ia64/dl-machine.h | 2 +- sysdeps/mips/dl-machine.h | 2 +- sysdeps/s390/s390-32/dl-machine.h | 19 ++++++++++++++----- sysdeps/s390/s390-64/dl-machine.h | 16 +++++++++++----- sysdeps/unix/sysv/linux/tile/sysdep.h | 2 +- 9 files changed, 35 insertions(+), 18 deletions(-)