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
This commit is contained in:
parent
6de88c6a1c
commit
8e90f6107b
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue