Commit 09afda70 by Geoffrey Keating Committed by Geoffrey Keating

* doc/tm.texi (USE_SELECT_SECTION_FOR_FUNCTIONS): Document.

From-SVN: r89713
parent 72747d40
2004-10-27 Geoffrey Keating <geoffk@apple.com>
* doc/tm.texi (USE_SELECT_SECTION_FOR_FUNCTIONS): Document.
* config/darwin.h (GTHREAD_USE_WEAK): Define.
2004-10-28 Ben Elliston <bje@au.ibm.com>
......
......@@ -5980,8 +5980,19 @@ in bits.
The default version of this function takes care of putting read-only
variables in @code{readonly_data_section}.
See also @var{USE_SELECT_SECTION_FOR_FUNCTIONS}.
@end deftypefn
@defmac USE_SELECT_SECTION_FOR_FUNCTIONS
Define this macro if you wish TARGET_ASM_SELECT_SECTION to be called
for @code{FUNCTION_DECL}s as well as for variables and constants.
In the case of a @code{FUNCTION_DECL}, @var{reloc} will be zero if the
function has been determined to be likely to be called, and nonzero if
it is unlikely to be called.
@end defmac
@deftypefn {Target Hook} void TARGET_ASM_UNIQUE_SECTION (tree @var{decl}, int @var{reloc})
Build up a unique section name, expressed as a @code{STRING_CST} node,
and assign it to @samp{DECL_SECTION_NAME (@var{decl})}.
......
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