[PATCH] Dwarf2out end prologue/begin epilogue for IVMS (3rd try refresh)
Jakub Jelinek
jakub@redhat.com
Thu Jun 17 20:12:00 GMT 2010
On Tue, Jun 15, 2010 at 11:57:08AM -0700, Richard Henderson wrote:
> On 06/15/2010 11:33 AM, Douglas B Rupp wrote:
> > Friendly ping.
> > --Doug
> >
> > Douglas B Rupp wrote:
> >> Richard Henderson wrote:
> >>> Otherwise ok, pending @slotcount approval on the binutils side.
> >>
> >> @slotcount has been approved and checked into binutils, but it's been
> >> several months, so I thought a fresh approval might be good. Please
> >> find attached.
> >>
> >> OK to commit?
>
> Yes, this is still ok.
The patch didn't update the second dwarf2_debug_hooks
(!DWARF2_DEBUGGING_INFO) in dwarf2out.c, fixed thusly, committed
as obvious.
2010-06-17 Jakub Jelinek <jakub@redhat.com>
PR debug/44572
* dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
hook.
--- gcc/dwarf2out.c.jj 2010-06-17 09:48:51.000000000 +0200
+++ gcc/dwarf2out.c 2010-06-17 21:10:41.000000000 +0200
@@ -22408,6 +22408,7 @@ const struct gcc_debug_hooks dwarf2_debu
0, /* source_line */
0, /* begin_prologue */
0, /* end_prologue */
+ 0, /* begin_epilogue */
0, /* end_epilogue */
0, /* begin_function */
0, /* end_function */
Jakub
More information about the Gcc-patches
mailing list