about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
-rw-r--r--README4
3 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d15141053e..b730c09853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
 
+	* README: Do not mention ports directory.
+
 	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
 	Remove macro.
 	* sysdeps/unix/sysv/linux/futimes.c: Do not include
diff --git a/NEWS b/NEWS
index 3ddbec1a21..e854c251e7 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,10 @@ Version 2.20
   deference a dangling pointer, or use an unexpected pathname argument if
   the string was modified after the posix_spawn_file_actions_addopen
   invocation.
+
+* All supported architectures now use the main glibc sysdeps directory
+  instead of some being in a separate "ports" directory (which was
+  distributed separately before glibc 2.17).
 
 Version 2.19
 
diff --git a/README b/README
index 3743241da0..ce7d10342b 100644
--- a/README
+++ b/README
@@ -45,10 +45,6 @@ The GNU C Library supports these configurations for using Linux kernels:
 	tilegx-*-linux-gnu
 	tilepro-*-linux-gnu
 
-The code for other CPU configurations supported by volunteers outside of
-the core glibc maintenance effort is contained in the `ports' add-on,
-located in the `ports' subdirectory of the source tree.
-
 If you are interested in doing a port, please contact the glibc
 maintainers; see http://www.gnu.org/software/libc/ for more
 information.