public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-2110] docs: Add @cindex for some attributes
@ 2023-06-26 22:08 Andrew Pinski
  0 siblings, 0 replies; only message in thread
From: Andrew Pinski @ 2023-06-26 22:08 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0aad1da62208078c04b373feb4cf90a0659eebc0

commit r14-2110-g0aad1da62208078c04b373feb4cf90a0659eebc0
Author: Andrew Pinski <apinski@marvell.com>
Date:   Mon Jun 26 15:02:11 2023 -0700

    docs: Add @cindex for some attributes
    
    While looking for the access attribute,
    I tried to find it via the concept index but it was
    missing. This patch fixes that and adds one for
    interrupt/interrupt_handler too.
    
    Committed as obvious after building the HTML docs
    and looking at the resulting concept index page.
    
    gcc/ChangeLog:
    
            * doc/extend.texi (access attribute): Add
            cindex for it.
            (interrupt/interrupt_handler attribute):
            Likewise.

Diff:
---
 gcc/doc/extend.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 3040a9bdea6..05afd9ae3d9 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -2573,6 +2573,7 @@ The following attributes are supported on most targets.
 @table @code
 @c Keep this table alphabetized by attribute name.  Treat _ as space.
 
+@cindex @code{access} function attribute
 @item access (@var{access-mode}, @var{ref-index})
 @itemx access (@var{access-mode}, @var{ref-index}, @var{size-index})
 
@@ -3339,6 +3340,8 @@ int S::interface (int) __attribute__ ((ifunc ("_ZN1S8resolverEv")));
 Indirect functions cannot be weak.  Binutils version 2.20.1 or higher
 and GNU C Library version 2.11.1 are required to use this feature.
 
+@cindex @code{interrupt_handler} function attribute
+@cindex @code{interrupt} function attribute
 @item interrupt
 @itemx interrupt_handler
 Many GCC back ends support attributes to indicate that a function is

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-26 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-26 22:08 [gcc r14-2110] docs: Add @cindex for some attributes Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).