[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r19064 - in /fsf/trunk/libc: ChangeLog sysdeps/unix/Makefile
- To: commits@xxxxxxxxxx
- Subject: [Commits] r19064 - in /fsf/trunk/libc: ChangeLog sysdeps/unix/Makefile
- From: eglibc@xxxxxxxxxx
- Date: Tue, 12 Jun 2012 14:29:15 -0000
Author: eglibc
Date: Tue Jun 12 14:29:14 2012
New Revision: 19064
Log:
Import glibc-mainline for 2012-06-12
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/sysdeps/unix/Makefile
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Tue Jun 12 14:29:14 2012
@@ -1,3 +1,8 @@
+2012-06-12 Thomas Schwinge <thomas@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
+ non-default versions.
+
2012-06-11 Roland McGrath <roland@xxxxxxxxxxxxx>
[BZ #14218]
Modified: fsf/trunk/libc/sysdeps/unix/Makefile
==============================================================================
--- fsf/trunk/libc/sysdeps/unix/Makefile (original)
+++ fsf/trunk/libc/sysdeps/unix/Makefile Tue Jun 12 14:29:14 2012
@@ -51,9 +51,9 @@
echo "strong_alias (_no_syscall, $${call}_$${ver})"; \
echo "default_symbol_version \
($${call}_$${ver}, $$call, $$ver);" ;; \
- *@@*) ver=$${call##*@}; call=$${call%%*@}; \
- echo "strong_alias (_no_syscall, $${call}_$${ver})"; \
- echo "symbol_version ($${call}_$${ver}, $$call, $$ver);" ;; \
+ *@*) ver=$${call##*@}; call=$${call%%*@}; \
+ echo "strong_alias (_no_syscall, $${call}_$${ver})"; \
+ echo "symbol_version ($${call}_$${ver}, $$call, $$ver);" ;; \
*) echo "weak_alias (_no_syscall, $$call)"; \
echo "stub_warning ($$call)"; \
echo "weak_alias (_no_syscall, __GI_$$call)" ;; \
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits