From: Tom Tromey Date: Thu, 27 Jun 2013 19:38:55 +0000 (+0000) Subject: * corelow.c (core_gdbarch): Now static. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a3bfc5cda51016d9534be898cc68c54fd4a5bba;p=binutils-gdb.git * corelow.c (core_gdbarch): Now static. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7711dc9f0f8..418695ebfdb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-06-27 Tom Tromey + + * corelow.c (core_gdbarch): Now static. + 2013-06-27 Tom Tromey * target.c (target_struct_index): Remove. diff --git a/gdb/corelow.c b/gdb/corelow.c index 0aa5d971633..8371b58b2b9 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