diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-19 22:09:00 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-19 22:09:00 +0000 |
commit | f56af3470fabd4d4c2420e18d53889ab9789b984 (patch) | |
tree | 4976016af7b8daf7a99091b4b735da509930168b /gcc/doc/hostconfig.texi | |
parent | d943c57f5268e6fb9817c0beaae6ec42fe65052f (diff) | |
download | gcc-f56af3470fabd4d4c2420e18d53889ab9789b984.tar.gz |
* toplev.c (DUMPFILE_FORMAT): Define default.
(open_dump_file): Use DUMPFILE_FORMAT in sprintf.
(close_dump_file, compile_file): Likewise.
* config/alpha/xm-vms.h (DUMPFILE_FORMAT): Define.
* doc/hostconfig.texi (DUMPFILE_FORMAT): Document
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47185 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/hostconfig.texi')
-rw-r--r-- | gcc/doc/hostconfig.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/doc/hostconfig.texi b/gcc/doc/hostconfig.texi index f7a1c423e8f..0aed7e13090 100644 --- a/gcc/doc/hostconfig.texi +++ b/gcc/doc/hostconfig.texi @@ -232,6 +232,15 @@ 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 +Define this macro to be a C string representing the format to use +for constructing the index part of the dump file name on your host machine. +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}. + @findex bzero @findex bcmp In addition, configuration files for system V define @code{bcopy}, |