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-allnoconfig in repository toolchain/ci/binutils-gdb.
from 175cbe22a3 Automatic date update in version.in adds 3c2fcaf913 [gdb/doc] Fix "maint info selftests" command index entry adds 2764128dee [gdb/testsuite] Fix base address selection entry encoding in [...] adds a6d0f2490c AArch64: Add half float view to V registers adds 3076e59490 A series of fixes to addres problems detected by compiling t [...] adds 37d0d09177 Add new option to objcopy: --verilog-data-width. Use this o [...] adds 35015cd193 Fix illegal memory access triggered when attempting to assem [...] adds e7bd7fba34 Add file name styling to "info sharedlibrary" adds c2509a1cc8 Add missing verilogtest.s file. adds a0a3a1e9d7 [gdb/doc] Mention index cache in concept and command index adds c408a94f81 Fix assertion failure in coerce_unspec_val_to_type adds e48371ffd5 Automatic date update in version.in new c5358db468 GDB (s12z): Improve reliability of the stack unwinder.
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/ChangeLog | 6 + bfd/verilog.c | 80 +++++++-- bfd/version.h | 2 +- binutils/ChangeLog | 13 ++ binutils/NEWS | 3 + binutils/doc/binutils.texi | 10 +- binutils/objcopy.c | 14 ++ binutils/testsuite/binutils-all/objcopy.exp | 44 +++++ binutils/testsuite/binutils-all/verilog-1.hex | 5 + binutils/testsuite/binutils-all/verilog-2.hex | 5 + binutils/testsuite/binutils-all/verilog-4.hex | 6 + binutils/testsuite/binutils-all/verilog-8.hex | 5 + binutils/testsuite/binutils-all/verilogtest.s | 12 ++ gas/ChangeLog | 57 +++++++ gas/as.h | 4 + gas/config/atof-ieee.c | 2 - gas/config/tc-aarch64.c | 3 - gas/config/tc-arc.c | 3 - gas/config/tc-arm.c | 7 +- gas/config/tc-epiphany.c | 3 - gas/config/tc-i386-intel.c | 6 + gas/config/tc-i386.c | 11 +- gas/config/tc-ia64.c | 2 - gas/config/tc-m32c.c | 3 - gas/config/tc-m32r.c | 3 - gas/config/tc-metag.c | 3 - gas/config/tc-microblaze.c | 5 +- gas/config/tc-mips.c | 2 +- gas/config/tc-nds32.c | 3 - gas/config/tc-or1k.c | 3 - gas/config/tc-score.c | 3 +- gas/config/tc-score7.c | 3 +- gas/config/tc-sh.c | 30 ++-- gas/config/tc-tic4x.c | 6 +- gas/config/tc-tic54x.c | 68 ++++---- gas/config/tc-tic54x.h | 9 +- gas/config/tc-tilegx.c | 3 - gas/config/tc-tilepro.c | 3 - gas/config/tc-visium.c | 3 - gas/dw2gencfi.c | 48 +++--- gas/dwarf2dbg.c | 17 +- gas/macro.c | 2 +- gas/read.c | 3 +- gdb/ChangeLog | 30 ++++ gdb/aarch64-tdep.c | 5 + gdb/ada-lang.c | 3 +- gdb/common/tdesc.c | 1 + gdb/common/tdesc.h | 1 + gdb/doc/ChangeLog | 10 ++ gdb/doc/gdb.texinfo | 5 +- gdb/features/aarch64-fpu.c | 5 + gdb/features/aarch64-fpu.xml | 2 + gdb/features/aarch64-sve.c | 5 + gdb/gdbtypes.c | 3 + gdb/gdbtypes.h | 2 + gdb/s12z-tdep.c | 234 +++++++++++++++++++------- gdb/solib.c | 2 +- gdb/target-descriptions.c | 5 + gdb/testsuite/ChangeLog | 10 ++ gdb/testsuite/gdb.base/info-shared.exp | 24 +++ gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S | 2 +- opcodes/ChangeLog | 6 + opcodes/ia64-opc.c | 5 +- 63 files changed, 664 insertions(+), 219 deletions(-) create mode 100644 binutils/testsuite/binutils-all/verilog-1.hex create mode 100644 binutils/testsuite/binutils-all/verilog-2.hex create mode 100644 binutils/testsuite/binutils-all/verilog-4.hex create mode 100644 binutils/testsuite/binutils-all/verilog-8.hex create mode 100644 binutils/testsuite/binutils-all/verilogtest.s