From: Andrew Cagney Date: Sat, 22 Jun 2002 22:04:33 +0000 (+0000) Subject: * infrun.c (_initialize_infrun): Delete unnecessary call to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06a6ac572a66e992045e35d0ec2e08321dbaa0e1;p=binutils-gdb.git * infrun.c (_initialize_infrun): Delete unnecessary call to build_infrun. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72af3255553..03e6281fe59 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-06-22 Andrew Cagney + * 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. diff --git a/gdb/infrun.c b/gdb/infrun.c index faca42007a2..5f72affe0df 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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);