This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: invoke.texi: reference to web page that does not exist



On Mar 12, 2005, at 11:23 AM, Giovanni Bajo wrote:


Devang Patel <dpatel@apple.com> wrote:
Devang Patel <dpatel@apple.com> writes:
invoke.texi mentions following URL for further info on visibility
#pragmas.
   http://www.nedprod.com/programs/gccvisibility.html
but it does not exist.
Guess you should take it out, then.
Thanks. I applied following patch to mainline.
- An overview of these techniques, their benefits and how to use them
- is at @w{@uref{http://www.nedprod.com/programs/gccvisibility.html}}.
-
Devang,
this page is now mirrored locally at http://gcc.gnu.org/wiki/Visibility. Would
you please resurrect the link to the new page in invoke.texi?

Sure. Later today, I will apply following patch (with appropriate ChangeLog entry)
to mainline as obvious.


-
Devang

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.590
diff -Idpatel.pbxuser -c -3 -p -r1.590 invoke.texi
*** invoke.texi 13 Mar 2005 00:46:01 -0000      1.590
--- invoke.texi 14 Mar 2005 18:25:49 -0000
*************** abundantly clear also aids readability a
*** 12410,12415 ****
--- 12410,12418 ----
  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]