diff options
author | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-14 01:49:45 +0000 |
---|---|---|
committer | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-14 01:49:45 +0000 |
commit | 8f20ca1e5af23c80f4135c36dabf5ba64741b32f (patch) | |
tree | f33cf1d7542e054a36a3733208d179ca67177b8c /gcc/doc | |
parent | ffef6e11e6ab551af8a1937236105b853ce9a4b7 (diff) | |
download | gcc-8f20ca1e5af23c80f4135c36dabf5ba64741b32f.tar.gz |
* doc/sourcebuild.texi: Mention libbanshee and libmudflap.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81824 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 03a450a2b99..d42ccbf6639 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -53,6 +53,9 @@ Headers for the @code{libiberty} library. @item libada The Ada runtime library. +@item libbanshee +The @code{libbanshee} library, used for Andersen-style points-to analysis. + @item libf2c The Fortran 77 runtime library. @@ -71,6 +74,10 @@ about this library. @item libjava The Java runtime library. +@item libmudflap +The @code{libmudflap} library, used for instrumenting pointer and array +dereferencing operations. + @item libobjc The Objective-C runtime library. |