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-defconfig in repository toolchain/ci/binutils-gdb.
from 30d5f9e821 Automatic date update in version.in adds 175cbe22a3 Automatic date update in version.in new 3c2fcaf913 [gdb/doc] Fix "maint info selftests" command index entry new 2764128dee [gdb/testsuite] Fix base address selection entry encoding in [...] new a6d0f2490c AArch64: Add half float view to V registers new 3076e59490 A series of fixes to addres problems detected by compiling t [...] new 37d0d09177 Add new option to objcopy: --verilog-data-width. Use this o [...]
The 5 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 ++ gas/ChangeLog | 51 +++++++++++++++++ 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.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 | 14 +++++ gdb/aarch64-tdep.c | 5 ++ gdb/common/tdesc.c | 1 + gdb/common/tdesc.h | 1 + gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 2 +- 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/target-descriptions.c | 5 ++ gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S | 2 +- opcodes/ChangeLog | 6 ++ opcodes/ia64-opc.c | 5 +- 57 files changed, 413 insertions(+), 154 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