This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/binutils-gdb.
from 61671e9792 gdb/python: add gdb.host_charset function adds 8d4e4d13af gdb Power 9 add test for HW watchpoint support. adds cf6059a6ac Automatic date update in version.in adds e31cf164b4 gdb: testsuite: make string[] type as char in gdb.base/charset.c adds 0ae1246717 Re: Set SEC_ELF_REVERSE_COPY earlier adds 9c3d7d9b7e Move DT_RELR tag setting to elflink.c adds dd68e156fd Don't use C++ comments in assembly adds fb6ac163ad testsuite supports_dt_relr adds 34c95e6aad Correct .relr.dyn nocombreloc script adds c39828d4c9 dt-relr.exp --no-as-needed adds 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
No new revisions were added by this update.
Summary of changes: bfd/elflink.c | 60 ++++++++++++-- bfd/elfxx-x86.c | 25 ------ bfd/version.h | 2 +- bfd/xcofflink.c | 7 +- binutils/testsuite/lib/binutils-common.exp | 10 +++ gas/config/tc-ppc.c | 2 +- gdb/acinclude.m4 | 3 + gdb/configure | 66 ++++++++++++++- gdb/configure.ac | 1 + gdb/gdbthread.h | 4 + gdb/infcmd.c | 12 +++ gdb/testsuite/gdb.base/charset.c | 12 +-- gdb/testsuite/lib/gdb.exp | 62 ++++++++++++++- 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/libiberty.h | 5 -- ld/ldlang.c | 89 ++++++++++++++++----- ld/scripttempl/elf.sc | 2 +- ld/testsuite/config/default.exp | 16 +--- ld/testsuite/ld-elf/dt-relr-1.s | 2 +- ld/testsuite/ld-elf/dt-relr-1a.d | 2 +- ld/testsuite/ld-elf/dt-relr-1b.d | 2 +- ld/testsuite/ld-elf/dt-relr-1c.d | 2 +- ld/testsuite/ld-elf/dt-relr-2.s | 2 +- ld/testsuite/ld-elf/dt-relr-2a.d | 2 +- ld/testsuite/ld-elf/dt-relr-2b.d | 2 +- ld/testsuite/ld-elf/dt-relr-2c.d | 2 +- ld/testsuite/ld-elf/dt-relr-2d.d | 2 +- ld/testsuite/ld-elf/dt-relr-2e.d | 2 +- ld/testsuite/ld-elf/dt-relr-2f.d | 2 +- ld/testsuite/ld-elf/dt-relr-2g.d | 2 +- ld/testsuite/ld-elf/dt-relr-2h.d | 2 +- ld/testsuite/ld-elf/dt-relr-3.s | 2 +- ld/testsuite/ld-elf/dt-relr-3a.d | 2 +- ld/testsuite/ld-elf/dt-relr-3b.d | 2 +- ld/testsuite/ld-elf/dt-relr.exp | 7 +- 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 + 69 files changed, 936 insertions(+), 196 deletions(-) create mode 100644 gdbsupport/compiler-type.m4