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:
e5823f1
)
* target.c (target_struct_index): Remove.
author
Tom Tromey
<tromey@redhat.com>
Thu, 27 Jun 2013 19:38:24 +0000
(19:38 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Thu, 27 Jun 2013 19:38:24 +0000
(19:38 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/target.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 8cb93e3235933db8ea25f272964a6850ae1b5a01..7711dc9f0f89f2931d37901d01e6cfdd4a4adf40 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2013-06-27 Tom Tromey <tromey@redhat.com>
+
+ * target.c (target_struct_index): Remove.
+
2013-06-27 Pedro Alves <palves@redhat.com>
* infrun.c: Remove comment describing the 'stepping over runtime
diff --git
a/gdb/target.c
b/gdb/target.c
index 519b97fd63c330d9c7f2739122b55131cfe05dba..9467ba4fea8c173312ce48eed0bf16c3f9893476 100644
(file)
--- a/
gdb/target.c
+++ b/
gdb/target.c
@@
-153,7
+153,6
@@
static void debug_to_stop (ptid_t);
array. */
struct target_ops **target_structs;
unsigned target_struct_size;
-unsigned target_struct_index;
unsigned target_struct_allocsize;
#define DEFAULT_ALLOCSIZE 10