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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 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 new 3036c89919 x86: drop some stray/bogus DefaultSize new 13e600d0f5 x86: make sure all PUSH/POP honor DefaultSize new 77ad80922b x86/Intel: extend MOVDIRI testing new 319ff62c8a x86: consolidate tracking of MMX register use new d488367a42 x86-64/Intel: fix CALL/JMP with dword operand new 0ba59a2940 x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or opera [...]
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: 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 | 18 +++++++ gdb/bcache.c | 25 ---------- gdb/bcache.h | 15 +++--- gdb/psymtab.c | 11 ++--- gdb/stabsread.c | 2 +- gdb/symtab.c | 41 ++++++++++------ gdb/utils.h | 11 +++-- opcodes/ChangeLog | 16 +++++++ opcodes/i386-dis.c | 2 +- opcodes/i386-opc.tbl | 16 +++---- opcodes/i386-tbl.h | 16 +++---- 32 files changed, 385 insertions(+), 116 deletions(-)