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 b64f703b519 Remove 'kind' parameter from dw2_map_matching_symbols new d777bf0df22 gdb: move all "current target" wrapper implementations to target.c new 328d42d87e9 gdb: remove current_top_target function
The 2 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 | 177 ++++++++++ gdb/auxv.c | 6 +- gdb/avr-tdep.c | 6 +- gdb/bfin-tdep.c | 2 +- gdb/breakpoint.c | 12 +- gdb/corefile.c | 4 +- gdb/elfread.c | 14 +- gdb/eval.c | 5 +- gdb/exec.c | 2 +- gdb/fbsd-tdep.c | 2 +- gdb/frame.c | 5 +- gdb/gnu-v3-abi.c | 5 +- gdb/ia64-tdep.c | 4 +- gdb/ia64-vms-tdep.c | 3 +- gdb/infcall.c | 9 +- gdb/infcmd.c | 14 +- gdb/inferior.c | 2 +- gdb/infrun.c | 19 +- gdb/linespec.c | 3 +- gdb/linux-tdep.c | 21 +- gdb/maint.c | 3 +- gdb/mi/mi-main.c | 9 +- gdb/minsyms.c | 6 +- gdb/ppc-linux-nat.c | 19 +- gdb/procfs.c | 3 +- gdb/regcache.c | 2 +- gdb/remote-sim.c | 4 +- gdb/remote.c | 19 +- gdb/reverse.c | 2 +- gdb/rs6000-tdep.c | 3 +- gdb/s390-linux-nat.c | 2 +- gdb/s390-tdep.c | 3 +- gdb/sh-tdep.c | 2 +- gdb/solib-aix.c | 3 +- gdb/solib-darwin.c | 3 +- gdb/solib-dsbt.c | 6 +- gdb/solib-svr4.c | 34 +- gdb/solib-target.c | 5 +- gdb/sparc-tdep.c | 2 +- gdb/sparc64-tdep.c | 6 +- gdb/symfile.c | 6 +- gdb/symtab.c | 6 +- gdb/target-descriptions.c | 6 +- gdb/target-memory.c | 5 +- gdb/target.c | 878 ++++++++++++++++++++++++++++++++++++++++------ gdb/target.h | 301 ++++++---------- gdb/tracefile-tfile.c | 2 +- gdb/tracepoint.c | 3 +- gdb/tui/tui-stack.c | 4 +- gdb/valops.c | 5 +- gdb/valprint.c | 6 +- gdb/value.c | 4 +- gdb/windows-tdep.c | 2 +- 53 files changed, 1240 insertions(+), 439 deletions(-)