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 c393eee146 Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614] discards 2516b61f06 Add --enable-static-pie to build-many-glibcs.py discards 967b89cfc5 sparc: Check PIC instead of SHARED in start.S discards c332c8d087 microblaze: Check PIC instead of SHARED in start.S discards 9fe5ea04c3 sh: Update elf_machine_load_address for static PIE discards f6a00f95e0 s390: Update elf_machine_load_address for static PIE discards 13be4b4c4e aarch64: fix start code for static pie discards f7204295e4 nios2: Don't use MIN in dl-machine.h adds 93930ea935 Fix tst-leaks1 (bug 14681) adds 984ae9967b New generic sincosf adds 0b9bef6d22 powerpc: Update ulps adds 2e77deef67 s390: Update ulps adds 7d38eb3897 ldconfig: set LC_COLLATE to C [BZ #22505] adds 14d886edbd aarch64: fix start code for static pie adds bb195224ac elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627] adds c8e939f12a Update NEWS with aarch64 static pie support adds 368b6c8da9 mips64: fix clobbering s0 in setjmp() [BZ #22624] adds c85c564d14 mips32: fix clobbering s0 in setjmp() [BZ #22624] adds 49b036bce9 Fix nscd readlink argument aliasing (bug 22446). adds 8e1472d2c1 ld.so: Examine GLRO to detect inactive loader [BZ #20204] adds 00c714df39 Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614] new bfbc0341f3 nios2: Don't use MIN in dl-machine.h new 4844933a9a s390: Update elf_machine_load_address for static PIE new 13e37fa5bb sh: Update elf_machine_load_address for static PIE new 4a3b974ab7 microblaze: Check PIC instead of SHARED in start.S new 27ea6ee71a sparc: Check PIC instead of SHARED in start.S new 35a594236f Add --enable-static-pie variants to x86_64, x32 and i686 new 09e96bf7aa Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [...]
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 (c393eee146) \ N -- N -- N refs/heads/hjl/pie/static (09e96bf7aa)
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 7 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 | 88 +++++++++++ Makeconfig | 3 +- NEWS | 6 +- dlfcn/dladdr.c | 3 +- dlfcn/dladdr1.c | 3 +- dlfcn/dlclose.c | 2 +- dlfcn/dlerror.c | 2 +- dlfcn/dlinfo.c | 2 +- dlfcn/dlmopen.c | 2 +- dlfcn/dlopen.c | 2 +- dlfcn/dlopenold.c | 2 +- dlfcn/dlsym.c | 2 +- dlfcn/dlvsym.c | 2 +- elf/Makefile | 6 +- elf/dl-libc.c | 6 +- elf/dl-load.c | 20 +-- elf/ldconfig.c | 4 + elf/rtld.c | 4 +- elf/tst-leaks1.c | 21 ++- gmon/Makefile | 2 +- libio/vtables.c | 3 +- nscd/connections.c | 5 +- scripts/build-many-glibcs.py | 10 +- sysdeps/aarch64/start.S | 1 - sysdeps/generic/ldsodefs.h | 20 ++- sysdeps/ieee754/flt-32/s_cosf.c | 100 +----------- sysdeps/ieee754/flt-32/s_sincosf.c | 172 +++++++++++++++------ sysdeps/ieee754/flt-32/{s_cosf.c => s_sincosf.h} | 185 +++++++---------------- sysdeps/ieee754/flt-32/s_sinf.c | 107 +------------ sysdeps/mips/mips64/setjmp_aux.c | 5 + sysdeps/mips/setjmp_aux.c | 5 + sysdeps/powerpc/fpu/libm-test-ulps | 40 ++--- sysdeps/s390/fpu/libm-test-ulps | 40 ++--- 33 files changed, 416 insertions(+), 459 deletions(-) copy sysdeps/ieee754/flt-32/{s_cosf.c => s_sincosf.h} (53%)