From: Tristan Gingold Date: Wed, 20 Aug 2008 12:39:11 +0000 (+0200) Subject: gnat_ugn.texi: Gcov is not supported on static library on AIX. X-Git-Tag: releases/gcc-4.4.0~3049 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34afead0f14aeef2be80e295a408f7fbe489df50;p=thirdparty%2Fgcc.git gnat_ugn.texi: Gcov is not supported on static library on AIX. 2008-08-20 Tristan Gingold * gnat_ugn.texi: Gcov is not supported on static library on AIX. From-SVN: r139285 --- diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 5918edda65b5..ec37b79e4ad3 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -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