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

2008-08-20  Tristan Gingold  <gingold@adacore.com>

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

From-SVN: r139285
This commit is contained in:
Tristan Gingold 2008-08-20 14:39:11 +02:00 committed by Arnaud Charlet
parent a0005b2e7b
commit 34afead0f1
1 changed files with 3 additions and 0 deletions

View 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