ld/NEWS: Clarify -z [no]indirect-extern-access

-z [no]indirect-extern-access are only for x86 ELF linker.
This commit is contained in:
H.J. Lu 2021-07-09 07:36:42 -07:00
parent 68c49d3ad1
commit d66aeea93d

View file

@ -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.