summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/doc
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-12-20 14:56:52 +0000
committerpfg <pfg@FreeBSD.org>2013-12-20 14:56:52 +0000
commit68da7851b393603427f5fa338675e181b24b5878 (patch)
tree463ef9ca8b985dfbd15a2a02e322e81bb261be75 /contrib/gcc/doc
parent10b4f63c53d77d153d755def23e304c3bf48f1e3 (diff)
downloadFreeBSD-src-68da7851b393603427f5fa338675e181b24b5878.zip
FreeBSD-src-68da7851b393603427f5fa338675e181b24b5878.tar.gz
gcc: more diff reductions against Apple GCC.
Mostly cosmetical changes to aid further merges. Obtained from: gcc 4.3 (rev. 120611, 124839; GPLv2) MFC after: 1 week
Diffstat (limited to 'contrib/gcc/doc')
-rw-r--r--contrib/gcc/doc/tm.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gcc/doc/tm.texi b/contrib/gcc/doc/tm.texi
index 0bc2784..8befbe5 100644
--- a/contrib/gcc/doc/tm.texi
+++ b/contrib/gcc/doc/tm.texi
@@ -8953,6 +8953,12 @@ classes whose virtual table will be emitted in only one translation
unit will not be COMDAT.
@end deftypefn
+@deftypefn {Target Hook} bool TARGET_CXX_LIBRARY_RTTI_COMDAT (void)
+This hook returns true (the default) if the RTTI information for
+the basic types which is defined in the C++ runtime should always
+be COMDAT, false if it should not be COMDAT.
+@end deftypefn
+
@deftypefn {Target Hook} bool TARGET_CXX_USE_AEABI_ATEXIT (void)
This hook returns true if @code{__aeabi_atexit} (as defined by the ARM EABI)
should be used to register static destructors when @option{-fuse-cxa-atexit}
OpenPOWER on IntegriCloud