diff options
Diffstat (limited to 'sim/sh64')
-rw-r--r-- | sim/sh64/ChangeLog | 4 | ||||
-rw-r--r-- | sim/sh64/sim-if.c | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog index 06ce139..74f89bc 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -1,5 +1,9 @@ 2016-01-02 Mike Frysinger <vapier@gentoo.org> + * sim-if.c (sim_open): Delete #if 0 sim_add_option_table call. + +2016-01-02 Mike Frysinger <vapier@gentoo.org> + * sim-if.c (current_state): Delete. (sim_open): Delete current_state assignment. diff --git a/sim/sh64/sim-if.c b/sim/sh64/sim-if.c index a74f1e5..ba8feb8 100644 --- a/sim/sh64/sim-if.c +++ b/sim/sh64/sim-if.c @@ -79,14 +79,6 @@ sim_open (kind, callback, abfd, argv) return 0; } -#if 0 /* FIXME: 'twould be nice if we could do this */ - /* These options override any module options. - Obviously ambiguity should be avoided, however the caller may wish to - augment the meaning of an option. */ - if (extra_options != NULL) - sim_add_option_table (sd, extra_options); -#endif - /* 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. */ |