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 d1de9f5c6c7 [gdb/testsuite] Handle unbuffer_output.c for remote host new 6a4d297c62c Introduce type_allocator new c9eb9f18547 Remove alloc_type_arch new 9fa83a7ade6 Remove alloc_type_copy new 8a17bdd9ccc Remove alloc_type new 95751990e40 Reuse existing builtin types new cc495054ad5 Remove arch_type new 333859402c7 Remove init_type new 2d39ccd3d17 Unify arch_integer_type and init_integer_type new f50b437c3da Unify arch_character_type and init_character_type new 46c04ea32f7 Unify arch_boolean_type and init_boolean_type new 77c5f49648c Unify arch_float_type and init_float_type new 0776344a337 Unify arch_decfloat_type and init_decfloat_type new 9c794d2d46f Unify arch_pointer_type and init_pointer_type new e727c536c6e Use type allocator for range types new 9e76b17aa5a Use type allocator for array types new 526648585ca Use type allocator for set types new 426e5b66a73 Use builtin type when appropriate new a8ed3dde834 Rename objfile_type to builtin_type new a9a775da56a Add some types to struct builtin_type new 2d1bc552337 Remove objfile_type
The 20 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/ada-lang.c | 92 ++--- gdb/amdgpu-tdep.c | 5 +- gdb/arm-tdep.c | 9 +- gdb/avr-tdep.c | 6 +- gdb/coffread.c | 42 +-- gdb/compile/compile-c-symbols.c | 10 +- gdb/compile/compile-c-types.c | 11 +- gdb/compile/compile-cplus-symbols.c | 10 +- gdb/compile/compile-cplus-types.c | 5 +- gdb/csky-tdep.c | 5 +- gdb/ctfread.c | 47 +-- gdb/d-lang.c | 44 +-- gdb/dwarf2/cu.c | 2 +- gdb/dwarf2/expr.c | 9 +- gdb/dwarf2/read.c | 111 +++--- gdb/f-exp.y | 13 +- gdb/f-lang.c | 55 +-- gdb/fbsd-tdep.c | 20 +- gdb/ft32-tdep.c | 5 +- gdb/gdbtypes.c | 707 +++++++++++------------------------- gdb/gdbtypes.h | 309 +++++++++++----- gdb/gnu-v3-abi.c | 9 +- gdb/go-lang.c | 34 +- gdb/ia64-tdep.c | 9 +- gdb/jit.c | 5 +- gdb/linux-tdep.c | 29 +- gdb/m2-lang.c | 12 +- gdb/m32c-tdep.c | 24 +- gdb/m68k-tdep.c | 9 +- gdb/mdebugread.c | 95 ++--- gdb/nds32-tdep.c | 7 +- gdb/netbsd-tdep.c | 22 +- gdb/objfiles.c | 4 +- gdb/opencl-lang.c | 43 +-- gdb/parse.c | 12 +- gdb/rl78-tdep.c | 20 +- gdb/rs6000-tdep.c | 3 +- gdb/rust-lang.c | 33 +- gdb/sh-tdep.c | 9 +- gdb/stabsread.c | 155 ++++---- gdb/target-descriptions.c | 18 +- gdb/valops.c | 10 +- gdb/windows-tdep.c | 55 +-- gdb/xcoffread.c | 4 +- gdb/xtensa-tdep.c | 3 +- gdb/z80-tdep.c | 7 +- 46 files changed, 1044 insertions(+), 1104 deletions(-)