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 cd60a3956da arc: Update elfarcv2 script template new 0b8b932dce2 [gdb/symtab] Fix uninitialized memory in buildsym_compunit: [...] new 2774f2dad5f [gdb/symtab] Factor out type::{alloc_fields,copy_fields} new 4b3d893ac8b [gdb/symtab] Do more zero-initialization of type::fields new 34c9386e218 [gdb/symtab] Replace TYPE_ALLOC + memset with TYPE_ZALLOC new 6d3c2d749be [gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOC new 959db212304 [gdb/symtab] Replace TYPE_ALLOC with TYPE_ZALLOC where required
The 6 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 | 19 ++-------- gdb/amdgpu-tdep.c | 5 +-- gdb/buildsym.c | 5 +-- gdb/coffread.c | 15 ++------ gdb/ctfread.c | 7 +--- gdb/dwarf2/read.c | 62 ++++++++++--------------------- gdb/gdbtypes.c | 105 ++++++++++++++++++++++++++++++++-------------------- gdb/gdbtypes.h | 8 ++++ gdb/gnu-v3-abi.c | 106 ++++++++++++++++++++++++++++------------------------- gdb/mdebugread.c | 9 +---- gdb/rust-lang.c | 4 +- gdb/stabsread.c | 40 +++++--------------- gdb/windows-tdep.c | 4 +- 13 files changed, 173 insertions(+), 216 deletions(-)