diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 03f7111..28ff3c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-14 Ranjit Mathew <rmathew@hotmail.com> + + * doc/sourcebuild.texi: Mention libbanshee and libmudflap. + 2004-05-13 Andrew Pinski <pinskia@physics.uc.edu> * tree-ssa.c (delete_tree_ssa): XFREE diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 03a450a..d42ccbf 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. |