aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorDave Korn <dave.korn.cygwin@gmail.com>2009-12-05 06:13:44 +0000
committerDave Korn <davek@gcc.gnu.org>2009-12-05 06:13:44 +0000
commit2e6623d8fadb64f50348bc88bd45e2a444a6a7d1 (patch)
treeb7d0395eccd7fb956dc90ed7ae9250d8717d028c /libstdc++-v3
parent364f9c6bf65b5d01561f622a42a8a508a3009300 (diff)
downloadgcc-2e6623d8fadb64f50348bc88bd45e2a444a6a7d1.zip
gcc-2e6623d8fadb64f50348bc88bd45e2a444a6a7d1.tar.gz
gcc-2e6623d8fadb64f50348bc88bd45e2a444a6a7d1.tar.bz2
os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide empty definition.
* config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide empty definition. From-SVN: r155008
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/config/os/hpux/os_defines.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4c4fbbf..e9842ce 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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
diff --git a/libstdc++-v3/config/os/hpux/os_defines.h b/libstdc++-v3/config/os/hpux/os_defines.h
index e9131a3..6edafe2 100644
--- a/libstdc++-v3/config/os/hpux/os_defines.h
+++ b/libstdc++-v3/config/os/hpux/os_defines.h
@@ -36,6 +36,11 @@
// 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.