* dbxread.c: reset function_start_offset after a finishing N_FUN

is seen.
        * remote-sim.c: allow TARGET_REDEFINE_DEFAULT_OPS to override
          target vectors as needed.
	* txvu-tdep.c: add support for VIF breakpoints.
This commit is contained in:
Ron Unrau 1998-06-16 20:38:10 +00:00
parent 2905d173c5
commit ec07628095
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Tue Jun 16 14:38:40 1998 Ron Unrau (runrau@cygnus.com)
* dbxread.c: reset function_start_offset after a finishing N_FUN
is seen.
* remote-sim.c: allow TARGET_REDEFINE_DEFAULT_OPS to override
target vectors as needed.
Sun Jun 14 08:46:25 1998 Ron Unrau (runrau@cygnus.com)
* partial-stab.h: 'F' and 'f' type N_FUN psymbols should pass

View File

@ -958,12 +958,17 @@ static void init_gdbsim_ops(void)
gdbsim_ops.to_sections = NULL;
gdbsim_ops.to_sections_end = NULL;
gdbsim_ops.to_magic = OPS_MAGIC;
#ifdef TARGET_REDEFINE_DEFAULT_OPS
TARGET_REDEFINE_DEFAULT_OPS (&gdbsim_ops);
#endif
}
void
_initialize_remote_sim ()
{
init_gdbsim_ops() ;
add_target (&gdbsim_ops);
add_com ("sim <command>", class_obscure, simulator_command,