]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gnat_ugn.texi: Gcov is not supported on static library on AIX.
authorTristan Gingold <gingold@adacore.com>
Wed, 20 Aug 2008 12:39:11 +0000 (14:39 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 20 Aug 2008 12:39:11 +0000 (14:39 +0200)
2008-08-20  Tristan Gingold  <gingold@adacore.com>

* gnat_ugn.texi: Gcov is not supported on static library on AIX.

From-SVN: r139285

gcc/ada/gnat_ugn.texi

index 5918edda65b52c83ac10183fc7f2f8a1f98af868..ec37b79e4ad3af1706222bcb5bce20e2b85f2d26 100644 (file)
@@ -22536,6 +22536,9 @@ implemented in @code{gcov}: you can now list all your project's files into a
 text file, and provide this file to gcov as a parameter,  preceded by a @@
 (e.g. @samp{gcov @@mysrclist.txt}).
 
+Note that on AIX compiling a static library with @code{-fprofile-arcs} is
+not supported as there can be unresolved symbols during the final link.
+
 @node Profiling an Ada Program using gprof
 @section Profiling an Ada Program using gprof
 @cindex gprof