aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-04-13 20:28:20 +0000
committerMike Frysinger <vapier@gentoo.org>2010-04-13 20:28:20 +0000
commitcb1cc9c67ab42392913b61d630a3f72369e1c9ac (patch)
tree685df59ca6ef1d54cef91972f75ffb9edb600abe /include/gdb/ChangeLog
parentad91cd991727e8ff8f8bc84f65943d9de0843b14 (diff)
downloadfsf-binutils-gdb-cb1cc9c67ab42392913b61d630a3f72369e1c9ac.zip
fsf-binutils-gdb-cb1cc9c67ab42392913b61d630a3f72369e1c9ac.tar.gz
fsf-binutils-gdb-cb1cc9c67ab42392913b61d630a3f72369e1c9ac.tar.bz2
sim: constify sim_write source buffer
Most the sim write functions declare their source buffer const because they only ever read from it. The global sim_write() function does not follow this convention though which causes some warnings when trying to pass it const strings or buffers. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/gdb/ChangeLog')
-rw-r--r--include/gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog
index 3b84cad..119264e 100644
--- a/include/gdb/ChangeLog
+++ b/include/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * remote-sim.h (sim_write): Add const to buf arg.
+
2009-11-24 DJ Delorie <dj@redhat.com>
* sim-rx.h: New.