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 e409955ddcc [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs. new 0743fc83c03 Replace most calls to help_list and cmd_show_list
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 | 150 ++++++++++++++++++++++++++++++++++ gdb/ada-lang.c | 63 ++++---------- gdb/arc-tdep.c | 18 ++-- gdb/arm-tdep.c | 26 ++---- gdb/auto-load.c | 15 +--- gdb/breakpoint.c | 16 +--- gdb/btrace.c | 79 ++++-------------- gdb/cli/cli-cmds.c | 69 ++++------------ gdb/cli/cli-decode.c | 52 ++++++++++++ gdb/cli/cli-dump.c | 147 ++++++++++----------------------- gdb/cli/cli-style.c | 126 ++++++++++------------------ gdb/cli/cli-style.h | 2 - gdb/command.h | 14 ++++ gdb/cp-support.c | 23 ++---- gdb/dcache.c | 24 ++---- gdb/dwarf2/read.c | 25 ++---- gdb/frame.c | 25 ++---- gdb/go32-nat.c | 10 +-- gdb/guile/guile.c | 51 +++--------- gdb/i386-tdep.c | 28 ++----- gdb/infcmd.c | 14 +--- gdb/language.c | 25 ++---- gdb/macrocmd.c | 15 +--- gdb/maint-test-options.c | 22 ++--- gdb/maint-test-settings.c | 44 +++------- gdb/maint.c | 120 ++++++--------------------- gdb/mips-tdep.c | 29 ++----- gdb/python/python.c | 35 ++------ gdb/ravenscar-thread.c | 30 ++----- gdb/record-btrace.c | 107 ++++++------------------ gdb/record-full.c | 31 ++----- gdb/record.c | 29 ++----- gdb/remote.c | 24 ++---- gdb/riscv-tdep.c | 64 ++++----------- gdb/rs6000-tdep.c | 28 ++----- gdb/ser-tcp.c | 26 ++---- gdb/serial.c | 30 ++----- gdb/sh-tdep.c | 22 +---- gdb/sparc64-tdep.c | 15 +--- gdb/symfile.c | 17 +--- gdb/symtab.c | 15 +--- gdb/target-descriptions.c | 36 ++------ gdb/testsuite/ChangeLog | 9 ++ gdb/testsuite/gdb.base/completion.exp | 6 +- gdb/testsuite/gdb.base/default.exp | 32 ++++---- gdb/testsuite/gdb.base/maint.exp | 6 +- gdb/testsuite/gdb.btrace/cpu.exp | 4 +- gdb/testsuite/gdb.cp/maint.exp | 4 +- gdb/top.c | 14 ---- gdb/top.h | 4 - gdb/tui/tui-layout.c | 13 +-- gdb/tui/tui-win.c | 14 +--- gdb/typeprint.c | 28 ++----- gdb/valprint.c | 56 ++++--------- gdb/windows-tdep.c | 24 +----- 55 files changed, 656 insertions(+), 1299 deletions(-)