]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/avr/ChangeLog
sim: constify prog_name
authorMike Frysinger <vapier@gentoo.org>
Thu, 20 Feb 2014 05:13:48 +0000 (00:13 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 5 Mar 2014 06:42:44 +0000 (01:42 -0500)
commitb2b255bdf3d29d97c10668b4bb5fceeb886a15f1
treed4c8c2c2efcfe48f3192592b3845f06e841f9942
parentcfa7ea2a961c0930cfd76006bd3811e98a8f2366
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.
39 files changed:
gdb/ChangeLog
gdb/remote-sim.c
include/gdb/ChangeLog
include/gdb/remote-sim.h
sim/arm/ChangeLog
sim/arm/wrapper.c
sim/avr/ChangeLog
sim/avr/interp.c
sim/common/ChangeLog
sim/common/sim-hload.c
sim/common/sim-load.c
sim/common/sim-utils.c
sim/common/sim-utils.h
sim/cr16/ChangeLog
sim/cr16/interp.c
sim/cris/ChangeLog
sim/cris/sim-if.c
sim/d10v/ChangeLog
sim/d10v/interp.c
sim/erc32/ChangeLog
sim/erc32/interf.c
sim/h8300/ChangeLog
sim/h8300/compile.c
sim/m32c/ChangeLog
sim/m32c/gdb-if.c
sim/mcore/ChangeLog
sim/mcore/interp.c
sim/microblaze/ChangeLog
sim/microblaze/interp.c
sim/moxie/ChangeLog
sim/moxie/interp.c
sim/ppc/ChangeLog
sim/ppc/sim_calls.c
sim/rl78/ChangeLog
sim/rl78/gdb-if.c
sim/rx/ChangeLog
sim/rx/gdb-if.c
sim/sh/ChangeLog
sim/sh/interp.c