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-aarch64-next-defconfig in repository toolchain/ci/binutils-gdb.
from f45fb2900c Automatic date update in version.in adds b98cc2cf1a [gdb/testsuite] Fix mi-sym-info.exp with check-read1 adds 1ef44e861d [gdb/testsuite] Fix tcl error in gdb.mi/list-thread-groups-a [...] adds 478e490a4d [gdb/testsuite] Fix gdb.mi/gdb2549.exp with check-read1 adds f57140990f bfd_check_format_matches preserving matches vs. cleanups adds d8e4137b5e Note that the --rpath-link command line option will search t [...] adds 8326546ebb Fix a potential illegal memory access in the Z80 assembler. adds b5ebe8ddf9 Add missing AT tags to the ELF common header. adds bb7b70ab85 Update GDB to use new AUXV entry types adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 14 + bfd/format.c | 28 +- bfd/version.h | 2 +- binutils/ChangeLog | 10 + binutils/objcopy.c | 28 +- binutils/prdbg.c | 2 +- gas/ChangeLog | 35 + gas/config/tc-i386.c | 193 +- gas/config/tc-i386.h | 2 + gas/config/tc-z80.c | 36 +- gas/testsuite/gas/i386/align-branch-9.d | 78 + gas/testsuite/gas/i386/align-branch-9.s | 74 + gas/testsuite/gas/i386/i386.exp | 4 + 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-align-branch-9.d | 46 + gas/testsuite/gas/i386/x86-64-align-branch-9.s | 43 + 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 | 32 + gdb/auxv.c | 12 + gdb/dwarf2/frame.c | 34 +- gdb/f-valprint.c | 25 +- gdb/frame-unwind.c | 33 +- gdb/printcmd.c | 3 +- gdb/testsuite/ChangeLog | 24 + gdb/testsuite/gdb.base/printcmds.exp | 8 + gdb/testsuite/gdb.fortran/logical.exp | 18 + gdb/testsuite/gdb.mi/gdb2549.exp | 33 +- .../gdb.mi/list-thread-groups-available.exp | 6 +- gdb/testsuite/gdb.mi/mi-sym-info.exp | 6 +- gdb/windows-tdep.c | 55 +- gdbsupport/ChangeLog | 4 + gdbsupport/Makefile.in | 4 +- include/ChangeLog | 7 + include/elf/common.h | 15 + ld/ChangeLog | 6 + ld/ld.texi | 15 +- opcodes/ChangeLog | 28 + opcodes/i386-gen.c | 3 +- opcodes/i386-opc.h | 8 +- opcodes/i386-opc.tbl | 33 +- opcodes/i386-tbl.h | 21798 ++++++++++--------- opcodes/z80-dis.c | 4 +- 50 files changed, 11937 insertions(+), 10986 deletions(-) create mode 100644 gas/testsuite/gas/i386/align-branch-9.d create mode 100644 gas/testsuite/gas/i386/align-branch-9.s create mode 100644 gas/testsuite/gas/i386/x86-64-align-branch-9.d create mode 100644 gas/testsuite/gas/i386/x86-64-align-branch-9.s 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