sim: constify sim_write source buffer
commit61df8b8dd249120297595228aad6ed10e810d345
authorMike Frysinger <vapier@gentoo.org>
Tue, 13 Apr 2010 20:28:19 +0000 (13 20:28 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 13 Apr 2010 20:28:19 +0000 (13 20:28 +0000)
treea76b65034634fb323ca74d6b9b3bc3f67b117ca7
parent81951f9ed72164d4a8fbc1565d74e69a2d7d2dfc
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>
include/gdb/ChangeLog
include/gdb/remote-sim.h