diff options
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/ChangeLog | 4 | ||||
-rw-r--r-- | sim/iq2000/sim-if.c | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index 38d815a..68bb2fd 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,5 +1,9 @@ 2016-01-03 Mike Frysinger <vapier@gentoo.org> + * sim-if.c (sim_open): Update sim_parse_args comment. + +2016-01-03 Mike Frysinger <vapier@gentoo.org> + * iq2000-sim.h: Delete file. * Makefile.in (SIM_EXTRA_DEPS): Delete iq2000-sim.h. * sim-main.h: Delete iq2000-sim.h include. diff --git a/sim/iq2000/sim-if.c b/sim/iq2000/sim-if.c index fefa764..f9ccf1f 100644 --- a/sim/iq2000/sim-if.c +++ b/sim/iq2000/sim-if.c @@ -82,9 +82,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); |