]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/ChangeLog
sim: ppc: drop host endian configure option
authorMike Frysinger <vapier@gentoo.org>
Wed, 16 Jun 2021 00:20:11 +0000 (20:20 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 16 Jun 2021 05:03:54 +0000 (01:03 -0400)
commit430456e34753ac705a047c886eb4f73cf2906dfc
tree0c46e6372c85dd346f9a3bd25f7885eac1669335
parentdae666c968ac9f053dc5dfe1a6ceaf333a8ca94d
sim: ppc: drop host endian configure option

The --enable-sim-hostendian flag was purely so people had an escape route
for when cross-compiling.  This is because historically, AC_C_BIGENDIAN
did not work in those cases.  That was fixed a while ago though, so we can
require that macro everywhere now and simplify a good bit of code.

This was done for all the other ports years ago, so catch ppc up.
12 files changed:
sim/ppc/ChangeLog
sim/ppc/Makefile.in
sim/ppc/altivec_registers.h
sim/ppc/config.in
sim/ppc/configure
sim/ppc/configure.ac
sim/ppc/options.c
sim/ppc/psim.c
sim/ppc/sim-endian-n.h
sim/ppc/sim-endian.c
sim/ppc/sim-endian.h
sim/ppc/std-config.h