projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e7137
)
* infrun.c (_initialize_infrun): Delete unnecessary call to
author
Andrew Cagney
<cagney@redhat.com>
Sat, 22 Jun 2002 22:04:33 +0000
(22:04 +0000)
committer
Andrew Cagney
<cagney@redhat.com>
Sat, 22 Jun 2002 22:04:33 +0000
(22:04 +0000)
build_infrun.
gdb/ChangeLog
patch
|
blob
|
history
gdb/infrun.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 72af3255553f1f65b3c316cadff16e6b4941be64..03e6281fe598542b5a8de84f85a4f488558ad6ba 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/infrun.c
b/gdb/infrun.c
index faca42007a2420b625c806c3f52e56964914bb8a..5f72affe0dfea66c600faa90beb64eac489f760e 100644
(file)
--- 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);