aboutsummaryrefslogtreecommitdiff
path: root/include/gdb
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-03 01:51:44 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-06 21:48:59 -0500
commit2e3d4f4d5d386995e99d035354a9e411d1dc0331 (patch)
tree6d149d58208966cc50be708fccc5d5273a702de5 /include/gdb
parent23ad6f3ec4b1086a987ba05e6ea77c131d72875c (diff)
downloadfsf-binutils-gdb-2e3d4f4d5d386995e99d035354a9e411d1dc0331.zip
fsf-binutils-gdb-2e3d4f4d5d386995e99d035354a9e411d1dc0331.tar.gz
fsf-binutils-gdb-2e3d4f4d5d386995e99d035354a9e411d1dc0331.tar.bz2
sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly
2016-01-03 Mike Frysinger <vapier@gentoo.org> * sim-options.c (sim_parse_args): Mark argv array const. * sim-options.h (sim_parse_args): Likewise.
Diffstat (limited to 'include/gdb')
-rw-r--r--include/gdb/ChangeLog5
-rw-r--r--include/gdb/remote-sim.h6
2 files changed, 9 insertions, 2 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog
index b73c8ea..f05ba4b 100644
--- a/include/gdb/ChangeLog
+++ b/include/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-06 Mike Frysinger <vapier@gentoo.org>
+
+ * remote-sim.h (sim_open): Mark argv const.
+ (sim_create_inferior): Mark argv and env const.
+
2015-11-24 Nick Clifton <nickc@redhat.com>
* sim-aarch64.h: New file.
diff --git a/include/gdb/remote-sim.h b/include/gdb/remote-sim.h
index 372e59b..fc12898 100644
--- a/include/gdb/remote-sim.h
+++ b/include/gdb/remote-sim.h
@@ -104,7 +104,8 @@ struct host_callback_struct;
sim_create_inferior. FIXME: What should the state of the simulator
be? */
-SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback, struct bfd *abfd, char **argv);
+SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
+ struct bfd *abfd, char * const *argv);
/* Destory a simulator instance.
@@ -161,7 +162,8 @@ SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
address space (according to the applicable ABI) and the program
counter and stack pointer set accordingly. */
-SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd, char **argv, char **env);
+SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
+ char * const *argv, char * const *env);
/* Fetch LENGTH bytes of the simulated program's memory. Start fetch