* doc/gty.texi (for_user): Use @item next to @findex.
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 20 Oct 2016 18:34:31 +0000 (20:34 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 20 Oct 2016 18:34:31 +0000 (20:34 +0200)
From-SVN: r241382

gcc/ChangeLog
gcc/doc/gty.texi

index 7eb9476f52f2cecca89a94fe75cbe27f8b3037c9..f98e0793def8d0dd7f39e7e4bbaf236bab0528d4 100644 (file)
@@ -1,4 +1,8 @@
-2016-10-20 Uros Bizjak  <ubizjak@gmail.com>
+2016-10-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * doc/gty.texi (for_user): Use @item next to @findex.
+
+2016-10-20  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/78037
        * config/i386/bmiintrin.h (__tzcnt_u16): Call __builtin_ia32_tzcnt_u16.
index 1a22e4ba13f6787bbcd118bfe518e9624a18eeef..cab2b24a5b1993d089f3ad4a60c41e8d80e867b9 100644 (file)
@@ -198,6 +198,8 @@ This is somewhat dangerous; the only safe use is in a union when one
 field really isn't ever used.
 
 @findex for_user
+@item for_user
+
 Use this to mark types that need to be marked by user gc routines, but are not
 refered to in a template argument.  So if you have some user gc type T1 and a
 non user gc type T2 you can give T2 the for_user option so that the marking