* config/tc-mips.c (can_swap_branch_p): Update the comment on
MIPS16 fixups.
This commit is contained in:
parent
85bb418f5e
commit
87333bb72b
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-08-10 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* config/tc-mips.c (can_swap_branch_p): Update the comment on
|
||||
MIPS16 fixups.
|
||||
|
||||
2011-08-09 Chao-ying Fu <fu@mips.com>
|
||||
Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
|
|
|
@ -3715,9 +3715,8 @@ can_swap_branch_p (struct mips_cl_insn *ip)
|
|||
if (history[1].noreorder_p)
|
||||
return FALSE;
|
||||
|
||||
/* If the previous instruction had a fixup in mips16 mode, we can not
|
||||
swap. This normally means that the previous instruction was a 4
|
||||
byte branch anyhow. */
|
||||
/* If the previous instruction had a fixup in mips16 mode, we can not swap.
|
||||
This means that the previous instruction was a 4-byte one anyhow. */
|
||||
if (mips_opts.mips16 && history[0].fixp[0])
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue