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]

[committed] Fix broken link in changes.html


Hello,

this patch fixes a broken link in GCC 4.0. Thanks to Jim Wilson for pointing me
to a copy of the original page so that I could import it into the Wiki.

Committed as obvious.

Giovanni Bajo


Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v
retrieving revision 1.33
diff -c -3 -p -r1.33 changes.html
*** changes.html        28 Feb 2005 07:32:45 -0000      1.33
--- changes.html        12 Mar 2005 19:19:46 -0000
*************** class N::A {
*** 500,509 ****
        planning) complete avoidance of symbol clashes when manually loading
        shared objects with RTLD_GLOBAL, thus finally solving problems many
        projects such as python were forced to use RTLD_LOCAL for (with its
!       resulting issues for C++ correctness). You can find more information
abo
ut
!       using these options at <a
!       href="http://www.nedprod.com/programs/gccvisibility.html";>
!       http://www.nedprod.com/programs/gccvisibility.html</a></li>
    </ul>

  </body>
--- 500,509 ----
        planning) complete avoidance of symbol clashes when manually loading
        shared objects with RTLD_GLOBAL, thus finally solving problems many
        projects such as python were forced to use RTLD_LOCAL for (with its
!       resulting issues for C++ correctness). You can find more information
!       about using these options at <a
!       href="http://gcc.gnu.org/wiki/Visibility";>
!       http://gcc.gnu.org/wiki/Visibility</a>.</li>
    </ul>

  </body>


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