This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 5aae9ae97f [binutils][arm] Implement Custom Datapath Extensions for MVE adds d60f54486a MSP430: Add printf statements to assist with debugging durin [...] adds 8d6cb116f4 MSP430: Enable relaxation of relocs in JMP instructions adds ac4280dad0 MSP430: Enable relaxation of jump instructions to hard-coded [...] adds 212a0131eb Automatic date update in version.in adds 2f5dd314d6 Ensure *valuep always written by extract_normal return adds 0aa99dcd70 Use GCC LTO wrapper to get real symbols from LTO IR objects adds b2770d5e77 [gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.exp adds 1ed818b4dd [binutils][gas] Fix build failure with -std=c89 adds 1e05b5c489 x86: drop stray ShortForm attributes adds 50128d0cab x86: drop ShortForm attribute adds 1d07a805c8 Clear plugin_data memory adds c675ec1e76 Fix building the bfd/elf32-msp430.c file on a 32-bit host. adds da5bd37ebc Remove some ui_file_* functions adds 629c296280 gdbsupport: use AM_GDB_WARNINGS adds 58df732b21 Move gdb/warning.m4 to gdbsupport adds 8ddd8e0ed8 Add -Wstrict-null-sentinel to gdbsupport/warning.m4 adds 898e7f6078 Re-generate gdb/gdbserver/gdbsupport configure scripts adds 754e156431 Add missing \n in fprintf adds bda874f6d1 Add a comment for the ARM_F{0..7}_REGNUM registers adds f6be87130b New testcase for PR tui/25126 (staled source cache) adds 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 adds d27b8e5f14 Remove dwarf_expr_baton adds aeefc73cb2 Print more information in arm_dump_tdep adds 7559c21717 Change booleans to bool in ARM's gdbarch_tdep adds a9d6541862 Change fde table to a vector adds a7a3ae5c02 Store the comp_unit instead of the FDE table adds 0d404d447a Add per-unit obstack adds 4debb23796 Remove a use of the comp_unit backlink adds 2198230456 Remove the objfile backlink from comp_unit adds 3d4560f707 Move the frame data to the BFD when possible adds c273235f6c Automatic date update in version.in adds d1437c0ea6 Remove some dead code from event-loop.c
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 76 + bfd/config.in | 6 + bfd/configure | 10 + bfd/configure.ac | 6 + bfd/elf32-msp430.c | 261 +- bfd/plugin.c | 529 +- bfd/plugin.h | 3 + bfd/version.h | 2 +- gas/ChangeLog | 61 + gas/config/tc-arm.c | 4 +- gas/config/tc-i386-intel.c | 6 +- gas/config/tc-i386.c | 139 +- 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 | 143 + gdb/acinclude.m4 | 2 +- gdb/arch/arm.h | 1 + gdb/arm-tdep.c | 42 +- gdb/arm-tdep.h | 12 +- gdb/charset.c | 3 +- gdb/configure | 4 +- gdb/cris-tdep.c | 70 +- gdb/dwarf2/frame.c | 292 +- gdb/dwarf2/frame.h | 1 - gdb/dwarf2/loc.c | 9 - gdb/event-loop.c | 37 +- gdb/exceptions.c | 2 +- gdb/gdb_obstack.h | 2 + gdb/guile/scm-ports.c | 2 +- gdb/linux-nat.c | 3 +- gdb/printcmd.c | 2 +- gdb/psymtab.h | 4 +- gdb/remote-fileio.c | 12 +- gdb/remote-sim.c | 8 +- gdb/remote.c | 4 +- gdb/testsuite/ChangeLog | 12 + gdb/testsuite/gdb.base/cached-source-file.c | 43 + gdb/testsuite/gdb.base/cached-source-file.exp | 98 + gdb/testsuite/lib/gdb.exp | 4 + gdb/tui/tui-interp.c | 2 +- gdb/tui/tui.c | 2 +- gdb/ui-file.c | 45 +- gdb/ui-file.h | 14 - gdb/utils.c | 16 +- gdb/windows-tdep.c | 15 +- gdbserver/ChangeLog | 23 + gdbserver/acinclude.m4 | 4 +- gdbserver/configure | 4 +- gdbserver/configure.srv | 11 +- gdbserver/win32-low.c | 3 + gdbsupport/ChangeLog | 23 + gdbsupport/Makefile.am | 2 + gdbsupport/Makefile.in | 6 +- gdbsupport/acinclude.m4 | 3 + gdbsupport/configure | 196 + gdbsupport/configure.ac | 3 + {gdb => gdbsupport}/warning.m4 | 4 +- ld/ChangeLog | 9 + ld/testsuite/ld-plugin/lto.exp | 5 + ld/testsuite/ld-plugin/pr25355.c | 2 + ld/testsuite/ld-plugin/pr25355.d | 4 + ld/testsuite/lib/ld-lib.exp | 1 + opcodes/ChangeLog | 47 + opcodes/bpf-ibld.c | 5 +- opcodes/cgen-ibld.in | 5 +- opcodes/epiphany-ibld.c | 5 +- opcodes/fr30-ibld.c | 5 +- opcodes/frv-ibld.c | 5 +- opcodes/i386-dis.c | 10 +- opcodes/i386-gen.c | 1 - opcodes/i386-opc.h | 3 - opcodes/i386-opc.tbl | 238 +- opcodes/i386-tbl.h | 21816 ++++++++++++------------ opcodes/ip2k-ibld.c | 5 +- opcodes/iq2000-ibld.c | 5 +- opcodes/lm32-ibld.c | 5 +- opcodes/m32c-ibld.c | 5 +- opcodes/m32r-ibld.c | 5 +- opcodes/mep-ibld.c | 5 +- opcodes/mt-ibld.c | 5 +- opcodes/or1k-ibld.c | 5 +- opcodes/xc16x-ibld.c | 5 +- opcodes/xstormy16-ibld.c | 5 +- 98 files changed, 13135 insertions(+), 11522 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 create mode 100644 gdb/testsuite/gdb.base/cached-source-file.c create mode 100644 gdb/testsuite/gdb.base/cached-source-file.exp rename {gdb => gdbsupport}/warning.m4 (99%) create mode 100644 ld/testsuite/ld-plugin/pr25355.c create mode 100644 ld/testsuite/ld-plugin/pr25355.d