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-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 50757f95a8 gdb/testsuite: do not hard-code location indices in condbrea [...] adds 1c64f6cbcf gdb: remove struct cached_reg typedef adds d0089f12f6 ld/x86-64: Add PR gold/26939 tests adds eac5c6d392 Automatic date update in version.in adds e54ae97fb7 gas output_file_close error message adds 6595cf3ce8 nm ifunc test tweaks adds 21401fc7bf Duplicate output sections in scripts adds af30c400ea Do not include parser-defs.h from c-lang.h adds 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 [...] adds bab6ead85f Automatic date update in version.in
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 | 8 ++++ binutils/readelf.c | 3 ++ binutils/testsuite/binutils-all/nm.exp | 8 ++-- gas/ChangeLog | 6 +++ gas/output-file.c | 3 +- gas/testsuite/gas/mips/reginfo-2.l | 2 +- gdb/ChangeLog | 20 +++++++++ gdb/c-lang.h | 1 - gdb/d-lang.c | 1 + gdb/eval.c | 12 ++---- gdb/features/aarch64-fpu.c | 33 ++++++++++++++- gdb/features/aarch64-fpu.xml | 74 +++++++++++++++++++++++++++++++++- gdb/regcache.h | 4 +- gdb/rust-lang.c | 1 + include/ChangeLog | 7 ++++ include/ctf-api.h | 30 ++++++++------ ld/ChangeLog | 34 ++++++++++++++++ ld/ldlang.c | 72 +++++++++++++++------------------ ld/ldlang.h | 4 +- ld/testsuite/ld-elf/pr26936.d | 13 ++++++ ld/testsuite/ld-elf/pr26936a.s | 6 +++ ld/testsuite/ld-elf/pr26936b.s | 23 +++++++++++ ld/testsuite/ld-elf/pr26936c.s | 6 +++ ld/testsuite/ld-x86-64/pr26939-x32.d | 13 ++++++ ld/testsuite/ld-x86-64/pr26939.d | 12 ++++++ ld/testsuite/ld-x86-64/pr26939.s | 5 +++ ld/testsuite/ld-x86-64/x86-64.exp | 2 + 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 +++++++++++ 41 files changed, 551 insertions(+), 133 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr26936.d create mode 100644 ld/testsuite/ld-elf/pr26936a.s create mode 100644 ld/testsuite/ld-elf/pr26936b.s create mode 100644 ld/testsuite/ld-elf/pr26936c.s create mode 100644 ld/testsuite/ld-x86-64/pr26939-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr26939.d create mode 100644 ld/testsuite/ld-x86-64/pr26939.s