Commit c5cec899 by Jason Merrill Committed by Jason Merrill

dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/

	* dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/

	* final.c (final_end_function): Also do dwarf2 thing if
	DWARF2_DEBUGGING_INFO.
	(final_start_function): Likewise.

From-SVN: r15713
parent e166cb18
Wed Sep 24 21:34:06 1997 Jason Merrill <jason@yorick.cygnus.com>
* dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
Wed Sep 24 22:05:30 1997 Jeffrey A Law (law@cygnus.com)
* version.c: Bump for snapshot.
......@@ -101,6 +105,12 @@ Tue Sep 23 12:34:51 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
of another, it will always be the second range. Correct (+,-) case to
account for this.
Tue Sep 23 08:32:51 1997 Jason Merrill <jason@yorick.cygnus.com>
* final.c (final_end_function): Also do dwarf2 thing if
DWARF2_DEBUGGING_INFO.
(final_start_function): Likewise.
Tue Sep 23 01:15:50 1997 David S. Miller <davem@tanya.rutgers.edu>
* expmed.c (expand_divmod): If compute_mode is not the same as
......
......@@ -955,7 +955,7 @@ final_start_function (first, file, optimize)
last_linenum = high_block_linenum = high_function_linenum
= NOTE_LINE_NUMBER (first);
#if defined (DWARF2_UNWIND_INFO)
#if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
/* Output DWARF definition of the function. */
if (dwarf2out_do_frame ())
dwarf2out_begin_prologue ();
......@@ -1147,7 +1147,7 @@ final_end_function (first, file, optimize)
dwarfout_end_epilogue ();
#endif
#if defined (DWARF2_UNWIND_INFO)
#if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
if (dwarf2out_do_frame ())
dwarf2out_end_epilogue ();
#endif
......
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