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 1f88d0c87c Fix undefined behavior, don't pass NULL to fwrite new b926417afa Simple -Wshadow=local fixes new da4ae14a4d Avoid shadowing in gdbserver new 795afcbbb4 Use std::string in mdebugread.c new 3fba72f761 Avoid shadowing in linux-tdep.c new ef789dc484 Fix latent bug in msp430-tdep.c new b8c888478d Avoid shadowing in fdwalk new d951f98b3c Shadowing fix in gdbscm_frame_read_var new 96643e35c0 Add -Wshadow=local
The 8 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 | 182 +++++++++++++++++++++++++++++++++++ gdb/arch/arm-get-next-pcs.c | 8 +- gdb/arm-tdep.c | 6 +- gdb/breakpoint.c | 26 +++-- gdb/c-exp.y | 2 +- gdb/cli/cli-cmds.c | 11 ++- gdb/cli/cli-utils.c | 7 +- gdb/coffread.c | 12 +-- gdb/common/agent.c | 1 - gdb/common/filestuff.c | 1 - gdb/compile/compile.c | 8 +- gdb/configure | 3 +- gdb/cp-support.c | 3 +- gdb/cp-valprint.c | 2 +- gdb/csky-tdep.c | 3 +- gdb/ctf.c | 10 +- gdb/disasm-selftests.c | 8 +- gdb/disasm.c | 7 +- gdb/dwarf2-frame.c | 12 +-- gdb/dwarf2expr.c | 10 +- gdb/dwarf2loc.c | 23 +++-- gdb/dwarf2read.c | 50 +++++----- gdb/elfread.c | 4 +- gdb/eval.c | 46 ++++----- gdb/f-exp.y | 11 +-- gdb/findvar.c | 2 +- gdb/gdbserver/ChangeLog | 13 +++ gdb/gdbserver/configure | 3 +- gdb/gdbserver/gdbthread.h | 4 +- gdb/gdbserver/linux-low.c | 18 ++-- gdb/gdbserver/server.c | 21 ++-- gdb/guile/scm-frame.c | 1 - gdb/guile/scm-symbol.c | 4 +- gdb/hppa-bsd-tdep.c | 2 +- gdb/ia64-tdep.c | 17 ++-- gdb/infrun.c | 18 ++-- gdb/linespec.c | 26 ++--- gdb/linux-tdep.c | 11 ++- gdb/machoread.c | 2 +- gdb/main.c | 16 +-- gdb/mdebugread.c | 94 +++++++++--------- gdb/mep-tdep.c | 3 +- gdb/mi/mi-cmd-var.c | 2 +- gdb/mi/mi-main.c | 10 +- gdb/microblaze-tdep.c | 7 +- gdb/mips-tdep.c | 38 ++++---- gdb/msp430-tdep.c | 7 +- gdb/nat/linux-osdata.c | 72 +++++++------- gdb/nios2-tdep.c | 21 ++-- gdb/objfiles.c | 10 +- gdb/p-exp.y | 9 +- gdb/p-valprint.c | 134 +++++++++++++------------- gdb/parse.c | 6 +- gdb/ppc-linux-tdep.c | 7 +- gdb/ppc-sysv-tdep.c | 11 +-- gdb/record-btrace.c | 4 +- gdb/regcache.c | 21 ++-- gdb/remote.c | 30 +++--- gdb/riscv-tdep.c | 6 +- gdb/rs6000-tdep.c | 24 ++--- gdb/rust-lang.c | 8 +- gdb/s390-tdep.c | 6 +- gdb/stack.c | 5 +- gdb/symtab.c | 10 +- gdb/target-float.c | 3 +- gdb/tic6x-tdep.c | 4 +- gdb/tracepoint.c | 5 +- gdb/tui/tui-stack.c | 3 +- gdb/unittests/array-view-selftests.c | 8 +- gdb/v850-tdep.c | 6 +- gdb/valops.c | 20 ++-- gdb/valprint.c | 8 +- gdb/varobj.c | 39 ++++---- gdb/warning.m4 | 3 +- gdb/xcoffread.c | 8 +- gdb/xstormy16-tdep.c | 3 +- gdb/xtensa-tdep.c | 9 +- 77 files changed, 720 insertions(+), 558 deletions(-)