From aba8a85d4bd98a84d8e2b1e94bfb77fdd0b8a57e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Sep 2006 16:21:09 +0000 Subject: 2006-09-13 Joel Sherrill * new_chapters/Makefile.am, user/Makefile.am, user/c_user.texi, user/dirstat.texi, user/task.t: Move stack to first class citizen status. Include it in User Manual and rename to start with rtems_. * user/stackchk.t: New file. * new_chapters/stackchk.t: Removed. --- doc/user/c_user.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/user/c_user.texi') diff --git a/doc/user/c_user.texi b/doc/user/c_user.texi index 4ade92d03d..3336c1dae5 100644 --- a/doc/user/c_user.texi +++ b/doc/user/c_user.texi @@ -7,7 +7,7 @@ @c %**end of header @c -@c COPYRIGHT (c) 1988-2002. +@c COPYRIGHT (c) 1988-2006. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. @c @@ -100,6 +100,7 @@ @include userext.texi @include conf.texi @include mp.texi +@include stackchk.texi @include dirstat.texi @include example.texi @include glossary.texi @@ -134,6 +135,7 @@ This is the online version of the RTEMS C User's Guide. * User Extensions Manager:: * Configuring a System:: * Multiprocessing Manager:: +* Stack Bounds Checker:: * Directive Status Codes:: * Example Application:: * Glossary:: -- cgit v1.2.3