From 2a0c4a1c5b94457ab3f6992bea8f633ed0b5aefd Mon Sep 17 00:00:00 2001 From: Cupertino Miranda Date: Sun, 2 Apr 2023 22:15:00 -0600 Subject: [PATCH] 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. --- gcc/doc/sourcebuild.texi | 3 +++ 1 file changed, 3 insertions(+) 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}. -- 2.47.2