aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-16 02:26:48 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-16 03:15:31 -0400
commitfeb703b3f4d3cb21ab50905359df7123e131a7dc (patch)
tree1d0b284f9aaa1fda4e713b71ba114fa4ff120bb4 /sim/mcore/ChangeLog
parent6cd5ace4db98987881c71e33dcae418fd258c38d (diff)
downloadfsf-binutils-gdb-feb703b3f4d3cb21ab50905359df7123e131a7dc.zip
fsf-binutils-gdb-feb703b3f4d3cb21ab50905359df7123e131a7dc.tar.gz
fsf-binutils-gdb-feb703b3f4d3cb21ab50905359df7123e131a7dc.tar.bz2
sim: mcore/microblaze: clean up a bit
Fix some various warnings and enable the extra warnings options.
Diffstat (limited to 'sim/mcore/ChangeLog')
-rw-r--r--sim/mcore/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index c3256f4..ce26780 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -1,5 +1,27 @@
2015-03-16 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac: Call SIM_AC_OPTION_WARNINGS.
+ * confingure: Regenerate.
+ * interp.c (mcore_extract_unsigned_integer): Make static and update
+ prototype. Fix up printf string.
+ (mcore_store_unsigned_integer): Make static and update prototype.
+ (int_sbrk): Likewise.
+ (wbat, wlat, what, rbat, rlat, rhat): Delete INLINE and update
+ prototype.
+ (SEXTB, SEXTW, IOMEM): Delete.
+ (sim_size): Update prototype. Fix up printf string.
+ (init_pointers): Update prototype.
+ (set_initial_gprs): Update prototype. Fix up printf string.
+ (log_open, log_close, is_opened, handle_trap1, process_stub, util,
+ iu_carry): Update prototype.
+ (sim_resume): Update prototype. Change addr to a word.
+ (sim_write, sim_read, sim_store_register, sim_fetch_register,
+ sim_trace, sim_stop_reason, sim_stop, sim_info, sim_open,
+ sim_close, sim_load, sim_create_inferior, sim_do_command,
+ sim_set_callbacks): Update prototype.
+
+2015-03-16 Mike Frysinger <vapier@gentoo.org>
+
* config.in, configure: Regenerate.
2015-03-14 Mike Frysinger <vapier@gentoo.org>