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 5e0e042213 Fix Changelog for ab0538b875c054468aa205d8d36550d1223a3bfd new 53e710acd2 Fix PR c++/21323: GDB thinks char16_t and char32_t are signe [...] new 53375380e9 Teach GDB that wchar_t is a built-in type in C++ mode
The 2 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 | 41 +++++ gdb/aarch64-tdep.c | 2 + gdb/alpha-tdep.c | 2 + gdb/arm-tdep.c | 7 + gdb/avr-tdep.c | 3 + gdb/c-lang.c | 9 + gdb/dwarf2read.c | 19 ++- gdb/gdbarch.c | 48 ++++++ gdb/gdbarch.h | 11 ++ gdb/gdbarch.sh | 6 + gdb/gdbtypes.c | 8 +- gdb/gdbtypes.h | 1 + gdb/h8300-tdep.c | 4 + gdb/i386-nto-tdep.c | 3 + gdb/i386-tdep.c | 3 + gdb/m32r-tdep.c | 3 + gdb/moxie-tdep.c | 3 + gdb/nds32-tdep.c | 3 + gdb/rs6000-aix-tdep.c | 5 + gdb/sh-tdep.c | 4 + gdb/sparc-tdep.c | 3 + gdb/sparc64-tdep.c | 3 + gdb/testsuite/ChangeLog | 15 ++ .../formdata16.c => gdb.cp/wide_char_types.c} | 10 +- gdb/testsuite/gdb.cp/wide_char_types.exp | 181 +++++++++++++++++++++ gdb/windows-tdep.c | 3 + gdb/xstormy16-tdep.c | 3 + gdb/xtensa-tdep.c | 3 + 28 files changed, 399 insertions(+), 7 deletions(-) copy gdb/testsuite/{gdb.dwarf2/formdata16.c => gdb.cp/wide_char_types.c} (87%) create mode 100644 gdb/testsuite/gdb.cp/wide_char_types.exp