From: Iain Sandoe Date: Wed, 5 Jun 2019 08:27:37 +0000 (+0000) Subject: backport documentation for target supports (mfentry availability). X-Git-Tag: releases/gcc-9.2.0~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1afda327dfa94af928c599f5330669f52e473af4;p=thirdparty%2Fgcc.git backport documentation for target supports (mfentry availability). This was missed with the backport of the mfentry changes for Darwin, and documents the target-supports addition only. (NFC). Corrected ChangeLog gcc/ 2019-06-05 Iain Sandoe Backport from mainline. 2019-05-23 Iain Sandoe * doc/sourcebuild.texi: Document mfentry target support. From-SVN: r271951 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b30f808027b..a62b34e8a92c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2019-06-05 Iain Sandoe + + Backport from mainline. + 2019-05-23 Iain Sandoe + * doc/sourcebuild.texi: Document mfentry target support. + 2019-05-30 Jakub Jelinek * tree-predcom.c (is_inv_store_elimination_chain): Fix a typo - lenght @@ -9,7 +15,6 @@ 2019-05-23 Iain Sandoe * config/i386/darwin.h: Reject -mfentry*. - * doc/sourcebuild.texi: Document mfentry target support. 2019-05-30 Iain Sandoe diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index cf12d7483712..546af7f7261b 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2382,6 +2382,10 @@ Target supports compiling @code{aes} instructions. @item fma4 Target supports compiling @code{fma4} instructions. +@item mfentry +Target supports the @code{-mfentry} option that alters the +position of profiling calls such that they precede the prologue. + @item ms_hook_prologue Target supports attribute @code{ms_hook_prologue}.