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 b5282894cf194b878322bf2688bd90571bef1c69 (commit)
via 20e67cc02242b12189020a51441a65c59546aa56 (commit)
from 90dff3e4da1fa51733dd8d5cec332786aa57faef (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 b5282894cf194b878322bf2688bd90571bef1c69
Author: Alon Bar-Lev <[EMAIL PROTECTED]>
Date: Sun Nov 23 15:23:58 2008 +0100
Fix func_win32_libid for 64-bit Windows.
* libltdl/config/ltmain.m4sh (func_win32_libid): Accept file
format 'pe-x86-64'.
* NEWS: Update.
Signed-off-by: Ralf Wildenhues <[EMAIL PROTECTED]>
commit 20e67cc02242b12189020a51441a65c59546aa56
Author: Ralf Wildenhues <[EMAIL PROTECTED]>
Date: Sun Nov 23 15:23:44 2008 +0100
Fix spacing in ChangeLog entries.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 ++++++++++---
NEWS | 1 +
libltdl/config/ltmain.m4sh | 3 ++-
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a88f9ce..af83a72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-23 Alon Bar-Lev <[EMAIL PROTECTED]> (tiny change)
+
+ Fix func_win32_libid for 64-bit Windows.
+ * libltdl/config/ltmain.m4sh (func_win32_libid): Accept file
+ format 'pe-x86-64'.
+ * NEWS: Update.
+
2008-11-23 Ralf Wildenhues <[EMAIL PROTECTED]>
Avoid newlines in some AT_CHECK commands.
@@ -42,7 +49,7 @@
* THANKS: Update.
Report by Ethan Mallove.
-2008-11-21 Charles Wilson <[EMAIL PROTECTED]>
+2008-11-21 Charles Wilson <[EMAIL PROTECTED]>
Fix --verbose option; add new --no-{silent|quiet|verbose} options.
@@ -1260,7 +1267,7 @@
* NEWS: Update.
Report by Andreas Schwab.
-2008-03-01 Gary V. Vaughan <[EMAIL PROTECTED]>
+2008-03-01 Gary V. Vaughan <[EMAIL PROTECTED]>
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
number to 2.3a.
@@ -1688,7 +1695,7 @@
Compile program file without libtool.
Report by Rainer Tammer.
-2008-01-07 Rainer Tammer <[EMAIL PROTECTED]> (tiny change)
+2008-01-07 Rainer Tammer <[EMAIL PROTECTED]> (tiny change)
Ralf Wildenhues <[EMAIL PROTECTED]>
Support AIX 6.1.
diff --git a/NEWS b/NEWS
index c00e404..1c99042 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ New in 2.2.8 2008-??-??: git version 2.2.7a, Libtool team:
- New libtool command line flag --no-verbose, which disables only
the extra "verbose" output messages and has no effect on the
default informational messages.
+ - Improved support for 64bit Windows (mingw64).
* Bug fixes:
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 28ad40d..e7dcdf2 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -2159,6 +2159,7 @@ static const void *lt_preloaded_setup() {
# Need a lot of goo to handle *both* DLLs and import libs
# Has to be a shell function in order to 'eat' the argument
# that is supplied when $file_magic_command is called.
+# Despite the name, also deal with 64 bit binaries.
func_win32_libid ()
{
$opt_debug
@@ -2170,7 +2171,7 @@ func_win32_libid ()
;;
*ar\ archive*) # could be an import, or static
if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
- $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
+ $EGREP 'file format (pe-i386(.*architecture: i386)?|pe-x86-64)'
>/dev/null; then
win32_nmres=`eval $NM -f posix -A $1 |
$SED -n -e '
1,100{
hooks/post-receive
--
GNU Libtool