This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch maskray/clang in repository glibc.
discards b30b310804 stdlib/longlong.h: Remove incorrect lvalue to rvalue convers [...] discards 0ef349c2b9 x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f12 [...] discards 425c5b3402 Disable __USE_EXTERN_INLINES for clang discards 3a06b7d159 linux: Fix a non-constant expression in _Static_assert discards 43f50ae7bd configure: Check -fno-tree-loop-distribute-patterns discards 20ddf34876 x86: fix __arch_exchange_and_add_body discards a32ad72a85 libc-symbols.h: Work around asm label issues with #pragma re [...] discards 80e02ffea4 not-cancel.h: Move hidden_proto before first use discards d050cccb06 Skip undefined va_arg_pack discards f7ce6d0ba4 configure: remove overly restrictive check for clang adds e938c02748 Don't add access size hints to fortifiable functions adds a643f60c53 Make sure that the fortified function conditionals are constant adds ad6f2a010c debug: Add tests for _FORTIFY_SOURCE=3 adds 2c6cabb3a4 Correct access attribute on memfrob (bug 28475) adds 82fd7314c7 powerpc: Remove backtrace implementation adds e037274c8e stdlib: Fix tst-canon-bz26341 when the glibc build current w [...] adds d962cce139 x86-64: Add sysdeps/x86_64/fpu/Makeconfig new aa783f9a7b linux: Fix a possibly non-constant expression in _Static_assert new b3db383230 configure: remove overly restrictive check for clang new 8fb9021a4c Skip undefined va_arg_pack new e4153ad0cf not-cancel.h: Move hidden_proto before first use new dc1d47b540 libc-symbols.h: Work around asm label issues with #pragma re [...] new b7041ebc8f x86: fix __arch_exchange_and_add_body new d2b06a4d2d configure: Check -fno-tree-loop-distribute-patterns new 6299bb4666 Disable __USE_EXTERN_INLINES for clang new a82b492832 x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f12 [...] new ec0c4d3e10 stdlib/longlong.h: Remove incorrect lvalue to rvalue convers [...]
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 (b30b310804) \ N -- N -- N refs/heads/maskray/clang (ec0c4d3e10)
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 10 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: debug/Makefile | 13 +- debug/tst-chk1.c | 102 +++++++------- debug/tst-chk7.c | 2 + debug/tst-chk8.cc | 2 + elf/tst-execstack-needed.c | 2 +- elf/tst-execstack-prog.c | 2 +- elf/tst-execstack.c | 2 +- io/bits/poll2.h | 31 ++--- io/sys/poll.h | 6 +- libio/bits/stdio2.h | 110 +++++++--------- libio/stdio.h | 4 +- misc/sys/cdefs.h | 57 ++++++++ posix/bits/unistd.h | 174 ++++++------------------ posix/unistd.h | 28 ++-- socket/bits/socket2.h | 34 ++--- stdlib/bits/stdlib.h | 57 +++----- stdlib/stdlib.h | 5 +- stdlib/tst-canon-bz26341.c | 6 + string/bits/string_fortified.h | 5 +- string/string.h | 4 +- sysdeps/powerpc/powerpc32/backtrace.c | 133 ------------------- sysdeps/powerpc/powerpc64/backtrace.c | 117 ----------------- sysdeps/unix/sysv/linux/dl-vdso-setup.c | 11 -- sysdeps/unix/sysv/linux/dl-vdso-setup.h | 9 -- sysdeps/unix/sysv/linux/opendir.c | 4 +- sysdeps/unix/sysv/linux/powerpc/sysdep.h | 7 - sysdeps/x86_64/fpu/Makeconfig | 92 +++++++++++++ sysdeps/x86_64/fpu/Makefile | 134 ++++++------------- sysdeps/x86_64/fpu/multiarch/Makefile | 68 +++------- wcsmbs/bits/wchar2.h | 219 +++++++++---------------------- 30 files changed, 504 insertions(+), 936 deletions(-) create mode 100644 debug/tst-chk7.c create mode 100644 debug/tst-chk8.cc delete mode 100644 sysdeps/powerpc/powerpc32/backtrace.c delete mode 100644 sysdeps/powerpc/powerpc64/backtrace.c create mode 100644 sysdeps/x86_64/fpu/Makeconfig