ld/NEWS: Clarify -z [no]indirect-extern-access
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Jul 2021 14:36:42 +0000 (07:36 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Jul 2021 14:36:42 +0000 (07:36 -0700)
-z [no]indirect-extern-access are only for x86 ELF linker.

ld/NEWS

diff --git a/ld/NEWS b/ld/NEWS
index 59d1d3c979d28ac30675354da1a5cd40e69fb620..6e0b56658d37342dfaf84d062ef5a416ecaa8f17 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,7 +1,7 @@
 -*- text -*-
 
-* Add -z indirect-extern-access/-z noindirect-extern-access to control
-  canonical function pointers and copy relocation.
+* Add -z indirect-extern-access/-z noindirect-extern-access to x86 ELF
+  linker to control canonical function pointers and copy relocation.
 
 * Add --max-cache-size=SIZE to set the the maximum cache size to SIZE
   bytes.