From 8d794149aa81695b41cee593cf4c28ce4b460264 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Thu, 23 Sep 2010 23:05:28 +0000 Subject: [PATCH] * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include. --- sim/rx/ChangeLog | 4 ++++ sim/rx/fpu.c | 1 + sim/rx/gdb-if.c | 1 + sim/rx/load.c | 1 + sim/rx/misc.c | 1 + sim/rx/syscalls.c | 1 + 6 files changed, 9 insertions(+) diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index ec4372efdb..71c73f0336 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,7 @@ +2010-09-23 Kevin Buettner + + * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include. + 2010-07-29 DJ Delorie * rx.c (decode_cache_base): New. diff --git a/sim/rx/fpu.c b/sim/rx/fpu.c index 2080f99e28..2597dc2274 100644 --- a/sim/rx/fpu.c +++ b/sim/rx/fpu.c @@ -18,6 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include "config.h" #include #include diff --git a/sim/rx/gdb-if.c b/sim/rx/gdb-if.c index 1fce257720..957ef3c9cd 100644 --- a/sim/rx/gdb-if.c +++ b/sim/rx/gdb-if.c @@ -18,6 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include "config.h" #include #include #include diff --git a/sim/rx/load.c b/sim/rx/load.c index 6d72d697a2..bea9baa738 100644 --- a/sim/rx/load.c +++ b/sim/rx/load.c @@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include "config.h" #include #include #include diff --git a/sim/rx/misc.c b/sim/rx/misc.c index 5890a41495..4f497db01b 100644 --- a/sim/rx/misc.c +++ b/sim/rx/misc.c @@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include "config.h" #include #include "cpu.h" diff --git a/sim/rx/syscalls.c b/sim/rx/syscalls.c index 5835428c50..2f8c328c41 100644 --- a/sim/rx/syscalls.c +++ b/sim/rx/syscalls.c @@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include "config.h" #include #include #include