Commit 1d8604ec by Eric Botcazou Committed by Eric Botcazou

dwarf2out.c (dwarf2out_frame_init): Check for DWARF2_FRAME_INFO when determining…

dwarf2out.c (dwarf2out_frame_init): Check for DWARF2_FRAME_INFO when determining whether to record...

	* dwarf2out.c (dwarf2out_frame_init): Check for DWARF2_FRAME_INFO
	when determining whether to record INCOMING_RETURN_ADDR_RTX.


Co-Authored-By: Nathan Froyd <froydnj@codesourcery.com>

From-SVN: r129066
parent d25e6024
2007-10-06 Eric Botcazou <ebotcazou@libertysurf.fr>
Nathan Froyd <froydnj@codesourcery.com>
* dwarf2out.c (dwarf2out_frame_init): Check for DWARF2_FRAME_INFO
when determining whether to record INCOMING_RETURN_ADDR_RTX.
2007-10-06 Eric Botcazou <ebotcazou@adacore.com>
Revert:
......@@ -2662,7 +2662,7 @@ dwarf2out_frame_init (void)
dwarf2out_def_cfa (NULL, STACK_POINTER_REGNUM, INCOMING_FRAME_SP_OFFSET);
#ifdef DWARF2_UNWIND_INFO
if (DWARF2_UNWIND_INFO)
if (DWARF2_UNWIND_INFO || DWARF2_FRAME_INFO)
initial_return_save (INCOMING_RETURN_ADDR_RTX);
#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