]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Custom $symcode for Tru64 UNIX to catch 'Q',
authorAlbert Chin-A-Young <china@thewrittenword.com>
Tue, 10 Sep 2002 13:50:06 +0000 (13:50 +0000)
committerRobert Boehne <rboehne@gnu.org>
Tue, 10 Sep 2002 13:50:06 +0000 (13:50 +0000)
read-only constants.

ChangeLog
libtool.m4

index 3c9a05caa14b036e205e31ebbbe6a6203d147eab..68f5e1340f63f01139c2647a410489ac6c74ac5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-09  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * libtool.m4: Custom $symcode for Tru64 UNIX to catch 'Q',
+       read-only constants.
+
 2002-09-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.de>
 
        * libtool.m4 (osf[345]): Append $major to soname_spec.
index f050acffec9c1a4c3085b3aca95aaebf885bc582..3566c3f40d6819973f3185e9ce491f7bb8fe45e9 100644 (file)
@@ -3941,6 +3941,9 @@ hpux*) # Its linker distinguishes data from code symbols
 irix* | nonstopux*)
   symcode='[[BCDEGRST]]'
   ;;
+osf*)
+  symcode='[[BCDEGQRST]]'
+  ;;
 solaris* | sysv5*)
   symcode='[[BDT]]'
   ;;