From febaa8a41119a3c1034e5ac973cb1d4fbf662237 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 27 Mar 2010 15:03:09 +0000 Subject: 2010-03-27 Joel Sherrill * cpu.c, cpu_asm.S: Add include of config.h --- cpukit/score/cpu/h8300/ChangeLog | 4 ++++ cpukit/score/cpu/h8300/cpu.c | 4 ++++ cpukit/score/cpu/h8300/cpu_asm.S | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'cpukit/score/cpu/h8300') diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index 6c10b260a6..bd70879504 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -1,3 +1,7 @@ +2010-03-27 Joel Sherrill + + * cpu.c, cpu_asm.S: Add include of config.h + 2009-03-12 Joel Sherrill PR 1385/cpukit diff --git a/cpukit/score/cpu/h8300/cpu.c b/cpukit/score/cpu/h8300/cpu.c index c11b318797..98ebf71563 100644 --- a/cpukit/score/cpu/h8300/cpu.c +++ b/cpukit/score/cpu/h8300/cpu.c @@ -11,6 +11,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/score/cpu/h8300/cpu_asm.S b/cpukit/score/cpu/h8300/cpu_asm.S index 4cba8de7a9..b6f74686c1 100644 --- a/cpukit/score/cpu/h8300/cpu_asm.S +++ b/cpukit/score/cpu/h8300/cpu_asm.S @@ -14,6 +14,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + ;.equ RUNCONTEXT_ARG, er0 ;.equ HEIRCONTEXT_ARG, er1 -- cgit v1.2.3