diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-08-04 18:16:23 +0200 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-17 15:07:33 -0300 |
commit | 487c4965f794d3d8da4a20e4862d60a6e853cb5b (patch) | |
tree | 038dc22949230be09b8b4b7dcfe7f193d401f1eb | |
parent | 0361fd3e89ab2a3cb68f15c22a4c5dea52b196e0 (diff) | |
download | gcc-487c4965f794d3d8da4a20e4862d60a6e853cb5b.zip gcc-487c4965f794d3d8da4a20e4862d60a6e853cb5b.tar.gz gcc-487c4965f794d3d8da4a20e4862d60a6e853cb5b.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.
-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 |