This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][3/3] Unbreak m68k bootstrap
- From: Ian Lance Taylor <iant at google dot com>
- To: Maxim Kuvyrkov <maxim at codesourcery dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, Vladimir Makarov <vmakarov at redhat dot com>, James E Wilson <wilson at specifix dot com>, Roman Zippel <zippel at linux-m68k dot org>
- Date: 17 Oct 2007 10:20:32 -0700
- Subject: Re: [PATCH][3/3] Unbreak m68k bootstrap
- References: <4711E7FF.7010002@codesourcery.com> <4711EA7D.4020004@codesourcery.com>
Maxim Kuvyrkov <maxim@codesourcery.com> writes:
> 2007-10-12 Maxim Kuvyrkov <maxim@codesourcery.com>
>
> * sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.
> * ddg.c: Ditto.
> * sched-deps.c: Ditto. Remove nested #ifdef's INSN_SCHEDULING.
> * sched-int.h: Surround declarations with '#ifdef INSN_SCHEDULING'.
> (print_insn): Move declaration to ...
> * rtl.h (print_insn): ... here.
This is OK.
Thanks.
:REVIEWMAIL:
Ian