This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3 debug hooks for begin_function
On Tue, Jul 17, 2001 at 07:33:56PM +0100, Neil Booth wrote:
> At long last, OK?
Very nearly. You missed
> +#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.
r~