This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Thoughts on reordering the source tree
- From: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: stevenb dot gcc at gmail dot com
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 08 May 2009 12:41:03 +0900 (JST)
- Subject: Re: [RFC] Thoughts on reordering the source tree
- References: <571f6b510905011346v45ce27aeq81ae705c90ffabf0@mail.gmail.com> <20090503.133412.81833464.kkojima@rr.iij4u.or.jp> <571f6b510905071346m5a0fbca8ida0ae8e78479c1ea@mail.gmail.com>
Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> Kaz, can you commit a patch for sh.c?
I've just applied the patch below.
Regards,
kaz
--
2009-05-08 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c: Do not include c-pragma.h.
--- ORIG/trunk/gcc/config/sh/sh.c 2009-05-06 07:11:59.000000000 +0900
+++ trunk/gcc/config/sh/sh.c 2009-05-08 12:25:36.000000000 +0900
@@ -37,7 +37,6 @@ along with GCC; see the file COPYING3.
#include "insn-attr.h"
#include "toplev.h"
#include "recog.h"
-#include "c-pragma.h"
#include "integrate.h"
#include "dwarf2.h"
#include "tm_p.h"