aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-06-24 20:17:52 +0000
committerTom Tromey <tromey@redhat.com>2010-06-24 20:17:52 +0000
commit1843028924270956593a8870cce75a4033531910 (patch)
treee48825270891533d08b9ba2f2c040357da4a3c2f /gdb/ChangeLog
parent40618926494501894c418f02704cdc224593394d (diff)
downloadgdb-1843028924270956593a8870cce75a4033531910.zip
gdb-1843028924270956593a8870cce75a4033531910.tar.gz
gdb-1843028924270956593a8870cce75a4033531910.tar.bz2
* psymtab.c (lookup_partial_symbol): Mark definition as static.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 64c67d9..d3f057e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-24 Tom Tromey <tromey@redhat.com>
+
+ * psymtab.c (lookup_partial_symbol): Mark definition as static.
+
2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey <tromey@redhat.com>