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 b1a906dcae Add --enable-static-pie to build-many-glibcs.py discards 3bcf822f9f sparc: Check PIC instead of SHARED in start.S discards 180fa24e8b microblaze: Check PIC instead of SHARED in start.S discards 9e91e3d1db sh: Update elf_machine_load_address for static PIE discards 7c6d58c373 s390: Update elf_machine_load_address for static PIE discards 3ed8dc565a Add --enable-static-pie configure option to build static PIE [...] discards e6b825345c aarch64: fix start code for static pie discards e7b13129f7 nios2: Don't use MIN in dl-machine.h adds 174edbde7e Update SPARC divrem generation to match output. adds 0c4fe28d7a Remove old po/ code for copying .po files from shared directory. adds f2da2fd81f Do not build .mo files in source directory (bug 14121). adds 5170fa49b2 Correct build-many-glibcs.py arm-linux-gnueabihf configurations. adds d232f2e137 Don't set errno in Hurd rtld's __access_noerrno adds a7e3edf4f2 Increase buffer size due to warning from ToT GCC adds 95511aab9d Fix testing with read-only source directory. new adda173d26 nios2: Don't use MIN in dl-machine.h new 8116d0e4a1 aarch64: fix start code for static pie new 44e4658784 Add --enable-static-pie configure option to build static PIE [...] new 4d7a746c98 s390: Update elf_machine_load_address for static PIE new c4e62403a1 sh: Update elf_machine_load_address for static PIE new cbf62acd29 microblaze: Check PIC instead of SHARED in start.S new 882a61c686 sparc: Check PIC instead of SHARED in start.S new f788289442 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 (b1a906dcae) \ N -- N -- N refs/heads/hjl/pie/static (f788289442)
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 | 43 +++++++++++++++++++++++++++++++++++++++++ io/Makefile | 2 ++ nscd/dbg_log.c | 2 +- po/Makefile | 31 +++++------------------------ posix/tst-mmap-offset.c | 2 +- scripts/build-many-glibcs.py | 6 ++++-- stdlib/tst-setcontext3.sh | 2 +- sysdeps/mach/hurd/dl-sysdep.c | 1 - sysdeps/sparc/sparc32/Makefile | 8 ++++---- sysdeps/sparc/sparc32/divrem.m4 | 8 +++++--- sysdeps/sparc/sparc32/rem.S | 2 +- sysdeps/sparc/sparc32/sdiv.S | 2 +- sysdeps/sparc/sparc32/udiv.S | 2 +- sysdeps/sparc/sparc32/urem.S | 2 +- 14 files changed, 70 insertions(+), 43 deletions(-)