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 c7213af9b3 x86: Determine vector length from the last vector operand new 8d49165d83 Simple unused variable removals new f4e80e1301 Remove an unused variable from spu_get_overlay_table new 1576637036 Unused variable fixes related to conditional compilation new 996d693a07 Use a previously unused variable in bfin-tdep.c new d5e9a511c4 Call some functions in guile/ for effect new 374fd1fd7b Remove declarations from m32c-tdep.c new c51f6a54c2 Call value_fetch_lazy when needed in pretty-printers new 494f80a932 Fix ravenscar-thread.c to use arch_ops new c486b6106a Pass the correct argument to the observer in reread_symbols new 8c8807f439 Remove unused declaration from value.c new b0a7723d29 Remove unused variables from gdbserver new 3b20124b3d Conditionally define xmltarget_${name} variable in regdat.sh new a0de763e32 Add -Wunused-variable to warnings.m4
The 13 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 | 153 +++++++++++++++++++++ gdb/ada-lang.c | 1 - gdb/amd64-tdep.c | 1 - gdb/arm-tdep.c | 2 +- gdb/bfin-tdep.c | 2 +- gdb/breakpoint.c | 4 +- gdb/btrace.c | 6 +- gdb/buildsym-legacy.c | 2 - gdb/charset.c | 6 +- gdb/cli/cli-script.c | 2 +- gdb/common/tdesc.c | 1 - gdb/compile/compile-object-load.c | 2 - gdb/complaints.c | 2 - gdb/configure | 28 +++- gdb/corelow.c | 1 - gdb/fbsd-tdep.c | 1 - gdb/gdbserver/ChangeLog | 15 ++ gdb/gdbserver/configure | 28 +++- gdb/gdbserver/gdbreplay.c | 1 - gdb/gdbserver/linux-x86-tdesc.c | 4 +- gdb/gdbserver/remote-utils.c | 2 - gdb/gdbserver/win32-low.c | 2 - gdb/gdbserver/x86-tdesc.h | 10 +- gdb/guile/guile.c | 2 + gdb/guile/scm-block.c | 5 +- gdb/guile/scm-cmd.c | 6 +- gdb/guile/scm-frame.c | 1 - gdb/guile/scm-math.c | 3 - gdb/guile/scm-pretty-print.c | 4 +- gdb/guile/scm-symtab.c | 1 - gdb/guile/scm-type.c | 1 - gdb/guile/scm-utils.c | 1 - gdb/guile/scm-value.c | 2 - gdb/hppa-tdep.c | 2 - gdb/ia64-tdep.c | 7 +- gdb/infcall.c | 1 - gdb/inferior.c | 1 - gdb/inflow.c | 6 +- gdb/infrun.c | 2 - gdb/linespec.c | 2 - gdb/linux-nat.c | 4 - gdb/linux-tdep.c | 1 - gdb/m32c-tdep.c | 25 ++-- gdb/mep-tdep.c | 1 - gdb/mi/mi-main.c | 1 - gdb/microblaze-linux-tdep.c | 2 - gdb/nios2-tdep.c | 1 - gdb/parse.c | 1 - gdb/printcmd.c | 2 - gdb/python/py-breakpoint.c | 1 - gdb/python/py-prettyprint.c | 4 +- gdb/python/py-unwind.c | 2 - gdb/ravenscar-thread.c | 4 +- gdb/record-btrace.c | 4 - gdb/regformats/regdat.sh | 3 +- gdb/remote.c | 2 + gdb/riscv-tdep.c | 7 - gdb/rs6000-lynx178-tdep.c | 1 - gdb/rust-exp.y | 1 - gdb/rust-lang.c | 4 +- gdb/s390-linux-tdep.c | 2 - gdb/ser-mingw.c | 8 +- gdb/sparc64-tdep.c | 2 - gdb/spu-tdep.c | 4 +- gdb/stack.c | 3 +- gdb/symfile.c | 2 +- gdb/symtab.c | 1 - gdb/target-memory.c | 2 - gdb/target.c | 3 - gdb/tic6x-tdep.c | 1 - gdb/tracepoint.c | 4 - .../basic_string_view/element_access/char/1.cc | 2 +- gdb/value.c | 1 - gdb/warning.m4 | 17 ++- gdb/windows-nat.c | 9 +- 75 files changed, 302 insertions(+), 153 deletions(-)