This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 25f4c26276 Exclude debuginfo files from "outside of ELF segments" warning adds cbd5b99cce elf: Set rel_from_abs to 1 for __ehdr_start adds 1aa9981f1c Automatic date update in version.in adds e8b2f0d952 Use const more in c-lang.c adds 0fa0fc8539 x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit mode adds 2c5b1849a6 gdb: fix comment in arm-tdep.c adds 749065b7a7 Add use of const in opencl-lang.c adds 758cb81029 Use "bool" in fetch_inferior_event new 9dd02fc063 gdb: add tab completion of type field names for Fortran
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 +- gas/ChangeLog | 38 +++++ gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d | 12 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d | 12 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d | 12 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d | 14 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d | 6 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d | 54 +++---- gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d | 54 +++---- gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d | 54 +++---- gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d | 16 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d | 16 +- gas/testsuite/gas/i386/ilp32/x86-64-nops.d | 2 +- gas/testsuite/gas/i386/x86-64-align-branch-1a.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-1b.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-1c.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-1d.d | 2 +- gas/testsuite/gas/i386/x86-64-align-branch-1g.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-2c.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-6.d | 10 +- gas/testsuite/gas/i386/x86-64-align-branch-7.d | 2 +- gas/testsuite/gas/i386/x86-64-align-branch-8.d | 2 +- gas/testsuite/gas/i386/x86-64-nop-1.d | 28 ++-- gas/testsuite/gas/i386/x86-64-nops-1-core2.d | 12 +- gas/testsuite/gas/i386/x86-64-nops-1-g64.d | 12 +- gas/testsuite/gas/i386/x86-64-nops-1-k8.d | 12 +- gas/testsuite/gas/i386/x86-64-nops-1.d | 12 +- gas/testsuite/gas/i386/x86-64-nops-2.d | 14 +- gas/testsuite/gas/i386/x86-64-nops-3.d | 6 +- gas/testsuite/gas/i386/x86-64-nops-4-core2.d | 54 +++---- gas/testsuite/gas/i386/x86-64-nops-4-k8.d | 54 +++---- gas/testsuite/gas/i386/x86-64-nops-4.d | 54 +++---- gas/testsuite/gas/i386/x86-64-nops-5-k8.d | 16 +- gas/testsuite/gas/i386/x86-64-nops-5.d | 16 +- gas/testsuite/gas/i386/x86-64-nops-7.d | 172 ++++++++++----------- gas/testsuite/gas/i386/x86-64-nops.d | 2 +- gas/testsuite/gas/i386/x86-64-segovr.d | 32 ++-- gdb/ChangeLog | 27 ++++ gdb/arm-tdep.c | 3 +- gdb/c-lang.c | 28 ++-- gdb/f-exp.y | 51 +++++- gdb/infrun.c | 2 +- gdb/opencl-lang.c | 4 +- gdb/testsuite/ChangeLog | 6 + ...{class-allocatable-array.exp => completion.exp} | 25 +-- .../{array-bounds-high.f90 => completion.f90} | 21 +-- ld/ChangeLog | 15 ++ ld/ldelf.c | 2 + ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr26869.d | 14 ++ ld/testsuite/ld-i386/pr26869.s | 3 + ld/testsuite/ld-x86-64/align-branch-1.d | 2 +- ld/testsuite/ld-x86-64/pe-x86-64-4.od | 2 +- ld/testsuite/ld-x86-64/tlsld3.dd | 2 +- ld/testsuite/ld-x86-64/tlsld4.dd | 2 +- opcodes/ChangeLog | 7 + opcodes/i386-dis.c | 25 ++- 57 files changed, 621 insertions(+), 445 deletions(-) copy gdb/testsuite/gdb.fortran/{class-allocatable-array.exp => completion.exp} (60%) copy gdb/testsuite/gdb.fortran/{array-bounds-high.f90 => completion.f90} (75%) create mode 100644 ld/testsuite/ld-i386/pr26869.d create mode 100644 ld/testsuite/ld-i386/pr26869.s