about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2018-01-22 15:54:02 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2018-01-22 15:54:02 +0000
commit25fb7dd6511f0f6eb3793215dbcb76f65cb80347 (patch)
tree77c910b23e76123730c643c05247db3caee0488f
parent21c0696cdef617517de6e25711958c40455c554f (diff)
downloadglibc-25fb7dd6511f0f6eb3793215dbcb76f65cb80347.tar.gz
glibc-25fb7dd6511f0f6eb3793215dbcb76f65cb80347.tar.xz
glibc-25fb7dd6511f0f6eb3793215dbcb76f65cb80347.zip
Fix the wording in NEWS to use "or later"
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d8f99b45e2..35f8535d0b 100644
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,8 @@ Major new features:
   memory and performance.  When the library is built with --enable-static-pie
   the resulting libc.a is usable with GCC 8 and above to create static PIE
   executables using the GCC option '-static-pie'.  This feature is currently
-  supported on i386, x86_64 and x32 with binutils >=2.29, and on aarch64 with
-  binutils >=2.30.
+  supported on i386, x86_64 and x32 with binutils 2.29 or later, and on
+  aarch64 with binutils 2.30 or later.
 
 * Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, cosf,
   sinf, sincosf and tan with FMA, contributed by Arjan van de Ven and