about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2012-04-06 13:49:35 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2012-04-06 13:49:35 -0700
commit62470f605ed931f88fb1993f4440d5bb02afa2b1 (patch)
tree5a52238f0bbc400ec5d72ebc2f0493cd9dbbc549 /ChangeLog
parentf23a86baf73e610843ac723fbdd59e7234e6d31d (diff)
downloadglibc-62470f605ed931f88fb1993f4440d5bb02afa2b1.tar.gz
glibc-62470f605ed931f88fb1993f4440d5bb02afa2b1.tar.xz
glibc-62470f605ed931f88fb1993f4440d5bb02afa2b1.zip
2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
	[BZ #13895]
	* nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
	extra indirection.
	* nss/Makefile (tests-static, tests): Add tst-nss-static.
	* nss/tst-nss-static.c: New.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a800cb3da..27980f5691 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	[BZ #13895]
+	* nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
+	extra indirection.
+	* nss/Makefile (tests-static, tests): Add tst-nss-static.
+	* nss/tst-nss-static.c: New.
+
 2012-04-06  Robert Millan  <rmh@gnu.org>
 
 	[BZ #6486]