From: Richard Sandiford Date: Sun, 23 Sep 2012 09:59:24 +0000 (+0000) Subject: Fix typo in previous commit. X-Git-Tag: sid-snapshot-20121001~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c150d1d2f5ebe12d8de3205efa547becdc56fddb;p=platform%2Fupstream%2Fbinutils.git Fix typo in previous commit. --- diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 1522487..35bea8b 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -18280,7 +18280,7 @@ md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT asec, fragS *fragp) user_length = 0; mips16_immed (fragp->fr_file, fragp->fr_line, type, - BFD_RELOC_NONE, val, user_length, &insn); + BFD_RELOC_UNUSED, val, user_length, &insn); length = (ext ? 4 : 2); gas_assert (mips16_opcode_length (insn) == length);