From: Oleg Endo Date: Tue, 19 Nov 2013 18:34:44 +0000 (+0000) Subject: sh-c.c: Fix typo in include of file attribs.h. X-Git-Tag: releases/gcc-4.9.0~2633 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b327149a84145fa57338877610d9b427b8429334;p=thirdparty%2Fgcc.git sh-c.c: Fix typo in include of file attribs.h. * config/sh/sh-c.c: Fix typo in include of file attribs.h. From-SVN: r205052 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e128ec3d794c..2addc2bc558d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-11-19 Oleg Endo + + * config/sh/sh-c.c: Fix typo in include of file attribs.h. + 2013-11-19 Kyrylo Tkachov * config/arm/arm.c (arm_new_rtx_costs): diff --git a/gcc/config/sh/sh-c.c b/gcc/config/sh/sh-c.c index 22e291d2b76d..0d7937f4822d 100644 --- a/gcc/config/sh/sh-c.c +++ b/gcc/config/sh/sh-c.c @@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "stringpool.h" -#include "attribs.h.h" +#include "attribs.h" #include "tm_p.h" #include "cpplib.h" #include "c-family/c-common.h"