The following change broke the build: * mi-main.c (mi_cmd_exec_return): Don't use return_command_wrapper, use return_command instead. (mi_cmd_exec_interrupt): Don't use interrupt_target_command_wrapper, use interrupt_target_command instead. I am quite busy at the moment, so did not spend too much time investigating how this should be fixed. I suggest the following fix. 2002-10-02 Joel Brobecker * infcmd.c (interrupt_target_command): Make non-static, as it is now needed by mi-main.c. * stack.c (return_command): Likewise. Ok to apply? Thanks, -- Joel