about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-03-04 15:55:38 -0800
committerRoland McGrath <roland@hack.frob.com>2015-03-04 15:55:38 -0800
commit2752f3381b013df24752488488a4cc6e4716fd95 (patch)
tree4b8367f6aef904ae1496566d6de327b67d4fb129 /ChangeLog
parent2cfe32bc05b11b0dc633cd04f48f47734faf2399 (diff)
downloadglibc-2752f3381b013df24752488488a4cc6e4716fd95.tar.gz
glibc-2752f3381b013df24752488488a4cc6e4716fd95.tar.xz
glibc-2752f3381b013df24752488488a4cc6e4716fd95.zip
Split rpcent tests out of tst-netdb.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 10cdc67d21..9147b38492 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2015-03-04  Roland McGrath  <roland@hack.frob.com>
 
+	* nss/test-netdb.c: Don't #include <rpc/netdb.h>.
+	(setdb): Don't call __nss_configure_lookup for "rpc".
+	(do_test): Don't call test_rpc.
+	(output_rpcent, test_rpc): Functions moved ...
+	* sunrpc/test-rpcent.c: ... to this new file.
+	* sunrpc/Makefile (tests): Add it.
+
 	* nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
 	__xpg_sigpause.
 	* nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
@@ -7,8 +14,6 @@
 	* rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
 	* rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
 
-2015-03-04  Roland McGrath  <roland@hack.frob.com>
-
 	* configure.ac (libc_cv_cxx_link_ok): New check.
 	Reset CXX to empty if it fails to link.
 	* configure: Regenerated.