bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/18747] New: src/bfd/coff-sh.c:2330: possible bad expressio


From: dcb314 at hotmail dot com
Subject: [Bug binutils/18747] New: src/bfd/coff-sh.c:2330: possible bad expression ?
Date: Fri, 31 Jul 2015 09:02:06 +0000

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

            Bug ID: 18747
           Summary: src/bfd/coff-sh.c:2330: possible bad expression ?
           Product: binutils
           Version: 2.26 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

[src/bfd/coff-sh.c:2330] -> [src/bfd/coff-sh.c:2330]: (style) Same expression
on both sides of '/'.

  sh_opcodes[0xf].count = sizeof sh_dsp_opcodef / sizeof sh_dsp_opcodef;

Maybe

  sh_opcodes[0xf].count = sizeof sh_dsp_opcodef / sizeof sh_dsp_opcodef[0];

-- 
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]