projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c0598
)
Fix typo in previous commit.
author
Richard Sandiford
<rdsandiford@googlemail.com>
Sun, 23 Sep 2012 09:59:24 +0000
(09:59 +0000)
committer
Richard Sandiford
<rdsandiford@googlemail.com>
Sun, 23 Sep 2012 09:59:24 +0000
(09:59 +0000)
gas/config/tc-mips.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-mips.c
b/gas/config/tc-mips.c
index 15224872122c2630fb9432a5925f5f9809aa213d..35bea8b9fc64fbfeb14d945e603cd97cf8be20ca 100644
(file)
--- 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);