diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-11-16 07:19:51 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-11-16 07:19:51 -0500 |
commit | 067d47b910e53b4d461c540a4c0802cafa479b48 (patch) | |
tree | 5d98d2a7bbdae6abad4b9a9999e7b983969501f6 /gcc | |
parent | 09821b9769fc29ee76ba204f9d2151e94bd1b3b1 (diff) | |
download | gcc-067d47b910e53b4d461c540a4c0802cafa479b48.zip gcc-067d47b910e53b4d461c540a4c0802cafa479b48.tar.gz gcc-067d47b910e53b4d461c540a4c0802cafa479b48.tar.bz2 |
Formerly tm.texi.~237~
From-SVN: r13191
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 2e3b142..83d51bb 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -5121,7 +5121,7 @@ format provides support for this concept, such as the @samp{COMDAT} section flags in the Microsoft Windows PE/COFF format, and this support requires changes to @var{decl}, such as putting it in a separate section. -@findex SUPPORTS_ONE_ONLY +@findex SUPPORTS_WEAK @item SUPPORTS_WEAK A C expression which evaluates to true if the target supports one-only semantics. |