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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from b74dbc2093 Add support for fixed-point type comparison operators adds 5778e0dd5d Automatic date update in version.in adds 315d05eb3f ld: Fix the tls_ie-01 test for arc adds 10c9f4e584 Update the Spanish translation for the ld/ subdirectory. adds 2b3cb4006a Fix frame cycle detection adds 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 new 3f4ff0886f aarch64: Add +pauth flag for Pointer Authentication feature
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 +- gas/ChangeLog | 22 + gas/NEWS | 7 +- gas/config/tc-aarch64.c | 4 + gas/config/tc-arm.c | 3 + gas/doc/c-aarch64.texi | 8 + gas/doc/c-arm.texi | 1 + 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/arm/cpu-cortex-a78c.d | 6 + gdb/ChangeLog | 7 + gdb/frame.c | 27 +- gdb/inline-frame.c | 3 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.dwarf2/data-loc.exp | 49 +- include/ChangeLog | 6 + include/opcode/aarch64.h | 4 +- ld/ChangeLog | 8 + ld/po/es.po | 3808 ++++++++++++++++--------------- ld/testsuite/ld-arc/tls_ie-01.d | 11 +- opcodes/ChangeLog | 7 + opcodes/aarch64-tbl.h | 13 +- 26 files changed, 2345 insertions(+), 1846 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/arm/cpu-cortex-a78c.d