From: dpatel Date: Mon, 14 Mar 2005 22:34:36 +0000 (+0000) Subject: * doc/invoke.texi: Add reference to Visibility document. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6499015dbf70f8b5a7f626a6e11b529ec4e2039;p=thirdparty%2Fgcc.git * doc/invoke.texi: Add reference to Visibility document. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96453 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4dcee1a02bc1..9150a8c56e5c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-03-14 Devang Patel + + * doc/invoke.texi: Add reference to Visibility document. + 2005-03-14 Richard Sandiford * config.gcc (mips*-*-*): Rename MASK_SPLIT_ADDRS to diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c30b161888d0..51cebb58754d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -12410,6 +12410,9 @@ abundantly clear also aids readability and self-documentation of the code. Note that due to ISO C++ specification requirements, operator new and operator delete must always be of default visibility. +An overview of these techniques, their benefits and how to use them +is at @w{@uref{http://gcc.gnu.org/wiki/Visibility}}. + @end table @c man end