aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-10-10 15:03:34 -0700
committerRichard Henderson <rth@gcc.gnu.org>1998-10-10 15:03:34 -0700
commita86d864c41d8dc8bdcbcf87cdfa49185319fd0e5 (patch)
tree901ab52e1327f069c4f7c0164e45b06ededaebd0 /gcc/output.h
parent937e37cc6e345ed695b7bb5b9d58e2ba403fe427 (diff)
downloadgcc-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.h6
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. */