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-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from eba4caf231 [gdb] Fix gdb.dwarf2/varval.exp with -fPIE/-pie adds 678581fc78 x86-64: generalize SIMD test expectations adds 2b2ed2452c Arm: Skip tests on WINCE that require mapping symbols adds 1ba7cdcd93 doc: fix PAC typo adds f16a9783c5 Add support for a MIPS specific .MIPS.xhash section. adds f211b8c0b9 Synchronize libiberty sources with gcc mainline. adds 1022c627db s390: Implement 'type_align' gdbarch method adds dac36daf78 Fix access to uninitialized variable in fill_in_stop_func adds 020a839d52 Match Windows pathnames in gdb.linespec/break-ask.exp. adds 8be90e9631 Automatic date update in version.in adds 36983a93bb lang_input_statement_type next pointers adds 988de25b36 stat_alloc casts adds 4cfbdbfd26 Delete unused ldlang.h structs adds dc02848a69 Sort statement_enum and lang_statement_union
No new revisions were added by this update.
Summary of changes: ChangeLog | 78 +++++++ bfd/ChangeLog | 46 ++++ bfd/elf-bfd.h | 7 + bfd/elflink.c | 46 +++- bfd/elfxx-mips.c | 78 +++++++ bfd/elfxx-mips.h | 4 + bfd/elfxx-target.h | 5 + bfd/version.h | 2 +- binutils/ChangeLog | 17 ++ binutils/readelf.c | 52 ++++- binutils/testsuite/binutils-all/arm/in-order-all.d | 1 + binutils/testsuite/binutils-all/arm/in-order.d | 1 + .../testsuite/binutils-all/arm/out-of-order-all.d | 1 + binutils/testsuite/binutils-all/arm/out-of-order.d | 1 + gas/ChangeLog | 11 + gas/testsuite/gas/i386/ilp32/x86-64-simd-intel.d | 244 +-------------------- gas/testsuite/gas/i386/ilp32/x86-64-simd-suffix.d | 244 +-------------------- gas/testsuite/gas/i386/ilp32/x86-64-simd.d | 244 +-------------------- gas/testsuite/gas/i386/x86-64-simd-intel.d | 132 +++++------ gas/testsuite/gas/i386/x86-64-simd-suffix.d | 132 +++++------ gas/testsuite/gas/i386/x86-64-simd.d | 132 +++++------ gdb/ChangeLog | 10 + gdb/blockframe.c | 2 + gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 2 +- gdb/s390-tdep.c | 33 +++ gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.linespec/break-ask.exp | 6 +- include/ChangeLog | 5 + include/elf/mips.h | 6 + ld/ChangeLog | 57 +++++ ld/emulparams/elf32bmip.sh | 1 + ld/emulparams/elf32bmipn32-defs.sh | 1 + ld/emulparams/elf64bmip-defs.sh | 1 + ld/emultempl/aix.em | 5 +- ld/emultempl/mipself.em | 16 -- ld/emultempl/spuelf.em | 6 +- ld/ldexp.c | 24 +- ld/ldlang.c | 110 +++++----- ld/ldlang.h | 63 ++---- ld/ldmain.c | 2 +- ld/lexsup.c | 2 +- ld/testsuite/ld-elf/hash.d | 2 +- ld/testsuite/ld-mips-elf/hash1.d | 11 + ld/testsuite/ld-mips-elf/hash1.s | 8 +- ld/testsuite/ld-mips-elf/hash1a.d | 5 - ld/testsuite/ld-mips-elf/hash1b.d | 4 - ld/testsuite/ld-mips-elf/hash1c.d | 4 - .../{ld-elf/hash.d => ld-mips-elf/hash2.d} | 8 +- ld/testsuite/ld-mips-elf/mips-elf.exp | 5 +- .../{ld-elf/pr14926.s => ld-mips-elf/start.s} | 12 +- libiberty/ChangeLog | 75 +++++++ libiberty/cp-demangle.c | 29 ++- libiberty/cplus-dem.c | 1 + libiberty/d-demangle.c | 20 +- libiberty/lrealpath.c | 16 ++ libiberty/rust-demangle.c | 1 + libiberty/rust-demangle.h | 45 ++++ libiberty/simple-object-elf.c | 33 +-- libiberty/testsuite/d-demangle-expected | 20 ++ libiberty/testsuite/demangle-expected | 13 ++ 61 files changed, 1013 insertions(+), 1138 deletions(-) create mode 100644 ld/testsuite/ld-mips-elf/hash1.d delete mode 100644 ld/testsuite/ld-mips-elf/hash1a.d delete mode 100644 ld/testsuite/ld-mips-elf/hash1b.d delete mode 100644 ld/testsuite/ld-mips-elf/hash1c.d copy ld/testsuite/{ld-elf/hash.d => ld-mips-elf/hash2.d} (65%) copy ld/testsuite/{ld-elf/pr14926.s => ld-mips-elf/start.s} (81%) create mode 100644 libiberty/rust-demangle.h