bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/16025] New: binutils-2.23.2/gas/config/tc-epiphany.c:902: possi


From: dcb314 at hotmail dot com
Subject: [Bug gas/16025] New: binutils-2.23.2/gas/config/tc-epiphany.c:902: possible missing break ?
Date: Wed, 09 Oct 2013 09:59:07 +0000

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

            Bug ID: 16025
           Summary: binutils-2.23.2/gas/config/tc-epiphany.c:902: possible
                    missing break ?
           Product: binutils
           Version: 2.23
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com

Source code is

    case EPIPHANY_RELAX_LDST_IMM3:
      addend = ((addend & 7) << 5) | opcode[0];
      opindx = EPIPHANY_OPERAND_DISP3;

    case EPIPHANY_RELAX_BRANCH_SHORT:

Suggest add missing break.

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