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]

[wwwdocs] extensions.html cleanup


Clean up references to boundschecking patches.

Installed.

Gerald

Index: extensions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v
retrieving revision 1.39
diff -u -3 -p -r1.39 extensions.html
--- extensions.html	21 Sep 2006 14:17:36 -0000	1.39
+++ extensions.html	19 Feb 2007 09:27:45 -0000
@@ -24,8 +24,6 @@ architecture.</p>
 <h2>
 Bounds checking patches for
 <a href="http://sourceforge.net/projects/boundschecking/";>GCC releases</a>
-and
-<a href="ftp://ftp.newspapersystems.com/pub/binaries/boundschecking";>GCC snapshots</a>
 </h2>
 
 <p>These patches add a <code>-fbounds-checking</code> flag that
@@ -35,8 +33,8 @@ Richard Jones developed the
 patches against gcc 2.7</a> in 1995.
 Herman ten Brugge is the current maintainer and has updated the patches for
 GCC 2.95.2 and later.
-<a href="http://williambader.com";>William Bader</a> has
-<a href="ftp://ftp.newspapersystems.com/pub/binaries/boundschecking/";>patches
+William Bader has
+<a href="http://williambader.com/bounds/example.html#download";>patches
 as well</a>.</p>
 
 <p>You may freely mix object modules compiled with and without bounds
@@ -45,9 +43,6 @@ checking.  The bounds checker also inclu
 invalid calls against checked memory objects, even from modules
 compiled without bounds checking.</p>
 
-<p>Here is a
-<a href="ftp://ftp.newspapersystems.com/pub/binaries/boundschecking/example.html#Example";>
-compilation and execution</a> of an example program.</p>
 
 <h2><a href="http://www.research.ibm.com/trl/projects/security/ssp/";>ProPolice
 Stack-Smashing Protector</a></h2>


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