diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2003-07-09 18:51:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2003-07-09 18:51:36 +0000 |
commit | c2f82a8421c641148bbec355702b2a3563546c1d (patch) | |
tree | 49180dd5aa0537f9c22bfea6c752c858a4bfead8 | |
parent | bda8c1ca80d2b9bb1d448d6d29ee217fbf06f9c7 (diff) | |
download | gcc-c2f82a8421c641148bbec355702b2a3563546c1d.zip gcc-c2f82a8421c641148bbec355702b2a3563546c1d.tar.gz gcc-c2f82a8421c641148bbec355702b2a3563546c1d.tar.bz2 |
install.texi (Configuration): Document the valgrind option to --enable-checking.
* doc/install.texi (Configuration): Document the valgrind option
to --enable-checking.
From-SVN: r69146
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3cde5c8..f70537e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-09 Hans-Peter Nilsson <hp@bitrange.com> + + * doc/install.texi (Configuration): Document the valgrind option + to --enable-checking. + Wed Jul 9 16:16:30 CEST 2003 Jan Hubicka <jh@suse.cz> * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 620a199..f648caa 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1037,10 +1037,12 @@ compiler and may only work properly if you are building the compiler with GCC@. This is on by default when building from CVS or snapshots, but off for releases. More control over the checks may be had by specifying @var{list}; the categories of checks available are -@samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl}, @samp{rtlflag} and -@samp{gcac}. The -default when @var{list} is not specified is @samp{misc,tree,gc,rtlflag}; the -checks @samp{rtl} and @samp{gcac} are very expensive. +@samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl}, @samp{rtlflag}, +@samp{gcac} and @samp{valgrind}. The check @samp{valgrind} requires the +external @command{valgrind} simulator, available from +@uref{http://developer.kde.org/~sewardj/}. The default when @var{list} is +not specified is @samp{misc,tree,gc,rtlflag}; the checks @samp{rtl}, +@samp{gcac} and @samp{valgrind} are very expensive. @item --enable-coverage @item --enable-coverage=@var{level} |