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