aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-03 00:36:13 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-03 00:52:51 -0500
commit0cb8d8513cf44a102953ff5cf93e9dd399f42e9a (patch)
tree670e19c289dea5ba0a821d97709073078fc24e6d /sim/sh/ChangeLog
parent1ac72f0659d64d6a14da862242db0d841d2878d0 (diff)
downloadfsf-binutils-gdb-0cb8d8513cf44a102953ff5cf93e9dd399f42e9a.zip
fsf-binutils-gdb-0cb8d8513cf44a102953ff5cf93e9dd399f42e9a.tar.gz
fsf-binutils-gdb-0cb8d8513cf44a102953ff5cf93e9dd399f42e9a.tar.bz2
sim: 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.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 56e9f10..7fd3492 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,3 +1,10 @@
+2016-01-03 Mike Frysinger <vapier@gentoo.org>
+
+ * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete.
+ * configure: Regenerate.
+ * interp.c (host_little_endian): Change CURRENT_HOST_BYTE_ORDER
+ to HOST_BYTE_ORDER.
+
2016-01-02 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.