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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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 adds cc9411f8dc Automatic date update in version.in new e21d048f8a [gdb/testsuite] Add gcc/94469 xfails to gdb.ada/call_pn.exp
The 1 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/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 | 59 + gdb/dwarf2/attribute.c | 3 +- gdb/dwarf2/loc.c | 41 +- gdb/dwarf2/read.c | 174 +- gdb/dwarf2/read.h | 10 +- gdb/nbsd-tdep.c | 16 + gdb/psymtab.c | 16 +- gdb/testsuite/ChangeLog | 15 + gdb/testsuite/gdb.ada/call_pn.exp | 50 +- gdb/testsuite/gdb.base/check-psymtab.c | 28 + 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 ++++++++++---------- 31 files changed, 4838 insertions(+), 4205 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 create mode 100644 gdb/testsuite/gdb.base/check-psymtab.c create mode 100644 gdb/testsuite/gdb.base/check-psymtab.exp create mode 100644 gdb/testsuite/gdb.dwarf2/imported-unit-abstract-const-value.exp