From b4603c34644847e2113e8c29408db09049c5c30f Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Sun, 21 Jul 2019 22:27:07 -0500 Subject: [PATCH] Add ChangeLog entry for the last commit Forgot to commit before pushing :( --- gdb/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 84b1137fe0..63f6fa90d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2019-07-21 Christian Biesinger + + * 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 * MAINTAINERS (Write After Approval): Add self. -- 2.34.1