aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-29 03:39:01 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-29 04:14:27 -0400
commit525887679c4de93b8006b5013904dec8d19f12f0 (patch)
treec5794df9f29d2ac9ca66bb7ce9c4f87937415bec /sim/mcore/ChangeLog
parent36cb69e0ed76e5381c723ed4e7137bb981deafd1 (diff)
downloadfsf-binutils-gdb-525887679c4de93b8006b5013904dec8d19f12f0.zip
fsf-binutils-gdb-525887679c4de93b8006b5013904dec8d19f12f0.tar.gz
fsf-binutils-gdb-525887679c4de93b8006b5013904dec8d19f12f0.tar.bz2
sim: mcore: 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/mcore/ChangeLog')
-rw-r--r--sim/mcore/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index f6089c8..88e67d2 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -1,5 +1,12 @@
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-29 Mike Frysinger <vapier@gentoo.org>
+
* interp.c (heap_ptr, int_sbrk): Delete.
(handle_trap1): Change case 69 (sbrk) to always return -1.
(sim_load): Delete bss checks and heap_ptr setup.