projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ef825
)
* corelow.c (core_gdbarch): Now static.
author
Tom Tromey
<tromey@redhat.com>
Thu, 27 Jun 2013 19:38:55 +0000
(19:38 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Thu, 27 Jun 2013 19:38:55 +0000
(19:38 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/corelow.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 7711dc9f0f89f2931d37901d01e6cfdd4a4adf40..418695ebfdbb186d9f6a8aa798c666bea6eae83c 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/corelow.c
b/gdb/corelow.c
index 0aa5d971633e52b4d9783a483b4542c51a02794b..8371b58b2b9c611a900b7ef46e3e11949be976af 100644
(file)
--- 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;
+st
atic st
ruct 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