From ea2a0434014516c7f680d24f0e702b407be1b83e Mon Sep 17 00:00:00 2001 From: Cupertino Miranda Date: Mon, 13 Mar 2023 17:45:14 +0000 Subject: [PATCH] Added item entry in docs for the new check_effective_target. More precisely for: - check_effective_target_const_volatile_readonly_section --- gcc/doc/sourcebuild.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index be4318221cc..c614292f864 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2777,6 +2777,9 @@ Target supports @option{-branch-cost=N}. @item cxa_atexit Target uses @code{__cxa_atexit}. +@item const_volatile_readonly_section +Target places const volatile variables in readonly sections. + @item default_packed @anchor{default_packed} Target has packed layout of structure members by default. -- 2.38.1