bfd_get_filename
[deliverable/binutils-gdb.git] / sim / cris / sim-if.c
index 054cce557b1bf69625879b52e2e221287264aa08..1a5d421caffe9f9bf7d7425e5803384ea24dc120 100644 (file)
@@ -746,7 +746,7 @@ sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd,
      specified.  */
   if (abfd != NULL && !cris_bare_iron)
     {
-      char *name = bfd_get_filename (abfd);
+      const char *name = bfd_get_filename (abfd);
       char **my_environ = GET_ENVIRON ();
       /* We use these maps to give the same behavior as the old xsim
         simulator.  */
This page took 0.023973 seconds and 4 git commands to generate.