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-aarch64-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 7532a164d5 Remove stale FIXME comment adds 638d85bce0 Change type of debug_aix_thread to bool adds de2396d078 Fix build breakage with --disable-tui adds daeecc3290 Automatic date update in version.in adds 2247a609df _bfd_dwarf2_find_nearest_line comment fix adds 1b8e12713b dwarf2.c stash->sec_info_ptr and stash->sec adds 019cc8758a dwarf2.c: read_abbrevs fail cleanup, and offset checking adds 99b06c600f PR25230, dwarf2.c per file stash adds e63ef0954d PR25230, addr2line fails on dwz output adds 82f910ea9c Fix leak of symbol name in block_symbol_cache adds 4cbd39b289 Replace hash function from bcache with fast_hash adds 5085593976 Automatic date update in version.in adds 3036c89919 x86: drop some stray/bogus DefaultSize adds 13e600d0f5 x86: make sure all PUSH/POP honor DefaultSize adds 77ad80922b x86/Intel: extend MOVDIRI testing adds 319ff62c8a x86: consolidate tracking of MMX register use adds d488367a42 x86-64/Intel: fix CALL/JMP with dword operand adds 0ba59a2940 x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or opera [...] adds 293b38d60f gdb/mi: Add -symbol-info-module-{variables,functions} adds f97a63c5aa gdb: Split global symbol search into separate functions adds c2512106f8 gdb/mi: Add -max-results parameter to some -symbol-info-* commands adds feee869bd8 Silence maybe-uninitialized warning in dwarf2read.c adds 7a9e9f9f1e Fix another build failure in tui-selftests.c
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 64 +++ bfd/dwarf2.c | 732 ++++++++++++++------------ bfd/version.h | 2 +- gas/ChangeLog | 55 ++ gas/config/tc-i386-intel.c | 14 +- gas/config/tc-i386.c | 38 +- gas/testsuite/gas/i386/general.l | 67 ++- gas/testsuite/gas/i386/general.s | 41 ++ gas/testsuite/gas/i386/ilp32/x86-64-intel64.d | 10 +- gas/testsuite/gas/i386/intelbad.l | 5 + gas/testsuite/gas/i386/intelbad.s | 6 + gas/testsuite/gas/i386/movdir-intel.d | 1 + gas/testsuite/gas/i386/movdir.d | 1 + gas/testsuite/gas/i386/movdir.s | 1 + gas/testsuite/gas/i386/x86-64-intel64.d | 13 + gas/testsuite/gas/i386/x86-64-intel64.s | 15 + gas/testsuite/gas/i386/x86-64-jump.d | 16 +- gas/testsuite/gas/i386/x86-64-jump.s | 8 + gas/testsuite/gas/i386/x86-64-movdir-intel.d | 3 + gas/testsuite/gas/i386/x86-64-movdir.d | 3 + gas/testsuite/gas/i386/x86-64-movdir.s | 3 + gas/testsuite/gas/i386/x86-64-opcode.d | 12 + gas/testsuite/gas/i386/x86-64-opcode.s | 14 + gdb/ChangeLog | 97 ++++ gdb/NEWS | 4 + gdb/aix-thread.c | 2 +- gdb/bcache.c | 25 - gdb/bcache.h | 15 +- gdb/doc/ChangeLog | 10 + gdb/doc/gdb.texinfo | 169 ++++++ gdb/dwarf2read.c | 2 +- gdb/mi/mi-cmds.c | 4 + gdb/mi/mi-cmds.h | 2 + gdb/mi/mi-symbol-cmds.c | 201 ++++++- gdb/psymtab.c | 11 +- gdb/stabsread.c | 2 +- gdb/symtab.c | 492 +++++++++-------- gdb/symtab.h | 42 ++ gdb/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 25 +- gdb/testsuite/gdb.mi/mi-sym-info.exp | 21 + gdb/unittests/tui-selftests.c | 7 + gdb/utils.h | 11 +- opcodes/ChangeLog | 16 + opcodes/i386-dis.c | 2 +- opcodes/i386-opc.tbl | 16 +- opcodes/i386-tbl.h | 16 +- 47 files changed, 1660 insertions(+), 665 deletions(-)