This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from f096cbc296 Automatic date update in version.in adds f5311f2509 pe_bfd_read_buildid memory leak adds cef2097a87 Add profiling outputs to .gitignore adds e5af216040 asan: som: heap-buffer-overflow adds 6c2ca6c25d ubsan: v850: left shift cannot be represented in type 'int' adds 100b122fc1 ubsan: crx: index 5 out of bounds for type 'operand_desc const[5]' adds 8ce18f9cdf Avoid ubsan bug complaining about &p->field adds 8fb7532331 Add a NEWS entry for multithreaded symbol loading adds b0d674e2b4 Automatic date update in version.in new 4d4eaa3005 Make symbol_set_names a member function
The 1 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: .gitignore | 3 ++ ChangeLog | 4 ++ bfd/ChangeLog | 21 ++++++++++ bfd/peicode.h | 2 + bfd/som.c | 100 ++++++++++++++++++++++++----------------------- bfd/version.h | 2 +- gdb/ChangeLog | 39 ++++++++++++++++++ gdb/NEWS | 4 ++ gdb/ada-lang.c | 2 +- gdb/buildsym.c | 2 +- gdb/coffread.c | 2 +- gdb/ctfread.c | 8 ++-- gdb/dwarf2read.c | 6 +-- gdb/jit.c | 4 +- gdb/language.c | 2 +- gdb/mdebugread.c | 2 +- gdb/minsyms.c | 24 ++++++------ gdb/psymtab.c | 17 ++++---- gdb/stabsread.c | 10 ++--- gdb/symtab.c | 44 ++++++++++----------- gdb/symtab.h | 30 ++++++-------- ld/ChangeLog | 19 +++++++++ ld/emultempl/alphaelf.em | 2 +- ld/emultempl/mmo.em | 2 +- ld/emultempl/pe.em | 2 +- ld/emultempl/pep.em | 2 +- ld/emultempl/ppc32elf.em | 2 +- ld/emultempl/spuelf.em | 4 +- ld/ldelf.c | 6 +-- ld/ldlang.c | 30 +++++++------- opcodes/ChangeLog | 10 +++++ opcodes/crx-dis.c | 2 +- opcodes/v850-dis.c | 14 +++---- 33 files changed, 260 insertions(+), 163 deletions(-)