From: David Edelsohn Date: Mon, 9 Sep 2002 20:04:32 +0000 (+0000) Subject: tm.texi (TARGET_HAVE_SRODATA_SECTION): New description. X-Git-Tag: releases/gcc-3.3.0~2935 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2a6476ec74eae88cd7db02f1ec240b11cd99c59;p=thirdparty%2Fgcc.git tm.texi (TARGET_HAVE_SRODATA_SECTION): New description. * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description. (TARGET_HAVE_TLS): New description. From-SVN: r56978 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b2a46328120..6d167bc08920 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-09 David Edelsohn + + * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description. + (TARGET_HAVE_TLS): New description. + 2002-09-09 Janis Johnson * doc/extend.texi (Statement Exprs): Fix broken link. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 7bc63b6619de..0576d74d6009 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5924,6 +5924,11 @@ Returns true if @var{exp} should be placed into a ``small data'' section. The default version of this hook always returns false. @end deftypefn +@deftypevar {Target Hook} bool TARGET_HAVE_SRODATA_SECTION +Contains the value true if the target places read-only +``small data'' into a separate section. The default value is false. +@end deftypevar + @deftypefn {Target Hook} bool TARGET_BINDS_LOCAL_P (tree @var{exp}) Returns true if @var{exp} names an object for which name resolution rules must resolve to the current ``module'' (dynamic shared library @@ -5934,6 +5939,12 @@ for ELF, which has a looser model of global name binding than other currently supported object file formats. @end deftypefn +@deftypevar {Target Hook} bool TARGET_HAVE_TLS +Contains the value true if the target supports thread-local storage. +The default value is false. +@end deftypevar + + @node PIC @section Position Independent Code @cindex position independent code