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 0a410bf704 Add --enable-static-pie to build-many-glibcs.py discards c90d917f22 Add a test for non-PIE static executable discards 50c4168ff2 x86: Allow undefined _DYNAMIC in static executable discards 2f5e8ead96 Don't use hidden visibility in libc.a with PIE on i386 discards f09a1df2e8 Add --enable-static-pie configure option to build static PIE new e8efb51445 Add --enable-static-pie configure option to build static PIE new 590b4daaf7 Don't use hidden visibility in libc.a with PIE on i386 new 94eea3212e x86: Allow undefined _DYNAMIC in static executable new 1dc71c9b1d Add a test for non-PIE static executable new a3c1cd2920 aarch64: Support --enable-static-pie new 227b4f574c arm: Support --enable-static-pie new 7a6e51f665 hppa: Support --enable-static-pie new d52e9ff55e ia64: Support --enable-static-pie new f5d84c9c4f m68k: Support --enable-static-pie new 4d5b6dda93 microblaze: Support --enable-static-pie new 0e57538687 mips: Support --enable-static-pie new 1d3acb8769 nios2: Support --enable-static-pie new 101f4e89f5 powerpc: Support --enable-static-pie new ceed1571d5 s390: Support --enable-static-pie new a83d2f612e sh: Support --enable-static-pie new 62ab1e7e61 sparc: Support --enable-static-pie new 69feecee59 tile: Support --enable-static-pie new f105b7f348 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 (0a410bf704) \ N -- N -- N refs/heads/hjl/pie/static (f105b7f348)
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 18 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: sysdeps/aarch64/dl-machine.h | 29 +++++++++++++++++++++++++++++ sysdeps/arm/dl-machine.h | 12 +++++++++++- sysdeps/hppa/dl-machine.h | 5 +++++ sysdeps/i386/dl-machine.h | 18 ++++++------------ sysdeps/ia64/dl-machine.h | 5 +++++ sysdeps/m68k/dl-machine.h | 9 +++++++++ sysdeps/microblaze/dl-machine.h | 5 +++++ sysdeps/mips/dl-machine.h | 5 +++++ sysdeps/nios2/dl-machine.h | 5 +++++ sysdeps/powerpc/powerpc32/dl-machine.h | 5 +++++ sysdeps/powerpc/powerpc64/dl-machine.h | 5 +++++ sysdeps/s390/s390-32/dl-machine.h | 5 +++++ sysdeps/s390/s390-64/dl-machine.h | 5 +++++ sysdeps/sh/dl-machine.h | 17 +++++++++++++++++ sysdeps/sparc/sparc32/dl-machine.h | 5 +++++ sysdeps/sparc/sparc64/dl-machine.h | 5 +++++ sysdeps/tile/dl-machine.h | 5 +++++ sysdeps/x86_64/dl-machine.h | 18 ++++++------------ 18 files changed, 138 insertions(+), 25 deletions(-)