diff options
Diffstat (limited to 'gcc/tm.texi')
-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 2e3b14297c7..83d51bb87e8 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. |