aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-13 01:56:13 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-13 02:01:11 -0400
commit8ac57fbde478b8e8fb0ba169f620d713be319260 (patch)
tree8cfd0cb78e0fc69b998adaf4c345d438dda1e5cb /sim/mips/ChangeLog
parent65f9096890a7bd7a7ea2655dcfb0e0a2589a753b (diff)
downloadgdb-8ac57fbde478b8e8fb0ba169f620d713be319260.zip
gdb-8ac57fbde478b8e8fb0ba169f620d713be319260.tar.gz
gdb-8ac57fbde478b8e8fb0ba169f620d713be319260.tar.bz2
sim: mips: fix prototype warnings
Convert a bunch of old style prototypes and tweak various casts to match the function signatures.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r--sim/mips/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index d6a29c1..cd655eb 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,16 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * interp.c (mips_option_handler, open_trace, sim_close,
+ sim_write, sim_read, sim_store_register, sim_fetch_register,
+ sim_create_inferior, pr_addr, pr_uword64): Convert old style
+ prototypes.
+ (sim_open): Convert old style prototype. Change casts with
+ sim_write to unsigned char *.
+ (fetch_str): Change null to unsigned char, and change cast to
+ unsigned char *.
+ (sim_monitor): Change c & ch to unsigned char. Change cast to
+ unsigned char *.
+
2015-04-12 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Move interp.o to the start of the list.