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_tx1/gnu-master-aarch64-spec2k6-O3_LTO in repository toolchain/ci/binutils-gdb.
from 9ef776290f Automatic date update in version.in adds 4bb12b295a Automatic date update in version.in adds a42a74331c Reduce use of unfiltered output in Darwin code adds 4cfa9e3f28 gdb: add Tiezhu Yang to MAINTAINERS adds 3c5038247c XCOFF: add support for TLS relocations on hidden symbols adds 892c10d3d1 Automatic date update in version.in adds 9ed5be5650 gdbsupport: regenerate Makefile.in adds d02f2788c3 gas/doc: mention quoted symbol names adds c4a8df19ba Fix multiple problems with DLL generation. adds d1b69c506f ar: Add --thin for creating thin archives adds e66b7536b7 Automatic date update in version.in adds ff656e2e1c gdb: testsuite: fix failed testcases in gdb.base/charset.exp adds 295114a64f gdb: testsuite: fix wrong comment in gdb.base/charset.c
No new revisions were added by this update.
Summary of changes: bfd/coff-rs6000.c | 33 +++--- bfd/coff64-rs6000.c | 2 +- bfd/version.h | 2 +- bfd/xcofflink.c | 55 ++++++++-- binutils/ChangeLog | 14 +++ binutils/NEWS | 4 + binutils/ar.c | 4 +- binutils/dlltool.c | 20 +++- binutils/doc/binutils.texi | 15 ++- binutils/testsuite/binutils-all/ar.exp | 17 +++ gas/config/tc-ppc.c | 32 +++--- gas/doc/as.texi | 5 +- gas/testsuite/gas/ppc/aix.exp | 4 +- gas/testsuite/gas/ppc/xcoff-tls-32.d | 106 +++++++++++++++++++ gas/testsuite/gas/ppc/xcoff-tls-64.d | 124 ++++++++++++++++++++++ gas/testsuite/gas/ppc/xcoff-tls.s | 57 ++++++++++ gas/testsuite/gas/ppc/xcoff-tlsm-32.d | 34 ------ gas/testsuite/gas/ppc/xcoff-tlsm-64.d | 36 ------- gas/testsuite/gas/ppc/xcoff-tlsm.s | 12 --- gdb/MAINTAINERS | 1 + gdb/darwin-nat-info.c | 128 +++++++++++------------ gdb/darwin-nat.c | 65 +++++++----- gdb/i386-darwin-nat.c | 28 ++--- gdb/testsuite/gdb.base/charset.c | 14 +-- gdbsupport/Makefile.in | 4 +- ld/ChangeLog | 9 ++ ld/pe-dll.c | 32 +++--- ld/testsuite/ld-powerpc/aix-tls-reloc-32.d | 35 ------- ld/testsuite/ld-powerpc/aix-tls-reloc-32.dd | 101 ++++++++++++++++++ ld/testsuite/ld-powerpc/aix-tls-reloc-32.dt | 18 ++++ ld/testsuite/ld-powerpc/aix-tls-reloc-64.d | 31 ------ ld/testsuite/ld-powerpc/aix-tls-reloc-64.dd | 119 +++++++++++++++++++++ ld/testsuite/ld-powerpc/aix-tls-reloc-64.dt | 23 +++++ ld/testsuite/ld-powerpc/aix-tls-reloc.s | 154 +++++++++++++++++++++------- ld/testsuite/ld-powerpc/aix52.exp | 3 +- 35 files changed, 974 insertions(+), 367 deletions(-) create mode 100644 gas/testsuite/gas/ppc/xcoff-tls-32.d create mode 100644 gas/testsuite/gas/ppc/xcoff-tls-64.d create mode 100644 gas/testsuite/gas/ppc/xcoff-tls.s delete mode 100644 gas/testsuite/gas/ppc/xcoff-tlsm-32.d delete mode 100644 gas/testsuite/gas/ppc/xcoff-tlsm-64.d delete mode 100644 gas/testsuite/gas/ppc/xcoff-tlsm.s delete mode 100644 ld/testsuite/ld-powerpc/aix-tls-reloc-32.d create mode 100644 ld/testsuite/ld-powerpc/aix-tls-reloc-32.dd create mode 100644 ld/testsuite/ld-powerpc/aix-tls-reloc-32.dt delete mode 100644 ld/testsuite/ld-powerpc/aix-tls-reloc-64.d create mode 100644 ld/testsuite/ld-powerpc/aix-tls-reloc-64.dd create mode 100644 ld/testsuite/ld-powerpc/aix-tls-reloc-64.dt