Ravenscar port for RISC-V
[deliverable/binutils-gdb.git] / gdb / i386-dicos-tdep.c
index 02af91aefd890def117045c5aecf0d5f03b401bc..a8c7c04d1fc5fc74bae5cffd3060bc7c2b42d339 100644 (file)
@@ -31,7 +31,7 @@ i386_dicos_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 static enum gdb_osabi
 i386_dicos_osabi_sniffer (bfd *abfd)
 {
-  char *target_name = bfd_get_target (abfd);
+  const char *target_name = bfd_get_target (abfd);
 
   /* On x86-DICOS, the Load Module's "header" section is 36 bytes.  */
   if (strcmp (target_name, "elf32-i386") == 0
This page took 0.039004 seconds and 4 git commands to generate.