sim: constify prog_name
[deliverable/binutils-gdb.git] / sim / cris / sim-if.c
index 19999e2fdd4d8803950b45e143f7c86c1f411f27..325321ff9fdc8c95880142d17e18edefacdb90c4 100644 (file)
@@ -1,5 +1,5 @@
 /* Main simulator entry points specific to the CRIS.
-   Copyright (C) 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004-2014 Free Software Foundation, Inc.
    Contributed by Axis Communications.
 
 This file is part of the GNU simulators.
@@ -343,7 +343,7 @@ cris_program_offset_write (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf,
    files differently.  */
 
 SIM_RC
-sim_load (SIM_DESC sd, char *prog_name, struct bfd *prog_bfd,
+sim_load (SIM_DESC sd, const char *prog_name, struct bfd *prog_bfd,
          int from_tty ATTRIBUTE_UNUSED)
 {
   bfd *result_bfd;
This page took 0.029971 seconds and 4 git commands to generate.