diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-19 22:34:58 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-19 22:34:58 +0000 |
commit | 0d95c8cc005a94a22bd16c200c5d435a52c0de65 (patch) | |
tree | b887af6ebdefb97094d1ade599c26f75b1a33b70 /gcc/doc/hostconfig.texi | |
parent | f56af3470fabd4d4c2420e18d53889ab9789b984 (diff) | |
download | gcc-0d95c8cc005a94a22bd16c200c5d435a52c0de65.tar.gz |
* doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47186 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/hostconfig.texi')
-rw-r--r-- | gcc/doc/hostconfig.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/hostconfig.texi b/gcc/doc/hostconfig.texi index 0aed7e13090..1c7ae77e935 100644 --- a/gcc/doc/hostconfig.texi +++ b/gcc/doc/hostconfig.texi @@ -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 |