* doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table.
authorJakub Jelinek <jakub@redhat.com>
Mon, 19 Nov 2001 22:34:58 +0000 (23:34 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 19 Nov 2001 22:34:58 +0000 (23:34 +0100)
From-SVN: r47186

gcc/ChangeLog
gcc/doc/hostconfig.texi

index 237fdd047aac3a6915639787aa43327f646525e8..eddad4d10ce3c667346f7715895754f59be27a39 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table.
+
 Mon Nov 19 16:57:44 2001  Douglas B. Rupp  <rupp@gnat.com>
 
        * toplev.c (DUMPFILE_FORMAT): Define default.
index 0aed7e13090e1721a8075193b058b425f27f3466..1c7ae77e935c9a96d23e1cbd057bc2d32ee50afd 100644 (file)
@@ -230,7 +230,6 @@ preprocessor is canonicalized.  @var{path} is a malloc-ed path to be
 canonicalized.  If the C statement does canonicalize @var{path} into a
 different buffer, the old path should be freed and the new buffer should
 have been allocated with malloc.
-@end table
 
 @findex DUMPFILE_FORMAT
 @item DUMPFILE_FORMAT
@@ -240,6 +239,7 @@ If you do not define this macro, GCC will use @samp{.%02d.}.  The full
 filename will be the prefix of the assembler file name concatenated with
 the string resulting from applying this format concatenated with a string
 unique to each dump file kind, e.g. @samp{rtl}.
+@end table
 
 @findex bzero
 @findex bcmp