diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-10 22:03:34 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-10 22:03:34 +0000 |
commit | 9f1379d723185dcae00a770676eb548c18df351b (patch) | |
tree | 901ab52e1327f069c4f7c0164e45b06ededaebd0 /gcc/output.h | |
parent | 5d92a54845c0cd1ca923744a5334b7459520f4ec (diff) | |
download | gcc-9f1379d723185dcae00a770676eb548c18df351b.tar.gz |
* basic-block.h (EXECUTE_IF_SET_IN_SBITMAP): New macro.
(sbitmap_free, sbitmap_vector_free): New macros.
* output.h (rtl_dump_file): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22978 138bc75d-0d04-0410-961f-82ee72b054a4
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 1d1a2afd8cd..353a9d6b9bf 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. */ |