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 <iain@sandoe.co.uk>
Backport from mainline.
2019-05-23 Iain Sandoe <iain@sandoe.co.uk>
* doc/sourcebuild.texi: Document mfentry target support.
From-SVN: r271951
+2019-06-05 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backport from mainline.
+ 2019-05-23 Iain Sandoe <iain@sandoe.co.uk>
+ * doc/sourcebuild.texi: Document mfentry target support.
+
2019-05-30 Jakub Jelinek <jakub@redhat.com>
* tree-predcom.c (is_inv_store_elimination_chain): Fix a typo - lenght
2019-05-23 Iain Sandoe <iain@sandoe.co.uk>
* config/i386/darwin.h: Reject -mfentry*.
- * doc/sourcebuild.texi: Document mfentry target support.
2019-05-30 Iain Sandoe <iain@sandoe.co.uk>
@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}.