sim: m68hc11/mn10300/v850: delete redundant INLINE defines

The sim-inline.h header already takes care of this for us, so punt
the local definitions.
This commit is contained in:
Mike Frysinger 2015-06-09 22:26:16 +08:00
parent 31557eccb2
commit 5d19c36612
7 changed files with 13 additions and 32 deletions

View 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

View 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;

View 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.

View File

@ -23,14 +23,6 @@
#include "bfd.h"
#ifndef INLINE
#ifdef __GNUC__
#define INLINE inline
#else
#define INLINE
#endif
#endif
host_callback *mn10300_callback;
int mn10300_debug;

View 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;

View 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.

View File

@ -18,14 +18,6 @@
#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. */