* corelow.c (core_gdbarch): Now static.
This commit is contained in:
parent
c9ef825d2e
commit
6a3bfc5cda
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-06-27 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* corelow.c (core_gdbarch): Now static.
|
||||
|
||||
2013-06-27 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* target.c (target_struct_index): Remove.
|
||||
|
|
|
@ -67,7 +67,7 @@ static struct core_fns *core_vec = NULL;
|
|||
/* FIXME: kettenis/20031023: Eventually this variable should
|
||||
disappear. */
|
||||
|
||||
struct gdbarch *core_gdbarch = NULL;
|
||||
static struct gdbarch *core_gdbarch = NULL;
|
||||
|
||||
/* Per-core data. Currently, only the section table. Note that these
|
||||
target sections are *not* mapped in the current address spaces' set
|
||||
|
|
Loading…
Reference in a new issue