GCC with patches for OS216
修訂 | 1527df58b0d95af6401662040b3209d532f574c0 (tree) |
---|---|
時間 | 2018-03-21 07:22:28 |
作者 | David H. Gutteridge <dhgutteridge@symp...> |
Commiter | Jeff Law |
re PR target/84838 (Minor grammar fixes for x86 options)
PR target/84838
* Minor grammar fixes for x86 options.
From-SVN: r258694
@@ -1,3 +1,8 @@ | ||
1 | +2018-03-20 David H. Gutteridge <dhgutteridge@sympatico.ca> | |
2 | + | |
3 | + PR target/84838 | |
4 | + * Minor grammar fixes for x86 options. | |
5 | + | |
1 | 6 | 2018-03-20 Jakub Jelinek <jakub@redhat.com> |
2 | 7 | |
3 | 8 | PR debug/84875 |
@@ -27893,9 +27893,9 @@ You can control this behavior for a specific function by using the | ||
27893 | 27893 | function attribute @code{indirect_branch}. @xref{Function Attributes}. |
27894 | 27894 | |
27895 | 27895 | Note that @option{-mcmodel=large} is incompatible with |
27896 | -@option{-mindirect-branch=thunk} nor | |
27896 | +@option{-mindirect-branch=thunk} and | |
27897 | 27897 | @option{-mindirect-branch=thunk-extern} since the thunk function may |
27898 | -not be reachable in large code model. | |
27898 | +not be reachable in the large code model. | |
27899 | 27899 | |
27900 | 27900 | Note that @option{-mindirect-branch=thunk-extern} is incompatible with |
27901 | 27901 | @option{-fcf-protection=branch} and @option{-fcheck-pointer-bounds} |
@@ -27914,9 +27914,9 @@ using the function attribute @code{function_return}. | ||
27914 | 27914 | @xref{Function Attributes}. |
27915 | 27915 | |
27916 | 27916 | Note that @option{-mcmodel=large} is incompatible with |
27917 | -@option{-mfunction-return=thunk} nor | |
27917 | +@option{-mfunction-return=thunk} and | |
27918 | 27918 | @option{-mfunction-return=thunk-extern} since the thunk function may |
27919 | -not be reachable in large code model. | |
27919 | +not be reachable in the large code model. | |
27920 | 27920 | |
27921 | 27921 | |
27922 | 27922 | @item -mindirect-branch-register |