This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 1a5c25988e Normalize include guards in gdb new 46e3ed7ff9 C++-ify struct thread_fsm
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 74 ++++++++++++++++ gdb/Makefile.in | 1 - gdb/breakpoint.c | 108 +++++++--------------- gdb/cli/cli-interp.c | 2 +- gdb/infcall.c | 101 +++++++++------------ gdb/infcmd.c | 246 ++++++++++++++++----------------------------------- gdb/infrun.c | 20 ++--- gdb/mi/mi-interp.c | 4 +- gdb/thread-fsm.c | 109 ----------------------- gdb/thread-fsm.h | 106 +++++++++++----------- gdb/thread.c | 4 +- 11 files changed, 289 insertions(+), 486 deletions(-) delete mode 100644 gdb/thread-fsm.c