aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2019-07-21 22:27:07 -0500
committerChristian Biesinger <cbiesinger@google.com>2019-07-21 22:27:07 -0500
commitb4603c34644847e2113e8c29408db09049c5c30f (patch)
treeb48083258984c7fac41851f8033389e2669092a2
parentc32e6a04f42b8e4a1392ee4b87d040c06b917ef5 (diff)
downloadgdb-b4603c34644847e2113e8c29408db09049c5c30f.zip
gdb-b4603c34644847e2113e8c29408db09049c5c30f.tar.gz
gdb-b4603c34644847e2113e8c29408db09049c5c30f.tar.bz2
Add ChangeLog entry for the last commit
Forgot to commit before pushing :(
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 84b1137..63f6fa9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2019-07-21 Christian Biesinger <cbiesinger@google.com>
+
+ * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
+ (lookup_symbol_in_objfile): Change int to block_enum and add a
+ gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
+
2019-07-20 Christian Biesinger <cbiesinger@google.com>
* MAINTAINERS (Write After Approval): Add self.