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-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 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 [...] adds ed2a222951 Load system gdbinit files from a directory adds 35e65c49df Replace bsearch with a std::lower_bound-based search adds 0c921b219c Only make a nullterminated string if we need to adds 31edb80295 Change some arguments to gdb::string_view instead of name+len adds 90421c5656 addrmap: use gdb_static_assert for type size assertions adds cdc46a9ff4 Remove unused includes in ada-*.c files adds de93309a38 Clean up ada-lang.h adds f18ad8a16b Remove unused includes in infcmd.c and infrun.c adds 74fb338f46 Automatic date update in version.in
No new revisions were added by this update.
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 +- gdb/ChangeLog | 111 +++ gdb/Makefile.in | 1 + gdb/NEWS | 6 + gdb/ada-lang.c | 1867 ++++++++++++++++++------------------ gdb/ada-lang.h | 34 - gdb/ada-typeprint.c | 9 - gdb/ada-valprint.c | 6 +- gdb/addrmap.c | 16 +- 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/infcmd.c | 6 - gdb/infrun.c | 6 - 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 +- 49 files changed, 1643 insertions(+), 1238 deletions(-) create mode 100644 gdb/gdbsupport/gdb_binary_search.h