aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-08-18 14:47:46 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-08-18 14:47:46 +0000
commit5b880ea61c107da98ea87a5ffad4520445d60007 (patch)
tree15183626c4d31ca839660bc4750300b8ed0ef58d /gcc/doc
parent901ebcdf97fefd24e464f98593bfa6dc741d4525 (diff)
downloadgcc-5b880ea61c107da98ea87a5ffad4520445d60007.zip
gcc-5b880ea61c107da98ea87a5ffad4520445d60007.tar.gz
gcc-5b880ea61c107da98ea87a5ffad4520445d60007.tar.bz2
Keep tm, div_t, ldiv_t, lconv mangling on Solaris (PR libstdc++-v3/1773)
Co-Authored-By: Marc Glisse <marc.glisse@normalesup.org> From-SVN: r177863
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi4
1 files changed, 4 insertions, 0 deletions
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