This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from f867677682 gdb/gdbtypes.h: Fix comparison of uninitialized values adds 5ba3b20ec2 gdb: include allocated/associated properties in 'maint print type' adds b7874836c3 gdb: avoid resolving dynamic properties for non-allocated arrays adds e142715391 Automatic date update in version.in adds a12f86b9a6 gas: Update 80387 floating point 's' suffix adds 556444effa Automatic date update in version.in adds 9e87bc7f0f Automatic date update in version.in adds c8f02daac9 Simplify MULTI_SUBSCRIPT implementation adds adf6c633a3 Automatic date update in version.in adds 3e9373fcaf binutils: Use the newly built assembler and linker adds e2e3422ce1 Automatic date update in version.in adds 6596a5d4f6 Fix wrong method name adds 2e635a0157 elfedit: Pass osabi to reconcat adds 705fa8202b Automatic date update in version.in adds 13840e34b2 Automatic date update in version.in adds 382bc56bc7 sim/mips/sim-main.c: Include <stdlib.h> (for abort() declaration) adds 391750c355 gdb/testsuite: de-duplicate test names in gdb.python/py-fram [...] adds 4ff509e75b Fix passing debug options for gcc adds cab3f4da68 PR27128, nm -P portable output format regression
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 16 +++ binutils/elfedit.c | 2 +- binutils/nm.c | 28 ++--- binutils/testsuite/binutils-all/compress.exp | 11 +- gas/doc/c-i386.texi | 2 +- gdb/ChangeLog | 24 +++++ gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 2 +- gdb/eval.c | 48 +++------ gdb/f-lang.c | 4 + gdb/gdbtypes.c | 87 ++++++++++++---- gdb/testsuite/ChangeLog | 14 +++ gdb/testsuite/gdb.cp/step-and-next-inline.exp | 2 +- gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.c | 40 ++++++++ gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.exp | 119 ++++++++++++++++++++++ gdb/testsuite/gdb.python/py-frame-args.exp | 48 +++++---- ld/ChangeLog | 12 +++ ld/testsuite/ld-elf/pr27128.s | 13 +++ ld/testsuite/ld-elf/pr27128.t | 6 ++ ld/testsuite/ld-elf/pr27128a.d | 16 +++ ld/testsuite/ld-elf/pr27128b.d | 16 +++ ld/testsuite/ld-elf/pr27128c.d | 16 +++ ld/testsuite/ld-elf/pr27128d.d | 16 +++ ld/testsuite/ld-elf/pr27128e.d | 16 +++ sim/mips/ChangeLog | 4 + sim/mips/sim-main.c | 1 + 27 files changed, 475 insertions(+), 94 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.c create mode 100644 gdb/testsuite/gdb.dwarf2/dyn-type-unallocated.exp create mode 100644 ld/testsuite/ld-elf/pr27128.s create mode 100644 ld/testsuite/ld-elf/pr27128.t create mode 100644 ld/testsuite/ld-elf/pr27128a.d create mode 100644 ld/testsuite/ld-elf/pr27128b.d create mode 100644 ld/testsuite/ld-elf/pr27128c.d create mode 100644 ld/testsuite/ld-elf/pr27128d.d create mode 100644 ld/testsuite/ld-elf/pr27128e.d