sim: m68hc11/mn10300/v850: delete redundant INLINE defines
authorMike Frysinger <vapier@gentoo.org>
Tue, 9 Jun 2015 14:26:16 +0000 (22:26 +0800)
committerMike Frysinger <vapier@gentoo.org>
Thu, 11 Jun 2015 11:17:12 +0000 (07:17 -0400)
The sim-inline.h header already takes care of this for us, so punt
the local definitions.

sim/m68hc11/ChangeLog
sim/m68hc11/interp.c
sim/mn10300/ChangeLog
sim/mn10300/interp.c
sim/mn10300/mn10300_sim.h
sim/v850/ChangeLog
sim/v850/interp.c

index f87aedf..ac228b8 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (INLINE): Delete define.
+
 2015-04-29  Nick Clifton  <nickc@redhat.com>
 
        PR 18273
index 659001a..e9f3aab 100644 (file)
@@ -41,14 +41,6 @@ char *interrupt_names[] = {
   NULL
 };
 
-#ifndef INLINE
-#if defined(__GNUC__) && defined(__OPTIMIZE__)
-#define INLINE __inline__
-#else
-#define INLINE
-#endif
-#endif
-
 struct sim_info_list
 {
   const char *name;
index bee772f..af49458 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (INLINE): Delete define.
+       * mn10300_sim.h (INLINE): Likewise.
+
 2015-04-18  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.h (SIM_CPU): Delete.
index 4439ac8..e5a90b5 100644 (file)
 
 #include "bfd.h"
 
-#ifndef INLINE
-#ifdef __GNUC__
-#define INLINE inline
-#else
-#define INLINE
-#endif
-#endif
-
 
 host_callback *mn10300_callback;
 int mn10300_debug;
index 4ea5d3e..9f0076a 100644 (file)
@@ -8,14 +8,6 @@
 #include "bfd.h"
 #include "sim-fpu.h"
 
-#ifndef INLINE
-#ifdef __GNUC__
-#define INLINE inline
-#else
-#define INLINE
-#endif
-#endif
-
 extern host_callback *mn10300_callback;
 extern SIM_DESC simulator;
 
index f47e33f..b42591e 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (INLINE): Delete define.
+
 2015-04-18  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.h (SIM_CPU): Delete.
index 36da132..5b46feb 100644 (file)
 
 #include "bfd.h"
 
-#ifndef INLINE
-#ifdef __GNUC__
-#define INLINE inline
-#else
-#define INLINE
-#endif
-#endif
-
 static const char * get_insn_name (sim_cpu *, int);
 
 /* For compatibility.  */