This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [stack] Automatic Stack Alignment Support - DWARF2 unwinding


Hi Joey,

It looks good. I checked it in.

Thanks.


H.J.
On Thu, Mar 20, 2008 at 5:50 AM, Ye, Joey <joey.ye@intel.com> wrote:
> 2008-03-19  Xuepeng Guo  <xuepeng.guo@intel.com>
>             Joey Ye  <joey.ye@intel.com>
>
>         * dwarf2out.c (CUR_FDE): New.
>         (reg_save_with_expression): Likewise.
>         (dw_fde_struct): Add drap_regnum, stack_realignment,
>         is_stack_realign, is_drap and is_drap_reg_saved.
>         (add_cfi): If stack is realigned, call reg_save_with_expression
>         to represent the location of stored vars.
>         (dwarf2out_frame_debug_expr): Add rules 16-19 to handle stack
>         realign.
>         (output_cfa_loc): Handle DW_CFA_expression.
>         (based_loc_descr): Update assert for stack realign.
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]