Uniquefy gdb.threads/attach-into-signal.exp
[deliverable/binutils-gdb.git] / gdb / mips-sde-tdep.c
index eb171bf3f9b751a25f39bc4d6defb4a1b2703d2a..0246b27bbad3467da9097d75e212cd3f3069b5b8 100644 (file)
@@ -212,7 +212,7 @@ mips_sde_elf_osabi_sniff_abi_tag_sections (bfd *abfd, asection *sect,
 
   /* The presence of a section with a ".sde" prefix is indicative
      of an SDE binary.  */
-  if (strncmp (name, ".sde", 4) == 0)
+  if (startswith (name, ".sde"))
     *os_ident_ptr = GDB_OSABI_SDE;
 }
 
This page took 0.023887 seconds and 4 git commands to generate.