mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* config/tc-mips.c (md_convert_frag): If the user explicitly
requested an extended opcode, pass warn as true to mips16_immed.
This commit is contained in:
@@ -9753,8 +9753,9 @@ md_convert_frag (abfd, asec, fragp)
|
||||
else
|
||||
insn = bfd_getl16 (buf);
|
||||
|
||||
mips16_immed (fragp->fr_file, fragp->fr_line, type, val, false, small,
|
||||
ext, &insn, &use_extend, &extend);
|
||||
mips16_immed (fragp->fr_file, fragp->fr_line, type, val,
|
||||
RELAX_MIPS16_USER_EXT (fragp->fr_subtype),
|
||||
small, ext, &insn, &use_extend, &extend);
|
||||
|
||||
if (use_extend)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user