This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/libdl in repository glibc.
discards b058015833 dlfcn: Rework static dlopen hooks discards 434280d2e3 dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2 discards 76fe48a6f7 dlfcn: Cleanups after -ldl is no longer required discards 97b10a0971 dlfcn: Move dlopen into libc discards 315910ec84 dlfcn: Move dlvsym into libc discards 9ccc4bbcbe dlfcn: Move dlinfo into libc discards 10b847d79b dlfcn: Move dladdr1 into libc discards fe9b4f116a dlfcn: Move dlmopen into libc discards 3504a74d52 dlfcn: Move dlsym into libc discards 407a59efde dlfcn: Move dladdr into libc discards 895080f19b dlfcn: Move dlclose into libc discards ceefb4449d dlfcn: Move dlerror into libc discards abfd8cd73a Add libc ABI extension kludge for baseline-violating libdl symbols discards be0358085c stdio-common: Remove _IO_vfwscanf adds 94bc766ec6 Add cast_to_pointer to cast an integer to void * pointer adds fc335a0ded Bench: Add support for choose direction of memcpy in benchtests adds 1b992204f6 x86: Improve memmove-vec-unaligned-erms.S adds 79aec84102 Properly check stack alignment [BZ #27901] adds 7de36744ee powerpc: Fix handling of scv return error codes [BZ #27892] adds 709e3709a0 testrun.sh: Improve --help message adds 3b638095a5 nptl: Do not install libpthread.so and do not link tests with it adds ac0353af81 Linux: Remove remaining references to $(shared-thread-library) new 5c988a9c0d stdio-common: Remove _IO_vfwscanf new d2383471b2 Add libc ABI extension kludge for baseline-violating libdl symbols new dcc7bb35c3 dlfcn: Move dlerror into libc new ffe540c81b dlfcn: Move dlclose into libc new 4775766774 dlfcn: Move dladdr into libc new 2ff7a2a0c3 dlfcn: Move dlsym into libc new 3c4f25a9eb dlfcn: Move dlmopen into libc new 5c8cda43b0 dlfcn: Move dladdr1 into libc new 32fac44dcd dlfcn: Move dlinfo into libc new df1f5fd21c dlfcn: Move dlvsym into libc new 2a986278b9 dlfcn: Move dlopen into libc new ca443b4e64 dlfcn: Cleanups after -ldl is no longer required new 55b7755373 dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2 new cea3b14275 dlfcn: Rework static dlopen hooks
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 (b058015833) \ N -- N -- N refs/heads/fw/libdl (cea3b14275)
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 14 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: Makefile | 9 ++- benchtests/bench-memcpy-large.c | 50 ++++++++------ benchtests/bench-memcpy-walk.c | 33 +++++++--- benchtests/bench-memcpy.c | 76 ++++++++++++---------- dlfcn/Makefile | 9 ++- include/libc-pointer-arith.h | 3 + nptl/Makefile | 47 +++---------- sysdeps/generic/tst-stack-align.h | 40 ++++++++---- sysdeps/i386/i686/tst-stack-align.h | 44 ------------- sysdeps/i386/tst-stack-align.h | 41 ------------ sysdeps/mips/Makefile | 2 - sysdeps/nptl/Makeconfig | 8 ++- sysdeps/powerpc/powerpc64/sysdep.h | 5 +- sysdeps/powerpc/tst-stack-align.h | 27 ++------ sysdeps/unix/sysv/linux/Makefile | 6 -- sysdeps/unix/sysv/linux/i386/Makefile | 1 - .../m680x0/unwind-arch.h => x86/tst-stack-align.h} | 16 +++-- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 6 +- sysdeps/x86_64/tst-stack-align.h | 46 ------------- 19 files changed, 174 insertions(+), 295 deletions(-) delete mode 100644 sysdeps/i386/i686/tst-stack-align.h delete mode 100644 sysdeps/i386/tst-stack-align.h copy sysdeps/{m68k/m680x0/unwind-arch.h => x86/tst-stack-align.h} (70%) delete mode 100644 sysdeps/x86_64/tst-stack-align.h