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 dd33d41d54 Fix indentation in solist.h new 896a7aa6a1 Avoid -Wnarrowing warnings from quote_char() new 70ab8ccd4f Use CORE_ADDR_MAX in various "breaks" arrays new 7bc02706c3 Avoid -Wnarrowing warnings in struct tramp_frame instances new ec40cf90a0 Fix two -Wnarrowing warnings in xtensa-tdep.h new 8406672eca Avoid -Wnarrowing warnings in ppc64-tdep.c new b4f183d23e Avoid -Wnarrowing warnings in gdbserver new 1885053bcb Avoid -Wnarrowing warnings in aarch64-linux-tdep.c new d3d8724aac Remove -Wno-narrowing from warnings.m4
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 | 98 ++++++++++++++++ gdb/aarch64-fbsd-tdep.c | 10 +- gdb/aarch64-linux-tdep.c | 10 +- gdb/aarch64-tdep.c | 2 +- gdb/alpha-tdep.c | 2 +- gdb/arch/arm-get-next-pcs.c | 4 +- gdb/arm-fbsd-tdep.c | 10 +- gdb/arm-linux-tdep.c | 32 ++--- gdb/arm-obsd-tdep.c | 10 +- gdb/bfin-linux-tdep.c | 2 +- gdb/common/common-types.h | 5 +- gdb/completer.c | 2 +- gdb/configure | 2 +- gdb/gdbserver/ChangeLog | 13 +++ gdb/gdbserver/configure | 2 +- gdb/gdbserver/linux-s390-low.c | 56 ++++++--- gdb/hppa-nbsd-tdep.c | 36 +++--- gdb/i386-nbsd-tdep.c | 257 +++++++++++++++++++++++++++++------------ gdb/linespec.c | 2 +- gdb/microblaze-linux-tdep.c | 4 +- gdb/mips-fbsd-tdep.c | 30 ++--- gdb/mips-linux-tdep.c | 64 +++++----- gdb/mips-tdep.c | 4 +- gdb/mips64-obsd-tdep.c | 10 +- gdb/mn10300-linux-tdep.c | 24 ++-- gdb/nios2-linux-tdep.c | 8 +- gdb/ppc-linux-tdep.c | 20 ++-- gdb/ppc-nbsd-tdep.c | 32 ++--- gdb/ppc64-tdep.c | 86 +++++++------- gdb/rs6000-tdep.c | 2 +- gdb/sparc-linux-tdep.c | 12 +- gdb/sparc64-linux-tdep.c | 6 +- gdb/tic6x-linux-tdep.c | 2 +- gdb/tilegx-linux-tdep.c | 6 +- gdb/tramp-frame.h | 2 +- gdb/warning.m4 | 2 +- gdb/xtensa-tdep.h | 4 +- 37 files changed, 555 insertions(+), 318 deletions(-)