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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from afe09f0b63 Fix for using named pipes on Windows adds 12a0b67d28 libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_raw adds 6cbb8e87ee Automatic date update in version.in adds 88468fe096 Re: ld -r: Don't merge with member of output section group adds 7a70898417 [PowerPC] Rename testcase adds c213164ad2 [PowerPC64] pc-relative TLS relocations adds ccbdd22fb9 [AArch64] Rename +bitperm to +sve2-bitperm new 1802aae844 gas: make .lcomm to accept an optional aligmnet in eBPF targets new 231097b03a cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in e [...]
The 2 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 | 14 ++ bfd/bfd-in2.h | 7 + bfd/elf64-ppc.c | 237 ++++++++++++++++++--- bfd/libbfd.h | 7 + bfd/reloc.c | 14 ++ bfd/version.h | 2 +- cpu/ChangeLog | 5 + cpu/bpf.cpu | 4 +- gas/ChangeLog | 32 +++ gas/config/tc-aarch64.c | 2 +- gas/config/tc-bpf.c | 44 +++- gas/config/tc-ppc.c | 44 +++- gas/doc/c-aarch64.texi | 2 +- gas/testsuite/gas/aarch64/illegal-sve2-aes.d | 2 +- gas/testsuite/gas/aarch64/illegal-sve2-sha3.d | 2 +- gas/testsuite/gas/aarch64/illegal-sve2-sm4.d | 2 +- gas/testsuite/gas/aarch64/illegal-sve2.d | 2 +- gas/testsuite/gas/aarch64/sve2.d | 2 +- gas/testsuite/gas/bpf/alu-be.d | 24 +-- gas/testsuite/gas/bpf/alu.d | 24 +-- gas/testsuite/gas/bpf/alu32-be.d | 26 +-- gas/testsuite/gas/bpf/alu32.d | 26 +-- gas/testsuite/gas/bpf/lddw-be.d | 2 +- gas/testsuite/gas/bpf/lddw.d | 2 +- include/ChangeLog | 14 ++ include/ctf-api.h | 5 +- include/elf/ppc64.h | 10 +- ld/ChangeLog | 23 ++ ld/testsuite/ld-elf/pr24819.d | 1 + ld/testsuite/ld-powerpc/powerpc.exp | 7 +- ld/testsuite/ld-powerpc/tlsgd.d | 31 +++ ld/testsuite/ld-powerpc/tlsgd.s | 52 +++++ ld/testsuite/ld-powerpc/tlsie.d | 54 +++++ ld/testsuite/ld-powerpc/tlsie.s | 77 +++++++ ld/testsuite/ld-powerpc/tlsld.d | 63 +++--- ld/testsuite/ld-powerpc/tlsld.s | 86 ++++---- ld/testsuite/ld-powerpc/{tlsld.d => tlsldopt.d} | 2 +- ld/testsuite/ld-powerpc/{tlsld.s => tlsldopt.s} | 0 .../ld-powerpc/{tlsld32.d => tlsldopt32.d} | 2 +- .../ld-powerpc/{tlsld32.s => tlsldopt32.s} | 0 libctf/ChangeLog | 8 + libctf/ctf-error.c | 2 +- libctf/ctf-lookup.c | 2 +- libctf/ctf-types.c | 85 ++++++++ opcodes/ChangeLog | 4 + opcodes/bpf-desc.c | 8 +- 46 files changed, 882 insertions(+), 182 deletions(-) create mode 100644 ld/testsuite/ld-powerpc/tlsgd.d create mode 100644 ld/testsuite/ld-powerpc/tlsgd.s create mode 100644 ld/testsuite/ld-powerpc/tlsie.d create mode 100644 ld/testsuite/ld-powerpc/tlsie.s copy ld/testsuite/ld-powerpc/{tlsld.d => tlsldopt.d} (96%) copy ld/testsuite/ld-powerpc/{tlsld.s => tlsldopt.s} (100%) rename ld/testsuite/ld-powerpc/{tlsld32.d => tlsldopt32.d} (96%) rename ld/testsuite/ld-powerpc/{tlsld32.s => tlsldopt32.s} (100%)