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]

Re: PATCH: extensions.html


On Fri, 11 Aug 2000, Rodney Brown wrote:
> 2000-08-11  Rodney Brown  <RodneyBrown@mynd.com>
> 	* Add reference to StackGuard
> 	* Add reference to Cacheprof

Thanks! I made some minor changes (One <h2> was a bit long, and we should
refer to GNU/Linux instead of linux) and installed the patch below.

Gerald

Index: extensions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 extensions.html
--- extensions.html	2000/06/10 13:42:28	1.7
+++ extensions.html	2000/08/12 11:11:14
@@ -92,6 +92,19 @@ eventually be incorporated into GCC.  If
 pointer bounds checker, it has the advantage of better run-time
 performance and support for languages other than C.</p>
 
+<h2>
+<a href="http://www.immunix.org/stackguard.html">StackGuard</a></h2>
+
+<p>StackGuard emits programs hardened against "stack smashing" attacks on
+x86 GNU/Linux. StackGuard 2.0 is based on egcs-1.1.2 (gcc version 2.91.66);
+StackGuard 1.21 is based on gcc-2.7.2.</p>
+
+<h2><a href="http://www.cacheprof.org">Cacheprof</a></h2>
+
+<p>An open-source tool for investigating cache effects in programs
+(on x86 GNU/Linux, though possibly portable to other x86 POSIX targets).
+</p>
+
 <hr>
 
 <h1>GCC Museum</h1>


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