From 5b880ea61c107da98ea87a5ffad4520445d60007 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 18 Aug 2011 14:47:46 +0000 Subject: Keep tm, div_t, ldiv_t, lconv mangling on Solaris (PR libstdc++-v3/1773) Co-Authored-By: Marc Glisse From-SVN: r177863 --- gcc/doc/tm.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/doc') diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 832aefe..0a2f120 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -10178,6 +10178,10 @@ unloaded. The default is to return false. @var{type} is a C++ class (i.e., RECORD_TYPE or UNION_TYPE) that has just been defined. Use this hook to make adjustments to the class (eg, tweak visibility or perform any other required target modifications). @end deftypefn +@deftypefn {Target Hook} tree TARGET_CXX_DECL_MANGLING_CONTEXT (const_tree @var{decl}) +Return target-specific mangling context of @var{decl} or @code{NULL_TREE}. +@end deftypefn + @node Named Address Spaces @section Adding support for named address spaces @cindex named address spaces -- cgit v1.1