Commit 448d17f9 by Steve Ellcey Committed by Richard Kenner

* toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.

From-SVN: r43972
parent 2b997990
2001-07-12 Steve Ellcey <sje@cup.hp.com>
* toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
Thu Jul 12 17:57:16 CEST 2001 Jan Hubicka <jh@suse.cz>
* flow.c (try_optimize_cfg): Delete whole chain of trivially dead
......
......@@ -2270,7 +2270,9 @@ compile_file (name)
}
else
{
#ifdef ASM_FILE_START
ASM_FILE_START (asm_out_file);
#endif
#ifdef ASM_COMMENT_START
if (flag_verbose_asm)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment