aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2019-07-30 10:32:01 -0500
committerChristian Biesinger <cbiesinger@google.com>2019-07-30 10:41:32 -0500
commit5c4dde850c0d4874d3bbe6dd1989bf0f7a5ed1c3 (patch)
tree90838ae0002f7c8706408d9a2d52a8890765fd50 /gdb
parent0f575925b6ff89def089e6b6ba810ee547d3978d (diff)
downloadgdb-5c4dde850c0d4874d3bbe6dd1989bf0f7a5ed1c3.zip
gdb-5c4dde850c0d4874d3bbe6dd1989bf0f7a5ed1c3.tar.gz
gdb-5c4dde850c0d4874d3bbe6dd1989bf0f7a5ed1c3.tar.bz2
Add missing changelog entry
I forgot to commit the change before pushing commit 25ec8924842a215e7f684d3a5076607409ac822f
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 0bf6be9..669b943 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -11,6 +11,10 @@
2019-07-29 Christian Biesinger <cbiesinger@google.com>
+ * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
+
+2019-07-29 Christian Biesinger <cbiesinger@google.com>
+
* gdb.python/py-objfile.c: Add global and static vars.
* gdb.python/py-objfile.exp: Test new functions Objfile.
lookup_global_symbol and lookup_static_symbol.