aboutsummaryrefslogtreecommitdiff
path: root/sim/rx
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2010-09-23 23:05:28 +0000
committerKevin Buettner <kevinb@redhat.com>2010-09-23 23:05:28 +0000
commit8d794149aa81695b41cee593cf4c28ce4b460264 (patch)
tree7ab713b3c6f70b937a4442f3eb1a279cfcb6745a /sim/rx
parent19dd00f8914eb45e2b6b6adefe8d4c1dc7d35ee7 (diff)
downloadfsf-binutils-gdb-8d794149aa81695b41cee593cf4c28ce4b460264.zip
fsf-binutils-gdb-8d794149aa81695b41cee593cf4c28ce4b460264.tar.gz
fsf-binutils-gdb-8d794149aa81695b41cee593cf4c28ce4b460264.tar.bz2
* fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
Diffstat (limited to 'sim/rx')
-rw-r--r--sim/rx/ChangeLog4
-rw-r--r--sim/rx/fpu.c1
-rw-r--r--sim/rx/gdb-if.c1
-rw-r--r--sim/rx/load.c1
-rw-r--r--sim/rx/misc.c1
-rw-r--r--sim/rx/syscalls.c1
6 files changed, 9 insertions, 0 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog
index ec4372e..71c73f0 100644
--- a/sim/rx/ChangeLog
+++ b/sim/rx/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-23 Kevin Buettner <kevinb@redhat.com>
+
+ * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
+
2010-07-29 DJ Delorie <dj@redhat.com>
* rx.c (decode_cache_base): New.
diff --git a/sim/rx/fpu.c b/sim/rx/fpu.c
index 2080f99..2597dc2 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 <http://www.gnu.org/licenses/>. */
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/sim/rx/gdb-if.c b/sim/rx/gdb-if.c
index 1fce257..957ef3c 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 <http://www.gnu.org/licenses/>. */
+#include "config.h"
#include <stdio.h>
#include <assert.h>
#include <signal.h>
diff --git a/sim/rx/load.c b/sim/rx/load.c
index 6d72d69..bea9baa 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 <http://www.gnu.org/licenses/>. */
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/sim/rx/misc.c b/sim/rx/misc.c
index 5890a41..4f497db 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 <http://www.gnu.org/licenses/>. */
+#include "config.h"
#include <stdio.h>
#include "cpu.h"
diff --git a/sim/rx/syscalls.c b/sim/rx/syscalls.c
index 5835428..2f8c328 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 <http://www.gnu.org/licenses/>. */
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>