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]
Other format: [Raw text]

Re: [RFC] Thoughts on reordering the source tree


On Sun, May 3, 2009 at 6:34 AM, Kaz Kojima <kkojima@rr.iij4u.or.jp> wrote:
> Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> [snip]
>> config/sh/sh.c:#include "c-pragma.h"
>
> FYI, I've confirmed that there are no problems without
> this line for sh4-unknown-linux-gnu.
>
> Regards,
> ? ? ? ?kaz
>

And I have successfully bootstrapped with this patch below, which I'll
commit as obvious.

Kaz, can you commit a patch for sh.c?

Ciao!
Steven


Index: gcc/config/i386/i386.c
===================================================================
--- gcc/config/i386/i386.c	(revision 147249)
+++ gcc/config/i386/i386.c	(working copy)
@@ -35,7 +35,6 @@
 #include "insn-codes.h"
 #include "insn-attr.h"
 #include "flags.h"
-#include "c-common.h"
 #include "except.h"
 #include "function.h"
 #include "recog.h"


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