Commit 1527df58 by David H. Gutteridge Committed by Jeff Law

re PR target/84838 (Minor grammar fixes for x86 options)

	PR target/84838
	* Minor grammar fixes for x86 options.

From-SVN: r258694
parent 5dfb5e5b
2018-03-20 David H. Gutteridge <dhgutteridge@sympatico.ca>
PR target/84838
* Minor grammar fixes for x86 options.
2018-03-20 Jakub Jelinek <jakub@redhat.com> 2018-03-20 Jakub Jelinek <jakub@redhat.com>
PR debug/84875 PR debug/84875
......
...@@ -27893,9 +27893,9 @@ You can control this behavior for a specific function by using the ...@@ -27893,9 +27893,9 @@ You can control this behavior for a specific function by using the
function attribute @code{indirect_branch}. @xref{Function Attributes}. function attribute @code{indirect_branch}. @xref{Function Attributes}.
Note that @option{-mcmodel=large} is incompatible with Note that @option{-mcmodel=large} is incompatible with
@option{-mindirect-branch=thunk} nor @option{-mindirect-branch=thunk} and
@option{-mindirect-branch=thunk-extern} since the thunk function may @option{-mindirect-branch=thunk-extern} since the thunk function may
not be reachable in large code model. not be reachable in the large code model.
Note that @option{-mindirect-branch=thunk-extern} is incompatible with Note that @option{-mindirect-branch=thunk-extern} is incompatible with
@option{-fcf-protection=branch} and @option{-fcheck-pointer-bounds} @option{-fcf-protection=branch} and @option{-fcheck-pointer-bounds}
...@@ -27914,9 +27914,9 @@ using the function attribute @code{function_return}. ...@@ -27914,9 +27914,9 @@ using the function attribute @code{function_return}.
@xref{Function Attributes}. @xref{Function Attributes}.
Note that @option{-mcmodel=large} is incompatible with Note that @option{-mcmodel=large} is incompatible with
@option{-mfunction-return=thunk} nor @option{-mfunction-return=thunk} and
@option{-mfunction-return=thunk-extern} since the thunk function may @option{-mfunction-return=thunk-extern} since the thunk function may
not be reachable in large code model. not be reachable in the large code model.
@item -mindirect-branch-register @item -mindirect-branch-register
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment