]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/ChangeLog
sim: ppc: convert to bfd_endian
authorMike Frysinger <vapier@gentoo.org>
Wed, 16 Jun 2021 00:58:31 +0000 (20:58 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 16 Jun 2021 05:22:50 +0000 (01:22 -0400)
commit956f0babcd95bc7b6d2d79ea345abdd6f464e65f
tree539e8c9e69c946b736856febfc74d4cae38f4e2d
parent1b828ebe530ef113c9e55fad8f7e472cd36dd078
sim: ppc: convert to bfd_endian

Rather than re-invent endian defines, as well as maintain our own list
of OS & arch-specific includes, punt all that logic in favor of the bfd
ones already set up and maintained elsewhere.  We already rely on the
bfd library, so leveraging the endian aspect should be fine.

This was done for all the other ports years ago, so catch ppc up.
sim/ppc/ChangeLog
sim/ppc/altivec.igen
sim/ppc/configure
sim/ppc/configure.ac
sim/ppc/emul_generic.c
sim/ppc/options.c
sim/ppc/psim.c
sim/ppc/sim-endian-n.h
sim/ppc/sim-endian.c
sim/ppc/std-config.h
sim/ppc/vm.c