* fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
authorKevin Buettner <kevinb@redhat.com>
Thu, 23 Sep 2010 23:05:28 +0000 (23:05 +0000)
committerKevin Buettner <kevinb@redhat.com>
Thu, 23 Sep 2010 23:05:28 +0000 (23:05 +0000)
sim/rx/ChangeLog
sim/rx/fpu.c
sim/rx/gdb-if.c
sim/rx/load.c
sim/rx/misc.c
sim/rx/syscalls.c

index ec4372efdb576075903b359f72246bd0429e753b..71c73f03362e4b68465aea9c046bc001a3ae97e4 100644 (file)
@@ -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.
index 2080f99e2846b4586aa36058d0346431ec3149d1..2597dc2274347b5792329e938a965b68cef62aa4 100644 (file)
@@ -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>
 
index 1fce257720487da3a22bd031e103657a73f9ff0d..957ef3c9cdd2f93f5568bd3e1b32d728ef9b3b4b 100644 (file)
@@ -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>
index 6d72d697a2b268ab2067c2299d04a7e9d7eef301..bea9baa738c0a727d1187919120292975f09ca53 100644 (file)
@@ -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>
index 5890a41495055b56304ada8482b91c4638934edb..4f497db01bc63ea68f7d89d765e027ce6d5c6d3d 100644 (file)
@@ -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"
index 5835428c5060c513e34836067549135a649cbbdb..2f8c328c41c283ee943a9a98c06be329c2296e6a 100644 (file)
@@ -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>
This page took 0.026156 seconds and 4 git commands to generate.