diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-25 08:44:54 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-25 08:44:54 -0700 |
commit | 8df93cb5652730d99242e7de86679d3930a2a1b6 (patch) | |
tree | 06fc9982bcf761eb67fd84825587d11f8d5a9342 /ld/ld.texinfo | |
parent | ac7936dfd0c85e5de2dfec45ca0dbf72baeffa51 (diff) | |
download | gdb-8df93cb5652730d99242e7de86679d3930a2a1b6.zip gdb-8df93cb5652730d99242e7de86679d3930a2a1b6.tar.gz gdb-8df93cb5652730d99242e7de86679d3930a2a1b6.tar.bz2 |
ld: Correct -z ibt documentation
* ld.texinfo: Correct -z ibt.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 290c3a0..1478888 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1180,7 +1180,7 @@ all dynamic objects loaded by the application. Generate Intel Indirect Branch Tracking (IBT) enabled PLT entries. Supported for Linux/i386 and Linux/x86_64. -@item IBT +@item ibt Generate GNU_PROPERTY_X86_FEATURE_1_IBT in .note.gnu.property section to indicate compatibility with IBT. This also implies @option{ibtplt}. Supported for Linux/i386 and Linux/x86_64. |