* corelow.c (core_gdbarch): Now static.
authorTom Tromey <tromey@redhat.com>
Thu, 27 Jun 2013 19:38:55 +0000 (19:38 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 27 Jun 2013 19:38:55 +0000 (19:38 +0000)
gdb/ChangeLog
gdb/corelow.c

index 7711dc9f0f89f2931d37901d01e6cfdd4a4adf40..418695ebfdbb186d9f6a8aa798c666bea6eae83c 100644 (file)
@@ -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.
index 0aa5d971633e52b4d9783a483b4542c51a02794b..8371b58b2b9c611a900b7ef46e3e11949be976af 100644 (file)
@@ -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
This page took 0.041059 seconds and 4 git commands to generate.