From: davek Date: Sat, 5 Dec 2009 06:13:44 +0000 (+0000) Subject: * config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=eee9b0460c4ee0abce480c6fd65424436b65d472;ds=sidebyside * config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide empty definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155008 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4c4fbbf88aa..e9842cec1fb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2009-12-05 Dave Korn + + * config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide + empty definition. + 2009-12-03 Paolo Carlini PR libstdc++/42261 diff --git a/libstdc++-v3/config/os/hpux/os_defines.h b/libstdc++-v3/config/os/hpux/os_defines.h index e9131a3b83a..6edafe22437 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.