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 69ed9b74b6 Remove use of deprecated_add_core_fns in cris_tdep.c adds 22fe7df8c9 Plugin: Treat each object as independent adds 59fdc6ef34 Automatic date update in version.in adds 3fd6912bb1 Don't forward-declare struct objfile in dwarf2/frame.h adds f92ff6b552 Don't allow copying of auto_obstack adds f056b22b92 Update a comment in psymtab.h adds 5de4d9ef71 x86/Intel: improve diagnostics adds 9706160abd x86: also disallow non-byte/-word registers with byte/word suffix adds 38de8abe21 [gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin) adds f20e3e823d Disable gdbserver on host != target configurations adds 5990e377e5 x86-64: Intel64 adjustments for insns dealing with far pointers adds ddb56fe600 x86: fold two JMP templates adds 6c0946d0d2 x86: correct VFPCLASSP{S,D} operand size handling adds cd5900f33b Cache the Thread Local Base pointer type in the gdbarch adds 052793ad15 Fix kill of processes created by win32_create_inferior new d27b8e5f14 Remove dwarf_expr_baton new aeefc73cb2 Print more information in arm_dump_tdep new 7559c21717 Change booleans to bool in ARM's gdbarch_tdep new a9d6541862 Change fde table to a vector new a7a3ae5c02 Store the comp_unit instead of the FDE table new 0d404d447a Add per-unit obstack new 4debb23796 Remove a use of the comp_unit backlink new 2198230456 Remove the objfile backlink from comp_unit new 3d4560f707 Move the frame data to the BFD when possible
The 9 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 | 7 + bfd/plugin.c | 76 ++++---- bfd/version.h | 2 +- gas/ChangeLog | 49 ++++++ gas/config/tc-i386-intel.c | 6 +- gas/config/tc-i386.c | 127 ++++++++------ gas/doc/c-i386.texi | 12 ++ gas/testsuite/gas/i386/avx512dq-inval.l | 4 + gas/testsuite/gas/i386/avx512dq-inval.s | 9 +- gas/testsuite/gas/i386/general.l | 26 +-- gas/testsuite/gas/i386/general.s | 12 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/intelbad.l | 2 +- gas/testsuite/gas/i386/inval.l | 17 ++ gas/testsuite/gas/i386/inval.s | 8 + gas/testsuite/gas/i386/noavx512-2.l | 7 +- gas/testsuite/gas/i386/noavx512-2.s | 4 + gas/testsuite/gas/i386/x86-64-branch-3.d | 2 + gas/testsuite/gas/i386/x86-64-branch-3.s | 3 + gas/testsuite/gas/i386/x86-64-branch-5.l | 19 ++ gas/testsuite/gas/i386/x86-64-branch-5.s | 19 ++ gas/testsuite/gas/i386/x86-64-intel64.d | 4 + gas/testsuite/gas/i386/x86-64-intel64.s | 6 + gdb/ChangeLog | 78 +++++++++ gdb/arm-tdep.c | 40 +++-- gdb/arm-tdep.h | 12 +- gdb/charset.c | 3 +- gdb/dwarf2/frame.c | 292 +++++++++++++++---------------- gdb/dwarf2/frame.h | 1 - gdb/dwarf2/loc.c | 9 - gdb/gdb_obstack.h | 2 + gdb/psymtab.h | 4 +- gdb/windows-tdep.c | 15 +- gdbserver/ChangeLog | 11 ++ gdbserver/configure.srv | 11 +- gdbserver/win32-low.c | 3 + opcodes/ChangeLog | 21 +++ opcodes/i386-dis.c | 10 +- opcodes/i386-opc.tbl | 36 ++-- opcodes/i386-tbl.h | 156 ++++++++++++++--- 40 files changed, 771 insertions(+), 355 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-branch-5.l create mode 100644 gas/testsuite/gas/i386/x86-64-branch-5.s