This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-aarch64-check_bootstrap in repository toolchain/ci/binutils-gdb.
from 2427f3b09e Automatic date update in version.in adds 74044dc840 ld: improve shared tests for AIX adds f21dbd7c80 [GOLD] PowerPC64 inline plt sequences adds 197a63068b [gdb/testsuite] Fix data alignment in gdb.arch/i386-{avx,sse}.exp adds b082698c5c [gdb/testsuite] Use precise align in gdb.arch/i386-{avx,sse}.exp adds a85885ff7e gdb: Add PowerPC support to gdb.dwarf2/frame-inlined-in-outer-frame adds 21ce5fa063 Automatic date update in version.in adds 43908c1653 Error on ld output file name matching input file name adds d91c67e873 Re: Add support for AArch64 EFI (efi-*-aarch64) adds af5300fe24 [gdb/ada] Fix assert in ada_is_unconstrained_packed_array_type adds 9dec38d3b1 [gdb/symtab] Support -readnow during reread adds 545e49f5ee [gdb/tdep] Fix inferior plt calls in PIE for i386 adds c178f2a133 [gdb/testsuite] Fix FAIL in gdb.tui/basic.exp
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/objcopy.c | 86 ++++---- gdb/ada-lang.c | 2 + gdb/i386-tdep.c | 43 ++++ gdb/infcmd.c | 4 +- gdb/maint.c | 2 +- gdb/maint.h | 3 + gdb/remote.c | 2 +- gdb/symfile.c | 17 +- gdb/symtab.h | 2 +- gdb/testsuite/gdb.ada/exec_changed.exp | 8 - gdb/testsuite/gdb.arch/i386-avx.c | 15 +- gdb/testsuite/gdb.arch/i386-avx.exp | 11 +- gdb/testsuite/gdb.arch/i386-sse.c | 16 +- gdb/testsuite/gdb.arch/i386-sse.exp | 11 +- gdb/testsuite/gdb.base/cached-source-file.exp | 18 +- gdb/testsuite/gdb.base/reread.exp | 8 - .../gdb.dwarf2/frame-inlined-in-outer-frame.S | 24 +++ gdb/testsuite/gdb.tui/basic.exp | 46 +++-- .../include-main.c => gdb.tui/main-one-line.c} | 2 +- gdb/testsuite/lib/precise-aligned-alloc.c | 87 ++++++++ gold/powerpc.cc | 226 +++++++++++++++------ ld/ldlang.c | 16 ++ ld/testsuite/ld-misc/just-symbols.exp | 2 +- ld/testsuite/ld-shared/main.c | 10 +- ld/testsuite/ld-shared/sh1.c | 10 - ld/testsuite/ld-shared/shared.exp | 71 +++---- ld/testsuite/ld-shared/xcoff.dat | 4 + 28 files changed, 523 insertions(+), 225 deletions(-) copy gdb/testsuite/{gdb.base/include-main.c => gdb.tui/main-one-line.c} (96%) create mode 100644 gdb/testsuite/lib/precise-aligned-alloc.c