]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide empty definition.
authorDave Korn <dave.korn.cygwin@gmail.com>
Sat, 5 Dec 2009 06:13:44 +0000 (06:13 +0000)
committerDave Korn <davek@gcc.gnu.org>
Sat, 5 Dec 2009 06:13:44 +0000 (06:13 +0000)
* config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide
empty definition.

From-SVN: r155008

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/hpux/os_defines.h

index 4c4fbbf88aa1b0595f3f30e0bf93284003a8bf96..e9842cec1fb5452ad95fb6873fa8ffff65deabd2 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-05  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide
+       empty definition.
+
 2009-12-03  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR libstdc++/42261
index e9131a3b83a4774bfba436ac73ccc47ebb3c4ece..6edafe2243749e750c189d64531d271675aa0a37 100644 (file)
 // Use macro form of ctype functions to ensure __SB_masks is defined.
 #define _SB_CTYPE_MACROS 1
 
+// This would be defaulted in the main c++config header if we didn't
+// define it here, but it has to be defined before we can use the
+// namespace macros, so we have to define it to nothing here instead.
+#define _GLIBCXX_PSEUDO_VISIBILITY(V)
+
 /* HP-UX, for reasons unknown choose to use a different name for
    the string to [unsigned] long long conversion routines.