mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* 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:
parent
2905d173c5
commit
ec07628095
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user