]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
authorDavid Edelsohn <edelsohn@gnu.org>
Mon, 9 Sep 2002 20:04:32 +0000 (20:04 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 9 Sep 2002 20:04:32 +0000 (16:04 -0400)
        * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
        (TARGET_HAVE_TLS): New description.

From-SVN: r56978

gcc/ChangeLog
gcc/doc/tm.texi

index 5b2a46328120a3664134b53079cf86f11fa695dc..6d167bc08920776219ef0016b9d9c9f5a73daa70 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-09  David Edelsohn  <edelsohn@gnu.org>
+
+       * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
+       (TARGET_HAVE_TLS): New description.
+
 2002-09-09  Janis Johnson  <janis187@us.ibm.com>
 
        * doc/extend.texi (Statement Exprs): Fix broken link.
index 7bc63b6619dec71f4abc01965e550d723478267c..0576d74d60090b6ef9a6ebfef01ae33f1cd3b1fc 100644 (file)
@@ -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