diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-02-20 00:13:48 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-03-05 01:42:44 -0500 |
commit | b2b255bdf3d29d97c10668b4bb5fceeb886a15f1 (patch) | |
tree | d4c8c2c2efcfe48f3192592b3845f06e841f9942 /sim/m32c/ChangeLog | |
parent | cfa7ea2a961c0930cfd76006bd3811e98a8f2366 (diff) | |
download | binutils-gdb-b2b255bdf3d29d97c10668b4bb5fceeb886a15f1.tar.gz |
sim: constify prog_name
There's no need for the prog_name handed down to the core to be mutable,
so add const markings to it and all the related funcs.
Diffstat (limited to 'sim/m32c/ChangeLog')
-rw-r--r-- | sim/m32c/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index 9cd5fb6fd86..e202191e452 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,3 +1,7 @@ +2014-03-05 Mike Frysinger <vapier@gentoo.org> + + * gdb-if.c (sim_load): Add const to prog. + 2013-09-23 Alan Modra <amodra@gmail.com> * configure: Regenerate. |