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 03c9c4c8d0a Remove best_symbol and better_symbol new 9b4b5499b74 Add check-gdbarch.py new 08ef6c0715f Use 'invalid' rather than 'predicate' in some gdbarch functions new ef1941993b8 Remove solib_symbols_extension gdbarch hook new a6e3679f681 Remove skip_permanent_breakpoint gdbarch hook new 9f579d28c10 Remove the print_vector_info gdbarch hook new 0316c8cbd6d Remove the auto_charset gdbarch hook new 86cd099eb24 Remove the believe_pcc_promotion gdbarch hook new 52bfc2b45b0 Remove the sofun_address_maybe_missing gdbarch setting new 614e12ef652 Mark some gdbarch components as "unused"
The 9 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/arc-tdep.c | 2 - gdb/arch-utils.c | 12 --- gdb/arch-utils.h | 8 -- gdb/bfin-tdep.c | 1 - gdb/breakpoint.c | 3 +- gdb/breakpoint.h | 3 +- gdb/charset.c | 9 +- gdb/check-gdbarch.py | 105 ++++++++++++++++++++++ gdb/gdbarch-gen.c | 217 ++-------------------------------------------- gdb/gdbarch-gen.h | 48 ---------- gdb/gdbarch_components.py | 95 +++++--------------- gdb/gdbarch_types.py | 6 ++ gdb/h8300-tdep.c | 2 - gdb/hppa-tdep.c | 1 - gdb/i386-linux-tdep.c | 4 - gdb/infcmd.c | 21 ++--- gdb/infrun.c | 7 +- gdb/m68hc11-tdep.c | 2 - gdb/m68k-tdep.c | 1 - gdb/rs6000-tdep.c | 23 +---- gdb/s390-tdep.c | 1 - gdb/sh-tdep.c | 2 - gdb/sol2-tdep.c | 5 -- gdb/solib.c | 27 ------ gdb/vax-tdep.c | 1 - gdb/xtensa-tdep.c | 2 - 26 files changed, 163 insertions(+), 445 deletions(-) create mode 100755 gdb/check-gdbarch.py