diff options
author | Nick Clifton <nickc@cygnus.com> | 2000-01-05 23:26:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2000-01-05 23:26:06 +0000 |
commit | a56e7c0854c156a0555743d1b98597c650cf6499 (patch) | |
tree | 08dc8144ea0c144d00260987143d8dae09166953 /gcc/tm.texi | |
parent | d6ab24c514d5114ebd4af03bd765fa922bba9764 (diff) | |
download | gcc-a56e7c0854c156a0555743d1b98597c650cf6499.zip gcc-a56e7c0854c156a0555743d1b98597c650cf6499.tar.gz gcc-a56e7c0854c156a0555743d1b98597c650cf6499.tar.bz2 |
Add support for generating unique sections for unitialised data.
From-SVN: r31250
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r-- | gcc/tm.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 6a3ff51..b2d43c9 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -4999,7 +4999,9 @@ A C statement to build up a unique section name, expressed as a STRING_CST node, and assign it to @samp{DECL_SECTION_NAME (@var{decl})}. @var{reloc} indicates whether the initial value of @var{exp} requires link-time relocations. If you do not define this macro, GCC will use -the symbol name prefixed by @samp{.} as the section name. +the symbol name prefixed by @samp{.} as the section name. Note - this +macro can now be called for unitialised data items as well as +initialised data and functions. @end table @node PIC @@ -5513,7 +5515,6 @@ in place of both @code{ASM_OUTPUT_DECL} and @code{ASM_OUTPUT_ALIGNED_DECL}. Define this macro when you need to see the variable's decl in order to chose what to output. - @findex ASM_OUTPUT_SHARED_LOCAL @item ASM_OUTPUT_SHARED_LOCAL (@var{stream}, @var{name}, @var{size}, @var{rounded}) If defined, it is similar to @code{ASM_OUTPUT_LOCAL}, except that it |