X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=bcc66428e8052e917438d4b44810b42b3fcea6ee;hb=bd9269f70c70b1218b0eb73a6f487d6ca481e5ac;hp=3dadc7838176bb10982de30755a5f6b010e48fe1;hpb=f8c1d06b82ab0fd56bcffc9030cb44b5a946113e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3dadc78381..bcc66428e8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2014-09-11 Tom Tromey + Gary Benson + + * common/symbol.h: New file. + * Makefile.in (HFILES_NO_SRCDIR): Add common/symbol.h. + * minsyms.c (find_minimal_symbol_address): New function. + * common/agent.c: Include common/symbol.h. + [!GDBSERVER]: Don't include objfiles.h. + (agent_look_up_symbols): Use find_minimal_symbol_address. + 2014-09-11 Gary Benson * target/target.h (target_stop_ptid, target_continue_ptid):