From: David Wohlferd Date: Fri, 16 May 2014 18:20:38 +0000 (+0000) Subject: extend.texi: (Visibility Pragmas) Fix misplaced @xref X-Git-Tag: releases/gcc-5.1.0~7525 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e90f6107b1743217c65bc1ceba1c924d5ba4344;p=thirdparty%2Fgcc.git extend.texi: (Visibility Pragmas) Fix misplaced @xref 2014-05-14 David Wohlferd * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref From-SVN: r210524 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f899ba15db7e..4a19f1dea0e6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-05-16 David Wohlferd + + * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref + 2014-05-16 Jan Hubicka * varpool.c (dump_varpool_node): Dump write-only flag. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 6e99d81f509a..a3f219b6a07d 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