mirror of git://gcc.gnu.org/git/gcc.git
os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide empty definition.
* config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide empty definition. From-SVN: r155008
This commit is contained in:
parent
364f9c6bf6
commit
2e6623d8fa
|
@ -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>
|
2009-12-03 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
PR libstdc++/42261
|
PR libstdc++/42261
|
||||||
|
|
|
@ -36,6 +36,11 @@
|
||||||
// Use macro form of ctype functions to ensure __SB_masks is defined.
|
// Use macro form of ctype functions to ensure __SB_masks is defined.
|
||||||
#define _SB_CTYPE_MACROS 1
|
#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
|
/* HP-UX, for reasons unknown choose to use a different name for
|
||||||
the string to [unsigned] long long conversion routines.
|
the string to [unsigned] long long conversion routines.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue