diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-12-23 00:32:29 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-12-23 00:52:04 -0500 |
commit | 3eaecff5137752dbe01b82efba36aad1d190fe7b (patch) | |
tree | 121b8714b7b7b2ca06c0b6c4c9f3a2b9dfe072a1 /sim/iq2000 | |
parent | d9e217e950b01fac7948d2d326e866a9f2d1dcb8 (diff) | |
download | fsf-binutils-gdb-3eaecff5137752dbe01b82efba36aad1d190fe7b.zip fsf-binutils-gdb-3eaecff5137752dbe01b82efba36aad1d190fe7b.tar.gz fsf-binutils-gdb-3eaecff5137752dbe01b82efba36aad1d190fe7b.tar.bz2 |
sim: cgen: move symcat.h include to where it's used
Move this out of the global sim-main.h and to the few files that
actually use functions from it. Only the cgen ports were pulling
this, so this makes cgen & non-cgen behave more the same.
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/sim-main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/iq2000/sim-main.h b/sim/iq2000/sim-main.h index d920c34..2398e30 100644 --- a/sim/iq2000/sim-main.h +++ b/sim/iq2000/sim-main.h @@ -9,7 +9,6 @@ one of -scache/-pbb. ???? */ #define WITH_SCACHE_PBB 1 -#include "symcat.h" #include "sim-basics.h" #include "iq2000-desc.h" #include "iq2000-opc.h" |