This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 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 2 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 +++++++++++++++++++++++---- 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 +- opcodes/ChangeLog | 6 ++ opcodes/ia64-opc.c | 5 +- 42 files changed, 357 insertions(+), 151 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