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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from cbfa382abb Remove two unnecessary variables from evaluate_subexp_standard adds 53651de80f libctf, include: support foreign-endianness symtabs with CTF adds 96c61be508 binutils: readelf: support CTF dicts with non-native-endian symtabs adds e8cda20905 libctf: Pass format argument to asprintf adds 93bbe484a4 Automatic date update in version.in adds 58349d00f4 elf: Get the real kept section adds 9ed0136bff PR26936 testsuite fixes adds 239ca5e497 gdb/aarch64: Add named flags for FPCR and FPSR registers adds 647cebce12 Prevent a memory allocation failure when parsing corrupt DWA [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 +++++ bfd/dwarf2.c | 25 +++++++--- bfd/elflink.c | 19 ++++++-- bfd/version.h | 2 +- binutils/ChangeLog | 4 ++ binutils/readelf.c | 3 ++ gdb/ChangeLog | 5 ++ gdb/features/aarch64-fpu.c | 33 ++++++++++++- gdb/features/aarch64-fpu.xml | 74 ++++++++++++++++++++++++++++- include/ChangeLog | 7 +++ include/ctf-api.h | 30 +++++++----- ld/ChangeLog | 15 ++++++ ld/testsuite/ld-elf/pr26936.d | 13 +++++ ld/testsuite/ld-elf/pr26936a.s | 6 +++ ld/testsuite/ld-elf/{empty.s => pr26936b.s} | 10 ++-- ld/testsuite/ld-elf/pr26936c.s | 6 +++ libctf/ChangeLog | 32 +++++++++++++ libctf/ctf-archive.c | 35 +++++++++++--- libctf/ctf-create.c | 1 + libctf/ctf-dump.c | 2 +- libctf/ctf-impl.h | 2 + libctf/ctf-open-bfd.c | 7 +++ libctf/ctf-open.c | 56 ++++++++++++---------- libctf/ctf-util.c | 62 +++++++++++++++++++----- libctf/libctf.ver | 2 + libctf/swap.h | 24 ++++++++++ 26 files changed, 412 insertions(+), 75 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr26936.d create mode 100644 ld/testsuite/ld-elf/pr26936a.s copy ld/testsuite/ld-elf/{empty.s => pr26936b.s} (52%) create mode 100644 ld/testsuite/ld-elf/pr26936c.s