diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/corelow.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7711dc9..418695e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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. 2013-06-27 Pedro Alves <palves@redhat.com> diff --git a/gdb/corelow.c b/gdb/corelow.c index 0aa5d97..8371b58 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -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 |