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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to