]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/sh/sh-c.c: Fix typo in include of file attribs.h.
authorolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Nov 2013 18:34:44 +0000 (18:34 +0000)
committerolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Nov 2013 18:34:44 +0000 (18:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205052 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sh/sh-c.c

index e128ec3d794c5d387f45a1f002d1a7041e3f0bf8..2addc2bc558d89897466ac8f4225e604327a76e0 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-19  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * config/sh/sh-c.c: Fix typo in include of file attribs.h.
+
 2013-11-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/arm/arm.c (arm_new_rtx_costs):
index 22e291d2b76d5921128b467a8ab93b7c68b402c3..0d7937f4822da8f7a74f4bf1ff1e1e21d8a7cbcc 100644 (file)
@@ -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"