gas thunderx support
[deliverable/binutils-gdb.git] / gdb / m32r-rom.c
index 9d6b8b369d1cd072983b83ee591c10f816da0453..a2ac53795a67eb85bf1d2fbbe006754cc34ed45d 100644 (file)
@@ -447,7 +447,7 @@ m32r_upload_command (char *args, int from_tty)
 
       myIPaddress = skip_spaces (myIPaddress);
 
-      if (!strncmp (myIPaddress, "0.0.", 4))   /* empty */
+      if (startswith (myIPaddress, "0.0."))    /* empty */
        error (_("Please use 'set board-address' to "
                 "set the M32R-EVA board's IP address."));
       if (strchr (myIPaddress, '('))
This page took 0.023394 seconds and 4 git commands to generate.