RISCV/GAS Add missing break in md_apply_fix.

gdb/ChangeLog:
	* config/tc-riscv.c: Add missing break.
This commit is contained in:
Kuan-Lin Chen 2016-11-23 13:18:59 +08:00
parent 64f52338e9
commit 073808edb7
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-11-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
* config/tc-riscv.c: Add missing break.
2016-11-23 Alan Modra <amodra@gmail.com>
* po/POTFILES.in: Regenerate.

View File

@ -1892,6 +1892,7 @@ md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
case BFD_RELOC_8:
fixP->fx_r_type = BFD_RELOC_RISCV_ADD8;
fixP->fx_next->fx_r_type = BFD_RELOC_RISCV_SUB8;
break;
default:
/* This case is unreachable. */