2419798b80
Since sim_do_command for many people simply calls sim_args_command, start a unified version of it. For people who handle their own options, they could switch to this by using sim_add_option_table instead. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26 lines
756 B
Text
26 lines
756 B
Text
2011-07-05 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* sim-if.c (sim_do_command): Delete.
|
|
|
|
2010-10-09 Alan Modra <amodra@gmail.com>
|
|
|
|
* cris-desc.h: Regenerate.
|
|
|
|
2010-10-07 Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
* traps.c (cris_break_13_handler): Pass lseek
|
|
offset parameter as sign-extended.
|
|
|
|
2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
|
|
|
|
* dv-rv.c (hw_rv_init_socket): Check error return from socket() call
|
|
by its equality to -1 not by it being negative.
|
|
(hw_rv_write): Likewise.
|
|
(hw_rv_handle_incoming): Likewise.
|
|
(hw_rv_poll_once): Likewise.
|
|
* rvdummy.c (setupsocket): Likewise.
|
|
(main): Likewise for accept() call as returned from setupsocket().
|
|
|
|
2010-03-30 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* devices.c (device_error): Add const to message.
|