aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-10-30 14:14:33 -0400
committerChris Metcalf <cmetcalf@tilera.com>2012-10-30 14:14:33 -0400
commit017678433caae358b1782a2438b10e1ed510a8ad (patch)
treefd9915a47e3a2b0c65dd2981ea249a9f4b8ec7a8 /ChangeLog
parentd44a6f8b9995932b20a2ebbf4ca2fb1be673e49d (diff)
downloadglibc-017678433caae358b1782a2438b10e1ed510a8ad.zip
glibc-017678433caae358b1782a2438b10e1ed510a8ad.tar.gz
glibc-017678433caae358b1782a2438b10e1ed510a8ad.tar.bz2
Suppress incorrect link warnings for NSS symbols
When glibc is built with --enable-static-nss, the warning that using NSS symbols requires the nss shared objects to be present is no longer true, as those symbols are built into libc. Suppress the warning for those symbols by providing a new macro (nss_interface_function) for the NSS functions that is defined as static_link_warning in the normal case, and empty for static NSS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 021b0cd..e65ea23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-10-30 Chris Metcalf <cmetcalf@tilera.com>
+
+ * nss/nsswitch.h (nss_interface_function): Provide new
+ macro for use with NSS functions.
+ * grp/initgroups.c: Use new macro.
+ * nss/getXXbyYY.c: Likewise.
+ * nss/getXXbyYY_r.c: Likewise.
+ * nss/getXXent.c: Likewise.
+ * nss/getXXent_r.c: Likewise.
+ * sysdeps/posix/getaddrinfo.c: Likewise.
+
2012-10-30 Andreas Jaeger <aj@suse.de>
* po/ru.po: Update Russion translation from translation project.