aboutsummaryrefslogtreecommitdiff
path: root/sim/microblaze
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-10-31 23:39:51 +0545
committerMike Frysinger <vapier@gentoo.org>2022-12-21 00:00:18 -0500
commit4a21ad1e76631ead9b0a40aabc6e51d17cb632c7 (patch)
tree4cce21081d98d224dd6d19c5c749e7ea9aee7012 /sim/microblaze
parent4c3c31719b1a2e2a93087223286d927477646474 (diff)
downloadgdb-4a21ad1e76631ead9b0a40aabc6e51d17cb632c7.zip
gdb-4a21ad1e76631ead9b0a40aabc6e51d17cb632c7.tar.gz
gdb-4a21ad1e76631ead9b0a40aabc6e51d17cb632c7.tar.bz2
sim: enable common sim_cpu usage everywhere
All ports should be migrated now. Drop the SIM_HAVE_COMMON_SIM_CPU knob and require it be used everywhere now.
Diffstat (limited to 'sim/microblaze')
-rw-r--r--sim/microblaze/sim-main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/microblaze/sim-main.h b/sim/microblaze/sim-main.h
index df85a6f..160f101 100644
--- a/sim/microblaze/sim-main.h
+++ b/sim/microblaze/sim-main.h
@@ -18,8 +18,6 @@
#ifndef MICROBLAZE_SIM_MAIN
#define MICROBLAZE_SIM_MAIN
-#define SIM_HAVE_COMMON_SIM_CPU
-
#include "microblaze.h"
#include "sim-basics.h"
#include "sim-base.h"