diff options
author | David Wohlferd <dw@LimeGreenSocks.com> | 2014-05-16 18:20:38 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2014-05-16 12:20:38 -0600 |
commit | 8e90f6107b1743217c65bc1ceba1c924d5ba4344 (patch) | |
tree | ac77fd0763429989e051610f99e2923b30af3e4e /gcc | |
parent | 6de88c6a1c7fb017720cf79a6f93e52221afdfb8 (diff) | |
download | gcc-8e90f6107b1743217c65bc1ceba1c924d5ba4344.zip gcc-8e90f6107b1743217c65bc1ceba1c924d5ba4344.tar.gz gcc-8e90f6107b1743217c65bc1ceba1c924d5ba4344.tar.bz2 |
extend.texi: (Visibility Pragmas) Fix misplaced @xref
2014-05-14 David Wohlferd <dw@LimeGreenSocks.com>
* doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
From-SVN: r210524
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f899ba1..4a19f1d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-05-16 David Wohlferd <dw@LimeGreenSocks.com> + + * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref + 2014-05-16 Jan Hubicka <hubicka@ucw.cz> * varpool.c (dump_varpool_node): Dump write-only flag. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 6e99d81..a3f219b 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -17084,8 +17084,7 @@ TODO - Remember to fix this}. This pragma allows the user to set the visibility for multiple declarations without having to give each a visibility attribute -@xref{Function Attributes}, for more information about visibility and -the attribute syntax. +(@pxref{Function Attributes}). In C++, @samp{#pragma GCC visibility} affects only namespace-scope declarations. Class members and template specializations are not |