aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-07-06 23:56:13 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-31 04:53:22 -0400
commitf9bfc01578acfde8de7c5c1172732fb2a76caa95 (patch)
treeb937032c1e3a0dfd58ed59d80c23615bac59888a /sim/msp430
parentcd3ee89d386d37b5b4db34427f5e1dd9e0f63ad2 (diff)
downloadgdb-f9bfc01578acfde8de7c5c1172732fb2a76caa95.zip
gdb-f9bfc01578acfde8de7c5c1172732fb2a76caa95.tar.gz
gdb-f9bfc01578acfde8de7c5c1172732fb2a76caa95.tar.bz2
sim: drop unused targ-vals.h includes
This is used in a few places where it's not needed. Drop the include to avoid the build-time generated header file as we move to drop it.
Diffstat (limited to 'sim/msp430')
-rw-r--r--sim/msp430/msp430-sim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/msp430/msp430-sim.c b/sim/msp430/msp430-sim.c
index c9bb9c7..6f1c14f 100644
--- a/sim/msp430/msp430-sim.c
+++ b/sim/msp430/msp430-sim.c
@@ -32,7 +32,6 @@
#include "sim-main.h"
#include "sim-signal.h"
#include "sim-syscall.h"
-#include "targ-vals.h"
static sim_cia
msp430_pc_fetch (SIM_CPU *cpu)