]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Gah. Merge error
authorGary V. Vaughan <gary@gnu.org>
Thu, 23 Sep 2004 13:46:46 +0000 (13:46 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 23 Sep 2004 13:46:46 +0000 (13:46 +0000)
corrected.

ChangeLog
m4/libtool.m4

index e07d61d9e7e12a2e469ce7fed38938725053cbdc..5fbc5ac08460c328447e8e07ba7ef636d1333f01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-04-09-23  Gary V. Vaughan  <gary@gnu.org>
+2004-09-23  Gary V. Vaughan  <gary@gnu.org>
+
+       * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Gah.  Merge error
+       corrected.
+
+2004-09-23  Gary V. Vaughan  <gary@gnu.org>
 
        Since defs can change (path to grep for example) when it is made
        for a different host, it can't be shipped.  That also means that
index d2d87c1afcb5c2c1014310b765da08a0bf09cd2f..f5229b2696356e0823157c6f4b63d06e19828b01 100644 (file)
@@ -2726,12 +2726,6 @@ case `$NM -V 2>&1` in
   symcode='[[ABCDGIRSTW]]' ;;
 esac
 
-# If we're using GNU nm, then use its standard symbol codes.
-case `$NM -V 2>&1` in
-*GNU* | *'with BFD'*)
-  symcode='[[ABCDGIRSTW]]' ;;
-esac
-
 # Transform an extracted symbol line into a proper C declaration.
 # Some systems (esp. on ia64) link data and code symols differently,
 # so use this general approach.