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 842f67ea00 stdlib/longlong.h: Remove incorrect lvalue to rvalue convers [...] discards 31554aa3e3 x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f12 [...] discards f57b78cc2e Disable __USE_EXTERN_INLINES for clang discards fe40b63b4d linux: Fix a non-constant expression in _Static_assert discards 08461be6ac configure: Check -fno-tree-loop-distribute-patterns discards 1c42640e62 x86: fix __arch_exchange_and_add_body discards b97388ab52 x86_64: Improve Intel MPX check to reject incomplete Clang support discards a372520f58 libc-symbols.h: Work around asm label issues with #pragma re [...] discards 9b673edd1b not-cancel.h: Move hidden_proto before first use discards addcb9fdb1 glibcextract.py: Place un-assemblable @@@ in a comment discards 90bbe417ec Skip undefined va_arg_pack discards 2ea59fbc44 configure: remove overly restrictive check for clang adds eb73b87897 resolv: Avoid GCC 12 false positive warning [BZ #28439]. new bf433b849a elf: Remove Intel MPX support (lazy PLT, ld.so profile, and [...] new b4e8e08dff configure: remove overly restrictive check for clang new a2f9788c5f Skip undefined va_arg_pack new 917d7ccb4c glibcextract.py: Place un-assemblable @@@ in a comment new 2eac366ccf not-cancel.h: Move hidden_proto before first use new c71bbcb392 libc-symbols.h: Work around asm label issues with #pragma re [...] new c4b2bbdba5 x86: fix __arch_exchange_and_add_body new a0be0dffc7 configure: Check -fno-tree-loop-distribute-patterns new f08d7730bc linux: Fix a non-constant expression in _Static_assert new 33f174f678 Disable __USE_EXTERN_INLINES for clang new ce7bd0f8a5 x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f12 [...] new 47b436ccb1 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 (842f67ea00) \ N -- N -- N refs/heads/maskray/clang (47b436ccb1)
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 12 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: NEWS | 2 ++ config.h.in | 3 --- resolv/res_query.c | 4 ++- sysdeps/i386/configure | 27 --------------------- sysdeps/i386/configure.ac | 15 ------------ sysdeps/i386/dl-trampoline.S | 21 ---------------- sysdeps/i386/link-defines.sym | 2 -- sysdeps/x86/bits/link.h | 10 ++++---- sysdeps/x86_64/configure | 29 ---------------------- sysdeps/x86_64/configure.ac | 17 ------------- sysdeps/x86_64/dl-trampoline.S | 9 ------- sysdeps/x86_64/dl-trampoline.h | 54 ----------------------------------------- sysdeps/x86_64/link-defines.sym | 8 ------ 13 files changed, 10 insertions(+), 191 deletions(-)