This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/clang in repository glibc.
discards 58416a64ed math: Fix clang warnings for math/test-tgmath-ret.c discards 4f5deb6a83 localedata: Fix clang warnings discards 976d8b3bb4 nptl: Use hidden_proto3 for __nptl_threads_events, discards b713ef3aa9 string: Move stpcpy and mempcpy symbol redirection to symbol [...] discards 98b531bc0e x86: Remove unened __strstr_sse2 prototype discards 6a3aeba71a libio: Refactor internal aliases discards 86b44a2f29 socket: Remove ununsed __cmsg_nxthdr internal alias discards bba5f7c591 stdlib: Remove ununsed internal aliases for atoi and bsearch discards d9a569eb92 stdio: Refactor getc_unlocked, putc_unlocked, and fputc_unlocked discards 95df46e294 libio: Use __libc_ferror_unlocked instead of __ferror_unlocked discards b958086d18 libio: Use __libc_feof_unlocked instead of __feof_unlocked discards d4adfe2719 libio: Use __libc_getdelim instead of __getdelim discards 350b0ee73a ctype: Remove internal lower/toupper alias discards bf15cf1e24 Refactor internal alias for internal function discards 35d84cc986 x86: Remove .tfloat usage discards 55ef77def2 configure: Use -Wno-ignored-attributes if compiler warns abo [...] discards 77948e04a5 stdlib: Move attribute_hidden definition to function prototy [...] discards 6ecbe8538e nscd: Remove unused variable discards d1d8b6753a nis: Fix nis_print_directory discards b96bfbb7fe math: Use -fexcess-precision=standard iff compiler supports it new a5417a5478 support: Use CHAR_MAX as maximum value new 7f921560de math: Use -fexcess-precision=standard iff compiler supports it new f3cf2ee435 nis: Fix nis_print_directory new f8c26c0674 nscd: Remove unused variable new d0e47b852e stdlib: Move attribute_hidden definition to function prototy [...] new b5665c4eb8 configure: Use -Wno-ignored-attributes if compiler warns abo [...] new 8c63f94751 x86: Remove .tfloat usage new 3372c7eb43 Refactor internal alias for internal function new cc2be8e1e9 ctype: Remove internal lower/toupper alias new 36e4f18e49 libio: Use __libc_getdelim instead of __getdelim new 1147dbc2fd libio: Use __libc_feof_unlocked instead of __feof_unlocked new e1b6439737 libio: Use __libc_ferror_unlocked instead of __ferror_unlocked new f66709f69d stdio: Refactor getc_unlocked, putc_unlocked, and fputc_unlocked new 1bd10abd38 stdlib: Remove ununsed internal aliases for atoi and bsearch new c865a6203b socket: Remove ununsed __cmsg_nxthdr internal alias new 588fe628c0 libio: Refactor internal aliases new 0d312eab2c x86: Remove unened __strstr_sse2 prototype new efbcc58742 string: Use asm alias instead of symbol redirections for stp [...] new b54103b838 nptl: Use hidden_proto3 for __nptl_threads_events, new a0bdfed04c posix: Use unsigned to check for _POSIX_VDISABLE new bba43a7040 Use -frounding-math iff compiler supports it new d222b6abed aarch64: Use 64-bit variable to access the special registers new 246593c91e powerpc: Replace AC_LANG_PROGRAM with AC_TRY_COMMAND new 91b1c05a2f math: Fix clang warnings for math/test-tgmath-ret.c new 9074178c9d localedata: Fix clang warnings on tests
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 (58416a64ed) \ N -- N -- N refs/heads/azanella/clang (9074178c9d)
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 25 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: Makeconfig | 2 +- configure | 22 ++++++++ configure.ac | 9 ++++ include/string.h | 8 +++ support/support_process_state.c | 4 +- sysdeps/aarch64/Makefile | 1 + sysdeps/aarch64/fpu/fpu_control.h | 36 +++++++++---- sysdeps/aarch64/fpu/fraiseexcpt.c | 2 +- sysdeps/aarch64/sfp-machine.h | 2 +- sysdeps/generic/symbol-hacks.h | 8 --- sysdeps/posix/fpathconf.c | 2 +- sysdeps/posix/pathconf.c | 2 +- sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 2 +- sysdeps/unix/sysv/linux/aarch64/sysconf.c | 2 +- sysdeps/unix/sysv/linux/powerpc/configure | 59 +++++++++------------- sysdeps/unix/sysv/linux/powerpc/configure.ac | 42 ++++++++------- .../unix/sysv/linux/sparc/sparc64/localplt.data | 3 ++ 17 files changed, 124 insertions(+), 82 deletions(-)