From: H.J. Lu Date: Thu, 9 Apr 2020 02:31:45 +0000 (-0700) Subject: x86: Correct -mlfence-before-indirect-branch= documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3071b197da66dce3877b785c8176352762b45ccc;p=binutils-gdb.git x86: Correct -mlfence-before-indirect-branch= documentation Replace "after indirect near branch" with "before indirect near branch". * doc/c-i386.texi: Correct -mlfence-before-indirect-branch= documentation. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d7293e1b583..ecc3b983bdb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-04-08 H.J. Lu + + * doc/c-i386.texi: Correct -mlfence-before-indirect-branch= + documentation. + 2020-04-08 Gunther Nikl * config/tc-moxie.h (MD_PCREL_FROM_SECTION): Delete define. diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 8141a84d977..628fb1ad5a6 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -484,12 +484,12 @@ lfence, which is the default. @item -mlfence-before-indirect-branch=@var{register} @itemx -mlfence-before-indirect-branch=@var{memory} These options control whether the assembler should generate lfence -after indirect near branch instructions. +before indirect near branch instructions. @option{-mlfence-before-indirect-branch=@var{all}} will generate lfence -after indirect near branch via register and issue a warning before +before indirect near branch via register and issue a warning before indirect near branch via memory. @option{-mlfence-before-indirect-branch=@var{register}} will generate -lfence after indirect near branch via register. +lfence before indirect near branch via register. @option{-mlfence-before-indirect-branch=@var{memory}} will issue a warning before indirect near branch via memory. @option{-mlfence-before-indirect-branch=@var{none}} will not generate