PR gas/16025
* config/tc-epiphany.c (md_convert_frag): Add missing break statement.
This commit is contained in:
parent
c74e1ccf71
commit
b7b2bb1d1c
@ -1,5 +1,9 @@
|
||||
2013-10-09 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR gas/16025
|
||||
* config/tc-epiphany.c (md_convert_frag): Add missing break
|
||||
statement.
|
||||
|
||||
PR gas/16026
|
||||
* config/tc-mn10200.c (md_convert_frag): Add missing break
|
||||
statement.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* tc-epiphany.c -- Assembler for the Adapteva EPIPHANY
|
||||
Copyright 2009, 2011 Free Software Foundation, Inc.
|
||||
Copyright 2009-2013 Free Software Foundation, Inc.
|
||||
Contributed by Embecosm on behalf of Adapteva, Inc.
|
||||
|
||||
This file is part of GAS, the GNU Assembler.
|
||||
@ -900,6 +900,7 @@ md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED,
|
||||
case EPIPHANY_RELAX_LDST_IMM3:
|
||||
addend = ((addend & 7) << 5) | opcode[0];
|
||||
opindx = EPIPHANY_OPERAND_DISP3;
|
||||
break;
|
||||
|
||||
case EPIPHANY_RELAX_BRANCH_SHORT:
|
||||
addend >>= 1; /* Convert to a word offset. */
|
||||
|
Loading…
Reference in New Issue
Block a user