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-allnoconfig in repository toolchain/binutils-gdb.
from 90af06793e gdb/riscv: Improve logic for when h/w float abi should be used adds 3a67e1a6b4 [aarch64] Add support for pointer authentication B key adds 2861ee4fde Use separate sed expressions to escape auto-load directories. adds eb7be1abbc Automatic date update in version.in adds 884b49e3a9 opcodes/riscv: Hide '.L0 ' fake symbols adds 7fb45a6895 sim/opcodes: Allow use of out of tree cgen source directory adds 23ebf37881 sim/cris: Fix references to cgen cpu directory adds bb6bf75e7a PowerPC @l, @h and @ha warnings, plus VLE e_li
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 11 +++++ bfd/elf-eh-frame.c | 2 + bfd/elf32-ppc.c | 28 +++++++---- bfd/version.h | 2 +- gas/ChangeLog | 31 ++++++++++++ gas/config/tc-aarch64.c | 9 ++++ gas/config/tc-ppc.c | 88 +++++++++++++++++++++------------- gas/config/tc-riscv.h | 4 +- gas/doc/c-aarch64.texi | 8 ++++ gas/dw2gencfi.c | 22 +++------ gas/dw2gencfi.h | 23 +++++++++ gas/testsuite/gas/aarch64/pac_ab_key.d | 54 +++++++++++++++++++++ gas/testsuite/gas/aarch64/pac_ab_key.s | 31 ++++++++++++ gdb/ChangeLog | 6 +++ gdb/configure | 4 +- gdb/configure.ac | 4 +- include/ChangeLog | 10 ++++ include/dis-asm.h | 1 + include/opcode/ppc.h | 5 ++ include/opcode/riscv.h | 6 +++ opcodes/ChangeLog | 12 +++++ opcodes/configure | 14 ++++-- opcodes/configure.ac | 14 ++++-- opcodes/disassemble.c | 5 ++ opcodes/riscv-dis.c | 17 +++++++ sim/ChangeLog | 12 +++++ sim/common/acinclude.m4 | 16 +++++-- sim/cris/ChangeLog | 5 ++ sim/cris/Makefile.in | 18 ++++--- sim/cris/configure | 16 +++++-- sim/frv/configure | 16 +++++-- sim/iq2000/configure | 16 +++++-- sim/lm32/configure | 16 +++++-- sim/m32r/configure | 16 +++++-- sim/or1k/configure | 16 +++++-- sim/sh64/configure | 16 +++++-- 36 files changed, 452 insertions(+), 122 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/pac_ab_key.d create mode 100644 gas/testsuite/gas/aarch64/pac_ab_key.s