bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27214] Outputting hex file with --verilog-data-width 4 use


From: hepoh3 at gmail dot com
Subject: [Bug binutils/27214] Outputting hex file with --verilog-data-width 4 uses incorrect offsets
Date: Thu, 15 Dec 2022 09:13:11 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27214

--- Comment #4 from Andrei Solodovnikov <hepoh3 at gmail dot com> ---
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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]