This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2 in repository toolchain/ci/binutils-gdb.
from 1ffce3f87d Re: gas: add visibility support using GNU syntax on XCOFF adds 993248f443 gdb: add some extra debug information to attach_command adds 4b74833d1a gdb: don't use -Wmissing-prototypes with g++ adds ce2d3708bc Synchronize binutils libiberty sources with gcc version. adds 2f83249c13 elf: Remove the 1-page gap before the RELRO segment adds 268533381f Reapply libiberty: Pass --plugin to AR and RANLIB adds 34630bd307 ld: Disable DT_RELR in some -z relro tests adds 62dd9d9177 Automatic date update in version.in adds 2235ecb8af x86: reduce AVX512-FP16 set of insns decoded through vex_w_table[] adds 740a1e7911 x86: reduce AVX512 FP set of insns decoded through vex_w_table[] adds a364447b5e x86: record further wrong uses of EVEX.b adds 928c8d70c8 x86: consistently use scalar_mode for AVX512-FP16 scalar insns adds e6cfa893f4 x86: share yet more VEX table entries with EVEX decoding adds fd47eb1a30 x86: drop ymmxmm_mode adds ff66e8c5be PR28751 mbind2a / mbind2b regressions on powerpc*-linux adds 2026dcfcc0 gdb/testsuite: enable __INTEL_LLVM_COMPILER preprocessor in [...] adds 513569fbb7 gdb.dlang/demangle.exp: update expected output for _D8demang [...] adds e55d9a1579 Automatic date update in version.in adds f61defbc98 Automatic date update in version.in new a3f3402131 gdb/copyright.py: Do not update gdbsupport/Makefile.in
The 1 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/version.h | 2 +- gdb/acinclude.m4 | 3 + gdb/configure | 66 ++++++- gdb/configure.ac | 1 + gdb/copyright.py | 1 + gdb/gdbthread.h | 4 + gdb/infcmd.c | 12 ++ gdb/testsuite/gdb.dlang/demangle.exp | 2 +- gdb/testsuite/lib/compiler.c | 9 + gdb/testsuite/lib/compiler.cc | 9 + gdb/testsuite/lib/fortran.exp | 3 +- gdb/thread.c | 20 +++ gdbserver/acinclude.m4 | 3 + gdbserver/configure | 66 ++++++- gdbserver/configure.ac | 1 + gdbsupport/Makefile.in | 4 +- gdbsupport/acinclude.m4 | 3 + gdbsupport/compiler-type.m4 | 59 +++++++ gdbsupport/configure | 66 ++++++- gdbsupport/configure.ac | 1 + gdbsupport/warning.m4 | 8 +- include/ChangeLog | 8 + include/bfdlink.h | 3 + include/libiberty.h | 5 - ld/emultempl/elf.em | 1 + ld/ldelf.c | 11 +- ld/ldlang.c | 89 ++++++++-- ld/testsuite/ld-elf/elf.exp | 4 +- ld/testsuite/ld-i386/pr20830.d | 6 +- ld/testsuite/ld-s390/gotreloc_64-relro-1.dd | 6 +- ld/testsuite/ld-x86-64/pr14207.d | 6 +- ld/testsuite/ld-x86-64/pr18176.d | 2 +- ld/testsuite/ld-x86-64/pr20830a-now.d | 10 +- ld/testsuite/ld-x86-64/pr20830a.d | 6 +- ld/testsuite/ld-x86-64/pr20830b-now.d | 12 +- ld/testsuite/ld-x86-64/pr20830b.d | 8 +- ld/testsuite/ld-x86-64/pr21038a-now.d | 10 +- ld/testsuite/ld-x86-64/pr21038a.d | 6 +- ld/testsuite/ld-x86-64/pr21038b-now.d | 8 +- ld/testsuite/ld-x86-64/pr21038c-now.d | 12 +- ld/testsuite/ld-x86-64/pr21038c.d | 6 +- libiberty/ChangeLog | 119 ++++++++++++- libiberty/Makefile.in | 24 ++- libiberty/configure | 23 ++- libiberty/configure.ac | 20 ++- libiberty/cp-demangle.c | 5 +- libiberty/d-demangle.c | 101 ++++++++--- libiberty/make-temp-file.c | 16 +- libiberty/simple-object-mach-o.c | 5 + libiberty/testsuite/d-demangle-expected | 58 ++++++- libiberty/testsuite/demangle-expected | 5 + libiberty/xmalloc.c | 2 + opcodes/i386-dis-evex-mod.h | 30 ---- opcodes/i386-dis-evex-prefix.h | 203 ++++++---------------- opcodes/i386-dis-evex-w.h | 249 +-------------------------- opcodes/i386-dis-evex.h | 82 ++++----- opcodes/i386-dis.c | 256 +++++++++++----------------- 57 files changed, 1007 insertions(+), 753 deletions(-) create mode 100644 gdbsupport/compiler-type.m4