diff options
author | 2022-12-22 22:01:19 -0500 | |
---|---|---|
committer | 2022-12-22 22:06:12 -0500 | |
commit | 6cf3ddd23ec1cf33f4b9f82d267e79741a2fdc48 (patch) | |
tree | e02be1dba5bfeb55f0bf55f6fcdb8678e2fd7259 /sim/ft32 | |
parent | sim: mcore: replace custom "word" type with int32_t (diff) | |
download | binutils-gdb-6cf3ddd23ec1cf33f4b9f82d267e79741a2fdc48.tar.gz binutils-gdb-6cf3ddd23ec1cf33f4b9f82d267e79741a2fdc48.tar.bz2 binutils-gdb-6cf3ddd23ec1cf33f4b9f82d267e79741a2fdc48.zip |
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/ft32')
-rw-r--r-- | sim/ft32/sim-main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/ft32/sim-main.h b/sim/ft32/sim-main.h index e160a12880d..5c84f9e2f21 100644 --- a/sim/ft32/sim-main.h +++ b/sim/ft32/sim-main.h @@ -23,7 +23,6 @@ #include "sim-basics.h" #include "sim-base.h" -#include "bfd.h" #include "ft32-sim.h" |