Re: debug_hooks->end_prologue problem

2006-02-28 Thread Eric Botcazou
> If you compile without optimization, then this is the same as the > prologue end. If you compile with optimization, then the function body > and the prologue overlap. Now the question is, do you really want to > mark the beginning of the function body (which may be before the > prologue end), o

Re: debug_hooks->end_prologue problem

2006-02-27 Thread Jim Wilson
Douglas B Rupp wrote: The HP debugger on IA64 VMS defines a new Dwarf2 attribute that computes the offset of the end of the prologue from the beginning of the function. To implement this an end prologue label must be emitted and some related info saved in dwarf2out.c. However I've noted that c

debug_hooks->end_prologue problem

2006-01-28 Thread Douglas B Rupp
The HP debugger on IA64 VMS defines a new Dwarf2 attribute that computes the offset of the end of the prologue from the beginning of the function. To implement this an end prologue label must be emitted and some related info saved in dwarf2out.c. However I've noted that calling debug_hooks->end_p