Commit a78d13c3 by Jakub Jelinek Committed by Jakub Jelinek

dwarf2out.c (mem_loc_descriptor): Call base_type_for_mode with op_mode instead of mode.

	* dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
	base_type_for_mode with op_mode instead of mode.

From-SVN: r174527
parent 572070ef
2011-06-01 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
base_type_for_mode with op_mode instead of mode.
2011-06-01 Paul Brook <paul@cpodesourcery.com>
* config/arm/arm-cores.def: Add cortex-r5. Add DIV flags to
......
......@@ -14685,7 +14685,7 @@ mem_loc_descriptor (rtx rtl, enum machine_mode mode,
}
else
{
dw_die_ref type_die = base_type_for_mode (mode, 1);
dw_die_ref type_die = base_type_for_mode (op_mode, 1);
dw_loc_descr_ref cvt;
if (type_die == NULL)
......
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