sim: parse_args: display getopt error ourselves
[deliverable/binutils-gdb.git] / sim / lm32 / sim-if.c
index 678602449a1a365cd6c7afa0f80382321bfd7d4e..a135232f65f6b792b027594c4de12cc90cc52bf3 100644 (file)
@@ -121,9 +121,7 @@ sim_open (kind, callback, abfd, argv)
       return 0;
     }
 
-  /* getopt will print the error message so we just have to exit if this fails.
-     FIXME: Hmmm...  in the case of gdb we need getopt to call
-     print_filtered.  */
+  /* The parser will print an error message for us, so we silently return.  */
   if (sim_parse_args (sd, argv) != SIM_RC_OK)
     {
       free_state (sd);
This page took 0.025672 seconds and 4 git commands to generate.