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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 87f34879e5 Add a string_view version of startswith adds d7b510baa8 Automatic date update in version.in adds b9d8f5601b Re: Optimise away eh_frame advance_loc 0 adds 2f1575ea6f Fix the size of the dos_message field in the internal_extra_ [...] adds 66a66a17f4 Fix array overruns in the S12Z disassembler. adds 993a00a986 Prevent a left shift by a negative value when disassembling [...] adds 9adb259150 Fix a potential illegal array access in the D30V disassembler. adds efea62b446 Fix array overrun when disassembling corrupt TIC30 binaries. adds 70cf683455 When copying pe format files, copy the dos_message array, ra [...] new ed2a222951 Load system gdbinit files from a directory new 35e65c49df Replace bsearch with a std::lower_bound-based search new 0c921b219c Only make a nullterminated string if we need to new 31edb80295 Change some arguments to gdb::string_view instead of name+len
The 4 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: bfd/ChangeLog | 12 ++++++ bfd/libcoff-in.h | 1 + bfd/libcoff.h | 1 + bfd/peXXigen.c | 21 +++------- bfd/peicode.h | 24 +++++++++++ bfd/version.h | 2 +- gas/ChangeLog | 6 +++ gas/dw2gencfi.c | 7 +++- gdb/ChangeLog | 58 +++++++++++++++++++++++++++ gdb/Makefile.in | 1 + gdb/NEWS | 6 +++ gdb/coffread.c | 5 +-- gdb/config.in | 7 ++++ gdb/configure | 51 ++++++++++++++++++++++++ gdb/configure.ac | 3 ++ gdb/ctfread.c | 14 +++---- gdb/dbxread.c | 24 +++++------ gdb/doc/ChangeLog | 7 ++++ gdb/doc/Makefile.in | 4 ++ gdb/doc/gdb.texinfo | 74 ++++++++++++++++++++++++++++++---- gdb/dwarf2-frame.c | 24 +++++------ gdb/dwarf2read.c | 29 +++++++------- gdb/elfread.c | 25 ++++++------ gdb/extension.c | 3 ++ gdb/gdbsupport/gdb_binary_search.h | 59 +++++++++++++++++++++++++++ gdb/main.c | 82 +++++++++++++++++++++++++++++++------- gdb/mdebugread.c | 80 ++++++++++++++++++++----------------- gdb/minsyms.c | 18 ++++----- gdb/minsyms.h | 10 ++--- gdb/psympriv.h | 3 +- gdb/psymtab.c | 8 ++-- gdb/stabsread.c | 5 ++- gdb/symtab.c | 58 ++++++++++++++------------- gdb/symtab.h | 10 +++-- gdb/top.c | 4 ++ gdb/xcoffread.c | 42 +++++++++++-------- include/ChangeLog | 5 +++ include/coff/internal.h | 2 +- opcodes/ChangeLog | 21 ++++++++++ opcodes/d30v-dis.c | 5 ++- opcodes/ia64-opc.c | 9 +++-- opcodes/s12z-dis.c | 53 +++++++++++++++++------- opcodes/s12z-opc.c | 12 +++++- opcodes/tic30-dis.c | 2 +- 44 files changed, 663 insertions(+), 234 deletions(-) create mode 100644 gdb/gdbsupport/gdb_binary_search.h