2008-08-20 Tristan Gingold <gingold@adacore.com>
* gnat_ugn.texi: Gcov is not supported on static library on AIX.
From-SVN: r139285
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