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.
This commit is contained in:
Cupertino Miranda
2023-04-02 22:15:00 -06:00
committed by Jeff Law
parent 63e95a83ce
commit 2a0c4a1c5b
+3
View File
@@ -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}.