libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.4-41-g2c47edf


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-41-g2c47edf
Date: Thu, 04 Sep 2008 18:57:43 +0000

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 <address@hidden>
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 <address@hidden>

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

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  <address@hidden>
+
+       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  <address@hidden>
 
        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

[Prev in Thread] Current Thread [Next in Thread]