This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from a4ae48ccf8 Automatic date update in version.in adds 48f4d8ce96 gas, arm: PR26858 Fix availability of single precision vmul/ [...] adds 5a7cf52794 gdb: delete a couple of declarations from f-lang.h adds 50ea087755 Fix readelf's and objdump's dislplay of DWO links when multi [...] adds 5643c500fe Fix Windows-target testing in gdb_file_cmd adds 9ecab40c77 gdb/arm: avoid undefined behavior shift when decoding immedi [...] adds 9d3ab915be Add file name to "Loadable section ... outside of ELF segmen [...] adds 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 adds 9dd02fc063 gdb: add tab completion of type field names for Fortran adds 0eb994e572 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 17 ++ binutils/dwarf.c | 95 +++++++----- binutils/testsuite/binutils-all/dwo.s | 13 +- binutils/testsuite/binutils-all/readelf.k2 | 2 +- gas/ChangeLog | 38 +++++ gas/config/tc-arm.c | 4 +- gas/testsuite/gas/arm/pr26858.d | 8 + gas/testsuite/gas/arm/pr26858.s | 6 + 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 | 60 +++++++ gdb/arm-tdep.c | 141 ++++++++++++++--- gdb/c-lang.c | 28 ++-- gdb/elfread.c | 11 +- gdb/f-exp.y | 51 +++++- gdb/f-lang.c | 19 ++- gdb/f-lang.h | 19 --- gdb/infrun.c | 2 +- gdb/opencl-lang.c | 4 +- gdb/testsuite/ChangeLog | 11 ++ gdb/testsuite/gdb.fortran/completion.exp | 46 ++++++ gdb/testsuite/gdb.fortran/completion.f90 | 26 ++++ gdb/testsuite/lib/gdb.exp | 5 + 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 ++- 68 files changed, 955 insertions(+), 512 deletions(-) create mode 100644 gas/testsuite/gas/arm/pr26858.d create mode 100644 gas/testsuite/gas/arm/pr26858.s create mode 100644 gdb/testsuite/gdb.fortran/completion.exp create mode 100644 gdb/testsuite/gdb.fortran/completion.f90 create mode 100644 ld/testsuite/ld-i386/pr26869.d create mode 100644 ld/testsuite/ld-i386/pr26869.s