aboutsummaryrefslogtreecommitdiff
path: root/sim/microblaze/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-29 04:18:03 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-29 11:51:13 -0400
commit3c0ae3096245fcb94021f0ed61278aa89191ee59 (patch)
treed750688271eaf4d93a449e091cd9b0126c4d1455 /sim/microblaze/ChangeLog
parentb9d94d62d1197f7b26d93dba1532d7d005342bb8 (diff)
downloadfsf-binutils-gdb-3c0ae3096245fcb94021f0ed61278aa89191ee59.zip
fsf-binutils-gdb-3c0ae3096245fcb94021f0ed61278aa89191ee59.tar.gz
fsf-binutils-gdb-3c0ae3096245fcb94021f0ed61278aa89191ee59.tar.bz2
sim: microblaze: use common configure options
In preparation for converting to nrun, call the common functions that are needed. This doesn't produce any new warnings, and the generated code should be the same.
Diffstat (limited to 'sim/microblaze/ChangeLog')
-rw-r--r--sim/microblaze/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog
index c2c72a5..7ee66c5 100644
--- a/sim/microblaze/ChangeLog
+++ b/sim/microblaze/ChangeLog
@@ -1,3 +1,10 @@
+2015-03-29 Mike Frysinger <vapier@gentoo.org>
+
+ * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
+ SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT, and
+ SIM_AC_OPTION_INLINE.
+ * config.in, configure: Regenerate.
+
2015-03-16 Mike Frysinger <vapier@gentoo.org>
* interp.c: Strip trailing whitespace.