aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2008-08-20 14:39:11 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-20 14:39:11 +0200
commit34afead0f14aeef2be80e295a408f7fbe489df50 (patch)
treea39ab44e6654d14f93c6191cad63fc9920f48605 /gcc/ada
parenta0005b2e7b9186eb071bb44ad5d80559bac82222 (diff)
downloadgcc-34afead0f14aeef2be80e295a408f7fbe489df50.zip
gcc-34afead0f14aeef2be80e295a408f7fbe489df50.tar.gz
gcc-34afead0f14aeef2be80e295a408f7fbe489df50.tar.bz2
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
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/gnat_ugn.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 5918edd..ec37b79 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