summaryrefslogtreecommitdiff
path: root/sim/common/sim-base.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-22 22:01:19 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-22 22:06:12 -0500
commit6cf3ddd23ec1cf33f4b9f82d267e79741a2fdc48 (patch)
treee02be1dba5bfeb55f0bf55f6fcdb8678e2fd7259 /sim/common/sim-base.h
parent4c337f2dd3df1f97d9dc17ace5708f5cdc4512dc (diff)
downloadbinutils-gdb-6cf3ddd23ec1cf33f4b9f82d267e79741a2fdc48.tar.gz
sim: move bfd.h include out of sim-main.h
Not all arches include this in sim-main.h, and the ones that do don't actually use bfd defines in the sim-main.h header. Prune it to make sim-main.h simpler so we can kill it off entirely in the future. We add the include to the files that utilize e.g. bfd_vma though.
Diffstat (limited to 'sim/common/sim-base.h')
-rw-r--r--sim/common/sim-base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/common/sim-base.h b/sim/common/sim-base.h
index 796666d11d5..46bf9050ca5 100644
--- a/sim/common/sim-base.h
+++ b/sim/common/sim-base.h
@@ -73,6 +73,8 @@ typedef address_word sim_cia;
typedef struct _sim_cpu SIM_CPU;
typedef struct _sim_cpu sim_cpu;
+#include "bfd.h"
+
#include "sim-module.h"
#include "sim-arange.h"