mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* target.c (target_struct_index): Remove.
This commit is contained in:
@ -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>
|
2013-06-27 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* infrun.c: Remove comment describing the 'stepping over runtime
|
* infrun.c: Remove comment describing the 'stepping over runtime
|
||||||
|
@ -153,7 +153,6 @@ static void debug_to_stop (ptid_t);
|
|||||||
array. */
|
array. */
|
||||||
struct target_ops **target_structs;
|
struct target_ops **target_structs;
|
||||||
unsigned target_struct_size;
|
unsigned target_struct_size;
|
||||||
unsigned target_struct_index;
|
|
||||||
unsigned target_struct_allocsize;
|
unsigned target_struct_allocsize;
|
||||||
#define DEFAULT_ALLOCSIZE 10
|
#define DEFAULT_ALLOCSIZE 10
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user