From 4ddb893b57aa4b4d5cf17a104498c48305d2629f Mon Sep 17 00:00:00 2001 From: dje Date: Mon, 9 Sep 2002 20:04:32 +0000 Subject: [PATCH] * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description. (TARGET_HAVE_TLS): New description. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56978 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/tm.texi | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b2a4632812..6d167bc0892 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 7bc63b6619d..0576d74d600 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 -- 2.11.0