This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH COMMITTED] Mention IFUNC enhancements to testsuite in NEWS.


	* NEWS: Mention IFUNC testsuite enhancements.
---
 ChangeLog | 2 ++
 NEWS      | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 66bc6fb..7f65deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-12-13  David S. Miller  <davem@davemloft.net>
 
+	* NEWS: Mention IFUNC testsuite enhancements.
+
 	* po/pl.po: Update from translation team.
 	* po/bg.po: Likewise.
 
diff --git a/NEWS b/NEWS
index 439b3cd..bd66e75 100644
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,10 @@ Version 2.17
 * Improved support for cross-compilation, including cross-testing and
   bootstrap builds without a previously built glibc.
 
+* Several testsuite tests are now able to test multiple IFUNC variants of an
+  interface, rather than just testing the one that would be choosen by
+  default.
+
 * New configure options --with-bugurl and --with-pkgversion, for
   distributors to use to embed their bug-reporting and package version
   information in --help and --version output.
-- 
1.7.11.7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]