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 62e20ed45e Add support for AArch64 system register names IP0, IP1, FP and LR. new 2d7cc5c797 Introduce compiled_regex, eliminate make_regfree_cleanup
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 | 51 +++++++++++++++++++++++++++++ gdb/Makefile.in | 2 ++ gdb/ada-lang.c | 33 ++++++++----------- gdb/break-catch-throw.c | 21 +++++------- gdb/breakpoint.c | 20 +++--------- gdb/cli/cli-cmds.c | 21 ++---------- gdb/cli/cli-decode.c | 11 ++++--- gdb/cli/cli-decode.h | 5 ++- gdb/gdb_regex.c | 56 ++++++++++++++++++++++++++++++++ gdb/gdb_regex.h | 39 ++++++++++++++++++++--- gdb/linux-tdep.c | 85 +++++++++++++++++++++++++------------------------ gdb/probe.c | 19 ++++++----- gdb/skip.c | 24 +++----------- gdb/symtab.c | 42 +++++++++--------------- gdb/utils.c | 52 ------------------------------ 15 files changed, 255 insertions(+), 226 deletions(-) create mode 100644 gdb/gdb_regex.c