diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2018-01-12 11:25:31 +0000 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2018-01-12 12:25:31 +0100 |
commit | 7dbf870757aa5a35d52a2e1a3c40ce488c898d14 (patch) | |
tree | 44e34eefac5f2edcde2fc8879c1502a9c9860c8b /gcc | |
parent | 371ae937660d0a6e5c1ce680c775d37d7ff13ba9 (diff) | |
download | gcc-7dbf870757aa5a35d52a2e1a3c40ce488c898d14.zip gcc-7dbf870757aa5a35d52a2e1a3c40ce488c898d14.tar.gz gcc-7dbf870757aa5a35d52a2e1a3c40ce488c898d14.tar.bz2 |
Add doc for branch_cost effective target.
2018-01-12 Christophe Lyon <christophe.lyon@linaro.org>
gcc/
* doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
Add item for branch_cost.
From-SVN: r256574
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a8737dc..f23d68d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-01-12 Christophe Lyon <christophe.lyon@linaro.org> + + * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes): + Add item for branch_cost. + 2018-01-12 Eric Botcazou <ebotcazou@adacore.com> PR rtl-optimization/83565 diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index f7de713..e4a3835 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2133,6 +2133,9 @@ Target supports wide characters. @item automatic_stack_alignment Target supports automatic stack alignment. +@item branch_cost +Target supports @option{-branch-cost=N}. + @item cxa_atexit Target uses @code{__cxa_atexit}. |