From 466b1d33082997a5a2f267897b435364cde0131c Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 2 Oct 2006 03:21:28 +0000 Subject: * cris/cris-sim.h (enum cris_unknown_syscall_action_type) (cris_unknown_syscall_action): Declare. * cris/sim-if.c (cris_unknown_syscall_action): Define. (cris_options): Add cris-unknown-syscall option. (cris_option_handler): Correct comment about and error message for invalid --cris-cycles argument. Handle --cris-unknown-syscall. * cris/traps.c: Include stdarg.h (cris_unknown_syscall): New function. (cris_break_13_handler): Instead of sim_io_eprintf and sim_engine_halt, call cris_unknown_syscall to handle more or less unknown syscalls. Adjust code as necessary to handle return value. --- sim/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'sim/ChangeLog') diff --git a/sim/ChangeLog b/sim/ChangeLog index 1ab72cd..ac9d9e6 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,19 @@ +2006-10-02 Edgar E. Iglesias + Hans-Peter Nilsson + + * cris/cris-sim.h (enum cris_unknown_syscall_action_type) + (cris_unknown_syscall_action): Declare. + * cris/sim-if.c (cris_unknown_syscall_action): Define. + (cris_options): Add cris-unknown-syscall option. + (cris_option_handler): Correct comment about and error message for + invalid --cris-cycles argument. Handle --cris-unknown-syscall. + * cris/traps.c: Include stdarg.h + (cris_unknown_syscall): New function. + (cris_break_13_handler): Instead of sim_io_eprintf and + sim_engine_halt, call cris_unknown_syscall to handle more or less + unknown syscalls. Adjust code as necessary to handle return + value. + 2006-09-30 Daniel Jacobowitz * MAINTAINERS: Add Dave Brolley for sh64. -- cgit v1.1