This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  2c47edfdef62ef8ed70299699fc10c00bfc50090 (commit)
      from  c7e6bd3060d5b4e0d5e6b4304b6ee14219f0ba04 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2c47edfdef62ef8ed70299699fc10c00bfc50090
Author: Ralf Wildenhues <[EMAIL PROTECTED]>
Date:   Thu Sep 4 20:57:17 2008 +0200

    Do not remove .gcno files when linking.
    
    * libltdl/config/ltmain.m4sh (func_mode_link): When removing
    potential output files before linking, do not remove *.gcno
    profile information GCC outputs next to object files in `.libs'.
    Report by Vincent Torri.
    
    Signed-off-by: Ralf Wildenhues <[EMAIL PROTECTED]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                  |    8 ++++++++
 libltdl/config/ltmain.m4sh |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index af1f78b..b5b3347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-04  Ralf Wildenhues  <[EMAIL PROTECTED]>
+
+       Do not remove .gcno files when linking.
+       * libltdl/config/ltmain.m4sh (func_mode_link): When removing
+       potential output files before linking, do not remove *.gcno
+       profile information GCC outputs next to object files in `.libs'.
+       Report by Vincent Torri.
+
 2008-09-01  Peter O'Gorman  <[EMAIL PROTECTED]>
 
        Revert 75142db4f8afc65ba7aae0ed80ea0b35bd9cc382 (AIX libltdl
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 7e319c9..814cc93 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -5963,7 +5963,7 @@ func_mode_link ()
        tempremovelist=`$ECHO "$output_objdir/*"`
        for p in $tempremovelist; do
          case $p in
-           *.$objext)
+           *.$objext | *.gcno)
               ;;
            $output_objdir/$outputname | $output_objdir/$libname.* | 
$output_objdir/${libname}${release}.*)
               if test "X$precious_files_regex" != "X"; then


hooks/post-receive
--
GNU Libtool


Reply via email to