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.10-125-g0373df7


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-125-g0373df7
Date: Sat, 28 Aug 2010 12:45:26 +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  0373df7675e4a18f83951ff0c3aff3201a5b3b4f (commit)
      from  82f2a825a7ec3d414d76b685b82cb81345e13d83 (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 0373df7675e4a18f83951ff0c3aff3201a5b3b4f
Author: Dave Korn <address@hidden>
Date:   Sat Aug 28 14:43:02 2010 +0200

    Ensure cwrapper magic string is not optimized away.
    
    * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src):
    Declare MAGIC_EXE as volatile.
    Report by Charles Wilson.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index af7c535..5df42d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-28  Dave Korn  <address@hidden>
+
+       Ensure cwrapper magic string is not optimized away.
+       * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src):
+       Declare MAGIC_EXE as volatile.
+       Report by Charles Wilson.
+
 2010-08-28  Ralf Wildenhues  <address@hidden>
 
        Fix quoting in non-XSI func_xform, for IRIX sh.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index a1f3b35..746718a 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -3181,7 +3181,7 @@ void lt_dump_script (FILE *f);
 EOF
 
            cat <<EOF
-const char * MAGIC_EXE = "$magic_exe";
+volatile const char * MAGIC_EXE = "$magic_exe";
 const char * LIB_PATH_VARNAME = "$shlibpath_var";
 EOF
 


hooks/post-receive
-- 
GNU Libtool



reply via email to

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