]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: common: include sim-types.h in the endian header directly
authorMike Frysinger <vapier@gentoo.org>
Wed, 3 Jan 2024 07:15:54 +0000 (02:15 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 3 Jan 2024 07:15:54 +0000 (02:15 -0500)
commitd4edfa1e2e0d56b9e06b2d884866f0c46f4d81d3
treeafe8b9e07aee64c8e58a735d95f013c3e988e98a
parent9c81c318f6c78500e1022ba759ba659482cbe5c4
sim: common: include sim-types.h in the endian header directly

This is a bit redundant for most ports as they go through sim-basics.h
which always includes sim-types.h before including sim-endian.h, but in
order to unify ppc's sim-endian code, we need this include here.  Plus,
it's the directly we generally want to go to get away from one header
that defines all APIs and causes hard to untangle dependencies.
sim/common/sim-endian.h