diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-29 03:39:01 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-29 04:14:27 -0400 |
commit | 525887679c4de93b8006b5013904dec8d19f12f0 (patch) | |
tree | c5794df9f29d2ac9ca66bb7ce9c4f87937415bec /sim/mcore/ChangeLog | |
parent | 36cb69e0ed76e5381c723ed4e7137bb981deafd1 (diff) | |
download | binutils-gdb-525887679c4de93b8006b5013904dec8d19f12f0.tar.gz |
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/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog index f6089c8049d..88e67d2ecca 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. |