From: Cupertino Miranda Date: Mon, 3 Apr 2023 04:15:00 +0000 (-0600) Subject: Added item entry in docs for the new check_effective_target. X-Git-Tag: basepoints/gcc-14~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0c4a1c5b94457ab3f6992bea8f633ed0b5aefd;p=thirdparty%2Fgcc.git Added item entry in docs for the new check_effective_target. gcc/ * doc/sourcebuild.texi (const_volatile_readonly_section): Document new check_effective_target function. --- diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 8f1c7b65d69d..3e7dc05c5e14 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2775,6 +2775,9 @@ Target supports automatic stack alignment. @item branch_cost Target supports @option{-branch-cost=N}. +@item const_volatile_readonly_section +Target places const volatile variables in readonly sections. + @item cxa_atexit Target uses @code{__cxa_atexit}.