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]

Re: 3 debug hooks for begin_function


Richard Henderson wrote:-

> > +#ifdef MIPS_DEBUGGING_INFO
> > +  /* Defer on MIPS systems so that parameter descriptions follow
> > +     function entry.  */
> > +  sdbout_source_line,		/* begin_prologue */
> > +  sdbout_end_prologue,		/* end_prologue */
> > +#else
> 
> the MIPS change I requested in the last message.
> 
> Otherwise ok.

Ah, yes :-) I've replaced it with debug_nothing_int_charstar; I hope
it's what you intended.

Committed.

Neil.


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