From ea2cdc5e88987833401968a721cbc42faedc264f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 9 Oct 2013 16:10:11 +0000 Subject: PR gas/16025 * config/tc-epiphany.c (md_convert_frag): Add missing break statement. --- gas/config/tc-epiphany.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gas/config') diff --git a/gas/config/tc-epiphany.c b/gas/config/tc-epiphany.c index 6cc7d66a07..d47296845a 100755 --- a/gas/config/tc-epiphany.c +++ b/gas/config/tc-epiphany.c @@ -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. */ -- cgit v1.2.1