diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-01 10:44:46 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-01 10:44:46 +0000 |
commit | 2ebda888fcd6502d6f6074956be683798967e4c6 (patch) | |
tree | bd0cd9f928875af646aff412d4d1e935366f135d /gcc/tm.texi | |
parent | 6a780f1a69766fd3888606a25e10a22745e0beac (diff) | |
download | gcc-2ebda888fcd6502d6f6074956be683798967e4c6.tar.gz |
Add invocation of SET_DEFAULT_DECL_ATTRIBUTES, if defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22709 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r-- | gcc/tm.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 463ae8ef6c0..0378bc8f233 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -7427,11 +7427,6 @@ declaration, but before the declaration proper. If defined, a C statement that assigns default attributes to newly defined @var{decl}. -@findex SET_DEFAULT_SECTION_NAME -@item SET_DEFAULT_SECTION_NAME (@var{decl}) -If defined, a C statement that assigns a section name to the newly -created @var{decl}. - @findex DOLLARS_IN_IDENTIFIERS @item DOLLARS_IN_IDENTIFIERS Define this macro to control use of the character @samp{$} in identifier |