Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / sim / d10v / interp.c
index a49cd528be44fb29d9e3b6224e2ad882f7d5cdfb..cb8c6cf61f5c800c64624d810450f09e004b7b3b 100644 (file)
@@ -746,7 +746,8 @@ static int d10v_reg_fetch (SIM_CPU *, int, unsigned char *, int);
 static int d10v_reg_store (SIM_CPU *, int, unsigned char *, int);
 
 SIM_DESC
-sim_open (SIM_OPEN_KIND kind, host_callback *cb, struct bfd *abfd, char **argv)
+sim_open (SIM_OPEN_KIND kind, host_callback *cb,
+         struct bfd *abfd, char * const *argv)
 {
   struct simops *s;
   struct hash_entry *h;
@@ -1141,7 +1142,8 @@ sim_info (SIM_DESC sd, int verbose)
 }
 
 SIM_RC
-sim_create_inferior (SIM_DESC sd, struct bfd *abfd, char **argv, char **env)
+sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
+                    char * const *argv, char * const *env)
 {
   bfd_vma start_address;
 
This page took 0.024144 seconds and 4 git commands to generate.