Commit e2a6476e by David Edelsohn Committed by David Edelsohn

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
parent b73b1546
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment