This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: FYI: handle DW_OP_call_frame_cfa in AX compiler


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

Pedro> OOC, why the dwarf2_compile_ftype abstraction?  Are you working
Pedro> on other changes where you'll pass down something else?

Nope, I just didn't want to make compile_dwarf_to_ax public.
Maybe it is better to just do that.
What do you think?

>> +	      ax_const_l (expr, - fs.regs.cfa_offset);

Pedro> No space after `-'.

Thanks, I will fix it.

Tom


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