[Bug binutils/27214] Outputting hex file with --verilog-data-width 4 uses incorrect offsets
https://sourceware.org/bugzilla/show_bug.cgi?id=27214 --- Comment #3 from Андрей Солодовников --- Thank you for your advise! Yeah we can work around this issue — it's really not a big deal. I just thought maybe new activity will revive this ticket, the problem get an appropriate fix and things will set in right order. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/27214] Outputting hex file with --verilog-data-width 4 uses incorrect offsets
https://sourceware.org/bugzilla/show_bug.cgi?id=27214 Андрей Солодовников changed: What|Removed |Added CC||hepoh3 at gmail dot com --- Comment #1 from Андрей Солодовников --- Came here with the same problem. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/27214] Outputting hex file with --verilog-data-width 4 uses incorrect offsets
https://sourceware.org/bugzilla/show_bug.cgi?id=27214 --- Comment #4 from Andrei Solodovnikov --- I searched into unofficial mirror of sourceware binutils-gdb repository. The bug persist till tag binutils-2-39, but in the master branch bug has been fixed. See: bfd/verilog.c:309 (master branch): verilog_write_address (abfd, list->where / VerilogDataWidth); bfd/verilog.c:294 (binutils-2-39 branch): verilog_write_address (abfd, list->where); -- You are receiving this mail because: You are on the CC list for the bug.