tree-optimization/105043: Object Size Checking docs cleanup
commitb3009222b7bb26654c1e93d34e65e8f80ae20595
authorSiddhesh Poyarekar <siddhesh@gotplt.org>
Thu, 15 Dec 2022 19:24:55 +0000 (15 14:24 -0500)
committerSiddhesh Poyarekar <siddhesh@gotplt.org>
Tue, 3 Jan 2023 15:24:30 +0000 (3 10:24 -0500)
tree12dcf17dd045cc4d2d53e6dac7e20922de844b89
parentd0558f420b2a5692fd38ac76ffa97ae6c1726ed9
tree-optimization/105043: Object Size Checking docs cleanup

Break the _FORTIFY_SOURCE-specific builtins out into a separate
subsection from Object Size Checking built-ins and mention
_FORTIFY_SOURCE in there so that the link between the object size
checking builtins, the helper builtins (e.g. __builtin___memcpy_chk) and
_FORTIFY_SOURCE is clearer.

gcc/ChangeLog:

PR tree-optimization/105043
* doc/extend.texi (Object Size Checking): Split out into two
subsections and mention _FORTIFY_SOURCE.

Signed-off-by: Siddhesh Poyarekar <siddhesh@gotplt.org>
gcc/doc/extend.texi