libtool-patches
[Top][All Lists]
Advanced

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

$symcode patch for Tru64 UNIX


From: Albert Chin
Subject: $symcode patch for Tru64 UNIX
Date: Sun, 11 Aug 2002 09:56:23 -0500
User-agent: Mutt/1.2.5i

Tru64 UNIX uses the default $symcode value which doesn't catch 'Q':
  Q   [Tru64 UNIX]  Read-only constants

This is generated by:
  const [data definition]
i.e.:
  const int foo = 1;

-- 
albert chin (address@hidden)

-- snip snip

2002-08-11  Albert Chin-A-Young  <address@hidden>

        * libtool.m4: Custom $symcode for Tru64 UNIX to catch 'Q',
          read-only constants.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.166.2.35
diff -u -3 -p -r1.166.2.35 libtool.m4
--- libtool.m4  25 Feb 2002 20:37:10 -0000      1.166.2.35
+++ libtool.m4  11 Aug 2002 14:51:16 -0000
@@ -221,6 +221,9 @@ hpux*) # Its linker distinguishes data f
 irix* | nonstopux*)
   symcode='[[BCDEGRST]]'
   ;;
+osf*)
+  symcode='[[BCDEGQRST]]'
+  ;;
 solaris* | sysv5*)
   symcode='[[BDT]]'
   ;;




reply via email to

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