diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-08-04 18:16:23 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-08-04 18:16:23 +0200 |
commit | 73b7cb6dfcad1b3e7538ddc2b40cc327d2fe501a (patch) | |
tree | b0cbfd460f4ef7293c1ccce71feafd5365e61982 /gcc | |
parent | 76eafcc395d2bcd4147cb1ba1a8aff321571402f (diff) | |
download | gcc-73b7cb6dfcad1b3e7538ddc2b40cc327d2fe501a.zip gcc-73b7cb6dfcad1b3e7538ddc2b40cc327d2fe501a.tar.gz gcc-73b7cb6dfcad1b3e7538ddc2b40cc327d2fe501a.tar.bz2 |
doc: Add @cindex to symver attribute
When looking at the symver attr documentation in html, I found there is no
name to refer to for it.
2020-08-04 Jakub Jelinek <jakub@redhat.com>
* doc/extend.texi (symver): Add @cindex for symver function attribute.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/extend.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 0fb7e27..57a52ad 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3723,6 +3723,7 @@ Function Attributes}, @ref{PowerPC Function Attributes}, for details. @item symver ("@var{name2}@@@var{nodename}") +@cindex @code{symver} function attribute On ELF targets this attribute creates a symbol version. The @var{name2} part of the parameter is the actual name of the symbol by which it will be externally referenced. The @code{nodename} portion should be the name of a |