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 6ee448cc2d Select variant field when printing variant adds 05f00e223d Implement basic threading support in the NetBSD target adds f4a220077b Automatic date update in version.in adds bb651e8b7f Add support for intel TSXLDTRK instructions$ adds 5707e24baa [gdb/symtab] Fix check-psymtab failure for inline function adds 266803a291 gas/doc/c-z80.texi: Fix @xref warnings adds 6e0e8b4502 gas: Mention support for Intel SERIALIZE and TSXLDTRK adds 3e97ba7d58 ld: Fix several 32-bit SPARC plugin tests adds a0543b0b4c ChangeLog entry for last change. adds 25c11acac3 [gdb/symtab] Add symbol with inherited DW_AT_const_value to [...] adds 9f4e76a4b3 gdb: small cleanups in dwarf2_psymtab constructors adds 4114425321 Support for DW_AT_loclists_base and DW_FORM_loclistx. adds 9fc3eaae69 DWARFv5: Handle location list for split dwarf. adds 85a9510ccb DWARFv5: Info address command error in gdb with DWARFfv5. adds 063f8e80b0 Define NetBSD specific skip_solib_resolver
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 7 + bfd/elf32-sparc.c | 34 +- bfd/version.h | 2 +- gas/ChangeLog | 19 + gas/NEWS | 2 + gas/config/tc-i386.c | 3 + gas/doc/c-i386.texi | 4 +- gas/doc/c-z80.texi | 14 +- gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/tsxldtrk.d | 13 + gas/testsuite/gas/i386/tsxldtrk.s | 6 + gas/testsuite/gas/i386/x86-64-tsxldtrk.d | 13 + gdb/ChangeLog | 76 + gdb/dwarf2/attribute.c | 3 +- gdb/dwarf2/loc.c | 41 +- gdb/dwarf2/read.c | 174 +- gdb/dwarf2/read.h | 10 +- gdb/nbsd-nat.c | 160 + gdb/nbsd-nat.h | 8 + gdb/nbsd-tdep.c | 16 + gdb/psymtab.c | 16 +- gdb/testsuite/ChangeLog | 10 + .../gdb.base/check-psymtab.c} | 26 +- gdb/testsuite/gdb.base/check-psymtab.exp | 26 + .../imported-unit-abstract-const-value.exp | 98 + opcodes/ChangeLog | 14 + opcodes/i386-dis.c | 13 +- opcodes/i386-gen.c | 5 + opcodes/i386-init.h | 362 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 7 + opcodes/i386-tbl.h | 7984 ++++++++++---------- 32 files changed, 4954 insertions(+), 4217 deletions(-) create mode 100644 gas/testsuite/gas/i386/tsxldtrk.d create mode 100644 gas/testsuite/gas/i386/tsxldtrk.s create mode 100644 gas/testsuite/gas/i386/x86-64-tsxldtrk.d copy gdb/{nbsd-nat.h => testsuite/gdb.base/check-psymtab.c} (65%) create mode 100644 gdb/testsuite/gdb.base/check-psymtab.exp create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit-abstract-const-value.exp