From 34afead0f14aeef2be80e295a408f7fbe489df50 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 20 Aug 2008 14:39:11 +0200 Subject: [PATCH] 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 --- gcc/ada/gnat_ugn.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 5918edda65b..ec37b79e4ad 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