diff options
author | Richard Henderson <rth@cygnus.com> | 1998-10-10 15:03:34 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-10-10 15:03:34 -0700 |
commit | a86d864c41d8dc8bdcbcf87cdfa49185319fd0e5 (patch) | |
tree | 901ab52e1327f069c4f7c0164e45b06ededaebd0 /gcc/output.h | |
parent | 937e37cc6e345ed695b7bb5b9d58e2ba403fe427 (diff) | |
download | gcc-a86d864c41d8dc8bdcbcf87cdfa49185319fd0e5.zip gcc-a86d864c41d8dc8bdcbcf87cdfa49185319fd0e5.tar.gz gcc-a86d864c41d8dc8bdcbcf87cdfa49185319fd0e5.tar.bz2 |
basic-block.h (EXECUTE_IF_SET_IN_SBITMAP): New macro.
* basic-block.h (EXECUTE_IF_SET_IN_SBITMAP): New macro.
(sbitmap_free, sbitmap_vector_free): New macros.
* output.h (rtl_dump_file): Declare.
From-SVN: r22978
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index 1d1a2af..353a9d6 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -460,6 +460,12 @@ extern int sdb_begin_function_line; extern FILE *asm_out_file; #endif +/* Default file in which to dump debug output. */ + +#ifdef BUFSIZ +extern FILE *rtl_dump_file; +#endif + /* Decide whether DECL needs to be in a writable section. RELOC is the same as for SELECT_SECTION. */ |