diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-07-09 07:36:42 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-07-09 07:36:42 -0700 |
commit | d66aeea93d5e420f201b458938ccfe637ed5bad6 (patch) | |
tree | 3b375b5633fcc200bbf4671e7c5bf818070445f8 /ld/NEWS | |
parent | 68c49d3ad1be5c55f6181e04cc3c72691432b081 (diff) | |
download | gdb-d66aeea93d5e420f201b458938ccfe637ed5bad6.zip gdb-d66aeea93d5e420f201b458938ccfe637ed5bad6.tar.gz gdb-d66aeea93d5e420f201b458938ccfe637ed5bad6.tar.bz2 |
ld/NEWS: Clarify -z [no]indirect-extern-access
-z [no]indirect-extern-access are only for x86 ELF linker.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |