mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 14:53:32 +08:00
sim: bfin/msp430: drop run-sim.h include
This header is used only with run.o, and both of these use nrun.o.
This commit is contained in:
parent
8a863336bb
commit
80fc77e6c1
@ -1,3 +1,7 @@
|
||||
2015-03-23 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim-main.h: Delete run-sim.h include.
|
||||
|
||||
2015-03-16 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* aclocal.m4, config.in, configure: Regenerate.
|
||||
|
@ -61,7 +61,6 @@ struct sim_state {
|
||||
#include "sim-types.h"
|
||||
#include "sim-engine.h"
|
||||
#include "sim-options.h"
|
||||
#include "run-sim.h"
|
||||
#include "dv-bfin_trace.h"
|
||||
|
||||
#undef MAX
|
||||
|
@ -1,3 +1,7 @@
|
||||
2015-03-23 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim-main.h: Delete run-sim.h include.
|
||||
|
||||
2015-03-16 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* config.in, configure: Regenerate.
|
||||
|
@ -67,7 +67,6 @@ struct sim_state
|
||||
#include "sim-types.h"
|
||||
#include "sim-engine.h"
|
||||
#include "sim-options.h"
|
||||
#include "run-sim.h"
|
||||
|
||||
#define MAYBE_TRACE(type, cpu, fmt, ...) \
|
||||
do \
|
||||
|
Loading…
Reference in New Issue
Block a user