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-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 79d72f45a7 x86: Improve -malign-branch adds 10d97a0f99 x86: Allow integer conversion without suffix in AT&T syntax adds 5be2b2f549 Remove a call to abort which can be triggered by running obj [...] adds 7b973adce2 Fix printf of a convenience variable holding an inferior address adds b8ba138563 The patch fixed invalid compilation of instruction LD IY,(HL [...] adds 584cf46d0a Rebase executable to match relocated base address adds 5e5d66b6a4 gdb/fortran: Fix printing of logical true values for Flang adds 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 new 0bab6cf116 [gdb/doc] Remove trailing done from "Reading symbols from" lines
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 | 10 + binutils/objcopy.c | 28 +- binutils/prdbg.c | 2 +- gas/ChangeLog | 39 + gas/config/tc-i386.c | 30 +- gas/config/tc-z80.c | 4 +- gas/doc/c-i386.texi | 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 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/noreg64.d | 8 - gas/testsuite/gas/i386/noreg64.l | 8 - gas/testsuite/gas/i386/noreg64.s | 8 - gas/testsuite/gas/i386/x86-64-default-suffix-avx.d | 19 + gas/testsuite/gas/i386/x86-64-default-suffix.d | 17 + gas/testsuite/gas/i386/x86-64-default-suffix.s | 10 + gas/testsuite/gas/z80/ez80_adl_all.d | 10 + gas/testsuite/gas/z80/ez80_adl_all.s | 12 +- gas/testsuite/gas/z80/ez80_z80_all.d | 10 + gas/testsuite/gas/z80/ez80_z80_all.s | 12 +- gdb/ChangeLog | 28 + gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 4 +- gdb/doc/python.texi | 4 +- gdb/dwarf2/frame.c | 34 +- gdb/f-valprint.c | 25 +- gdb/frame-unwind.c | 33 +- gdb/printcmd.c | 3 +- gdb/testsuite/ChangeLog | 20 + gdb/testsuite/gdb.base/printcmds.exp | 8 + gdb/testsuite/gdb.fortran/logical.exp | 18 + gdb/testsuite/lib/fortran.exp | 35 +- gdb/windows-tdep.c | 55 +- gdbsupport/ChangeLog | 4 + gdbsupport/Makefile.in | 4 +- opcodes/ChangeLog | 40 + opcodes/i386-dis.c | 11 +- opcodes/i386-gen.c | 6 +- opcodes/i386-init.h | 348 +- opcodes/i386-opc.h | 11 +- opcodes/i386-opc.tbl | 34 +- opcodes/i386-tbl.h | 29648 ++++++++++--------- opcodes/z80-dis.c | 4 +- 49 files changed, 15600 insertions(+), 15045 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-default-suffix-avx.d create mode 100644 gas/testsuite/gas/i386/x86-64-default-suffix.d create mode 100644 gas/testsuite/gas/i386/x86-64-default-suffix.s