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-allnoconfig in repository toolchain/ci/binutils-gdb.
from 119e99bb7f Update gdb.dwarf2/data-loc.exp adds 1bbda94fe0 arm: Add support for Cortex-A78C adds e64441b14c aarch64: Extract Condition flag manipulation feature from Armv8.4-A adds 3f4ff0886f aarch64: Add +pauth flag for Pointer Authentication feature adds 0bfc584f66 Automatic date update in version.in adds 037d7135de gdb: improve command completion for 'print', 'x', and 'display' adds c72e313608 gdb/testsuite: prevent timeout in gdb.gdb/unittest.exp adds 6f2643dbd2 gdb/arc: fix print_one_insn selftest adds 7cc340055d PR26882, --enable-textrel-check=warning test failures on powerpc adds f1e05b1978 [GOLD] fix jump to long branch on powerpc adds 4e0e019fa8 [GOLD] powerpc incremental-dump assertion failure adds 0833984dda Place the libdeps record in the second archive slot. adds 811bdca093 Fix gdb.trace testcase build failures with Clang new 3d955acb36 When reading string arguments for the assembler's string dir [...]
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 | 4 ++ bfd/cpu-arm.c | 1 + bfd/version.h | 2 +- binutils/ChangeLog | 5 ++ binutils/ar.c | 19 ++++---- gas/ChangeLog | 22 +++++++++ gas/NEWS | 7 ++- gas/config/tc-aarch64.c | 4 ++ gas/config/tc-arm.c | 3 ++ gas/doc/as.texi | 4 +- gas/doc/c-aarch64.texi | 8 ++++ gas/doc/c-arm.texi | 1 + gas/read.c | 5 ++ gas/testsuite/gas/aarch64/flagm.d | 16 +++++++ gas/testsuite/gas/aarch64/flagm.s | 16 +++++++ gas/testsuite/gas/aarch64/pac-feat.d | 74 +++++++++++++++++++++++++++++ gas/testsuite/gas/aarch64/pac-feat.s | 79 +++++++++++++++++++++++++++++++ gas/testsuite/gas/all/asciz.d | 10 ++++ gas/testsuite/gas/all/asciz.s | 2 + gas/testsuite/gas/all/gas.exp | 1 + gas/testsuite/gas/arm/cpu-cortex-a78c.d | 6 +++ gdb/ChangeLog | 17 +++++++ gdb/arc-linux-tdep.c | 1 + gdb/arc-tdep.c | 1 + gdb/disasm-selftests.c | 10 ++-- gdb/printcmd.c | 81 +++++++++++++++++++++++++++++++- gdb/testsuite/ChangeLog | 13 +++++ gdb/testsuite/gdb.base/completion.exp | 29 ++++++++++++ gdb/testsuite/gdb.gdb/unittest.exp | 7 +++ gdb/testsuite/gdb.trace/trace-common.h | 2 +- gold/ChangeLog | 15 ++++++ gold/powerpc.cc | 22 ++++----- include/ChangeLog | 6 +++ include/opcode/aarch64.h | 4 +- ld/ChangeLog | 11 +++++ ld/testsuite/ld-powerpc/dotsym3.d | 2 +- ld/testsuite/ld-powerpc/dotsym4.d | 2 +- ld/testsuite/ld-powerpc/powerpc.exp | 8 ++-- ld/testsuite/ld-powerpc/ppc476-shared.d | 2 +- ld/testsuite/ld-powerpc/ppc476-shared2.d | 2 +- ld/testsuite/ld-undefined/weak-fundef.s | 3 ++ ld/testsuite/ld-undefined/weak-undef.exp | 3 +- opcodes/ChangeLog | 7 +++ opcodes/aarch64-tbl.h | 13 +++-- 44 files changed, 505 insertions(+), 45 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/flagm.d create mode 100644 gas/testsuite/gas/aarch64/flagm.s create mode 100644 gas/testsuite/gas/aarch64/pac-feat.d create mode 100644 gas/testsuite/gas/aarch64/pac-feat.s create mode 100644 gas/testsuite/gas/all/asciz.d create mode 100644 gas/testsuite/gas/all/asciz.s create mode 100644 gas/testsuite/gas/arm/cpu-cortex-a78c.d