* config/m68k/m68k.c (output_function_prologue): Save the new CFA
register, *then* define it as the new CFA.
From-SVN: r40104
+2001-02-27 DJ Delorie <dj@redhat.com>
+
+ * config/m68k/m68k.c (output_function_prologue): Save the new CFA
+ register, *then* define it as the new CFA.
+
Tue Feb 27 16:49:13 2001 Jeffrey A Law (law@cygnus.com)
* pa.c (override_options): Promote -fpic to -fPIC.
l = (char *) dwarf2out_cfi_label ();
cfa_store_offset += 4;
cfa_offset = cfa_store_offset;
- dwarf2out_def_cfa (l, FRAME_POINTER_REGNUM, cfa_offset);
dwarf2out_reg_save (l, FRAME_POINTER_REGNUM, -cfa_store_offset);
+ dwarf2out_def_cfa (l, FRAME_POINTER_REGNUM, cfa_offset);
cfa_store_offset += fsize;
}
}