mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* infrun.c (_initialize_infrun): Delete unnecessary call to
build_infrun.
This commit is contained in:
parent
37e7137227
commit
06a6ac572a
@ -1,5 +1,8 @@
|
||||
2002-06-22 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* infrun.c (_initialize_infrun): Delete unnecessary call to
|
||||
build_infrun.
|
||||
|
||||
* regcache.h: Update comments describing the regcache_cpy family
|
||||
of functions.
|
||||
(regcache_save, regcache_restore): Delete declaration.
|
||||
|
@ -4183,8 +4183,6 @@ _initialize_infrun (void)
|
||||
register int numsigs;
|
||||
struct cmd_list_element *c;
|
||||
|
||||
build_infrun ();
|
||||
|
||||
register_gdbarch_swap (&stop_registers, sizeof (stop_registers), NULL);
|
||||
register_gdbarch_swap (NULL, 0, build_infrun);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user