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 3cd7f3e3bd x86: Replace IgnoreSize/DefaultSize with MnemonicSize adds 89725b0d53 gdbsupport: re-generate Makefile.in adds 1009d92fc6 Find tailcall frames before inline frames adds 3ba07c177d Automatic date update in version.in adds eef64366e1 objcopy: Fix for pr19005 on machines with more than one octe [...] adds 1039fd9ac2 Call cleanup on bfd_check_format_matches error exit adds 233bf4f847 sh_addralign inconsistent with sh_addr adds 91114f7583 PR25570, ld duplicate "warning: changing start of section" adds 45830fd60e Revert "PR25570, ld duplicate "warning: changing start of section"" adds a847e32224 x86: support VMGEXIT adds 0a709cba00 gdb.fortran: Allow Flang kind printing in fortran testing adds 0bab6cf116 [gdb/doc] Remove trailing done from "Reading symbols from" lines adds 440cf44eb0 Revert "gdb: Do not print empty-group regs when printing gen [...] adds 749479c8d3 Generate a warning in the ARM assembler if a PC-relative thu [...] new 46f9f93119 Implement debugging of WOW64 processes
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 | 9 + bfd/elf.c | 6 +- bfd/format.c | 4 + bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/objcopy.c | 28 +- gas/ChangeLog | 23 + gas/config/tc-arm.c | 3 + gas/config/tc-i386.c | 2 + gas/doc/c-i386.texi | 3 +- gas/testsuite/gas/arm/armv8-ar-it-bad.s | 6 +- gas/testsuite/gas/arm/ldr-t.d | 2 +- gas/testsuite/gas/arm/ldr-t.s | 1 + gas/testsuite/gas/arm/sp-pc-usage-t.d | 2 +- gas/testsuite/gas/arm/sp-pc-usage-t.s | 3 +- gas/testsuite/gas/i386/arch-13-znver1.d | 2 +- gas/testsuite/gas/i386/arch-13-znver2.d | 2 +- gas/testsuite/gas/i386/arch-13.d | 3 +- gas/testsuite/gas/i386/arch-13.s | 3 + gdb/ChangeLog | 70 + gdb/NEWS | 3 + gdb/amd64-windows-nat.c | 6 +- gdb/configure.nat | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 4 +- gdb/doc/python.texi | 4 +- gdb/dwarf2/frame.c | 34 +- gdb/frame-unwind.c | 33 +- gdb/i386-windows-nat.c | 14 +- gdb/target-descriptions.c | 13 +- gdb/testsuite/ChangeLog | 10 + gdb/testsuite/lib/fortran.exp | 35 +- gdb/windows-nat.c | 474 +- gdb/windows-nat.h | 18 +- gdbsupport/ChangeLog | 4 + gdbsupport/Makefile.in | 4 +- opcodes/ChangeLog | 12 + opcodes/i386-dis.c | 11 +- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 348 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 1 + opcodes/i386-tbl.h | 7870 ++++++++++++++++--------------- 43 files changed, 4809 insertions(+), 4283 deletions(-)