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 21b65ba Fix a problem in readelf where memcpy could be called with a [...] new 5f3bceb Fix typo in ada_language_arch_info new ae438bc Fix TYPE_SPECIFIC_FIELD for types created via arch_type new 88dfca6 Add some missing arch_..._type helpers new 19f392b Unify init_type and arch_type interface and helpers new a9ff5f1 Remove obsolete TYPE_FLAG_... values new c413c44 Remove TYPE_NOSIGN "char" hack new 49f190b Add missing format for built-in floating-point types new 9b790ce Add gdbarch callback to provide formats for debug info float types new 00d5215 Support 128-bit IEEE floating-point types on Intel and Power
The 9 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 | 124 ++++++ gdb/ada-lang.c | 8 +- gdb/arch-utils.c | 28 ++ gdb/arch-utils.h | 5 + gdb/avr-tdep.c | 5 +- gdb/d-lang.c | 12 +- gdb/doublest.c | 55 +-- gdb/dwarf2read.c | 85 +++-- gdb/f-lang.c | 6 +- gdb/ft32-tdep.c | 5 +- gdb/gdb-gdb.py | 32 +- gdb/gdbarch.c | 23 ++ gdb/gdbarch.h | 8 + gdb/gdbarch.sh | 5 + gdb/gdbtypes.c | 416 +++++++++++++-------- gdb/gdbtypes.h | 59 ++- gdb/go-lang.c | 4 +- gdb/i386-tdep.c | 20 + gdb/infcall.c | 7 +- gdb/jv-lang.c | 4 +- gdb/m2-lang.c | 3 +- gdb/m32c-tdep.c | 15 +- gdb/mdebugread.c | 107 ++---- gdb/ppc-linux-tdep.c | 22 ++ gdb/rl78-tdep.c | 11 +- gdb/rust-lang.c | 6 +- gdb/stabsread.c | 190 +++++----- gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.base/{randomize.c => float128.c} | 13 +- gdb/testsuite/gdb.base/float128.exp | 76 ++++ .../gdb.base/{branch-to-self.c => floatn.c} | 38 +- gdb/testsuite/gdb.base/floatn.exp | 124 ++++++ gdb/testsuite/gdb.cp/hang.exp | 4 +- gdb/valprint.c | 7 +- 34 files changed, 998 insertions(+), 540 deletions(-) copy gdb/testsuite/gdb.base/{randomize.c => float128.c} (87%) create mode 100644 gdb/testsuite/gdb.base/float128.exp copy gdb/testsuite/gdb.base/{branch-to-self.c => floatn.c} (63%) create mode 100644 gdb/testsuite/gdb.base/floatn.exp