* mips-tdep.c (micromips_scan_prologue): Fix a typo.
This commit is contained in:
parent
81566a9b78
commit
3356937a9d
@ -1,3 +1,7 @@
|
||||
2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* mips-tdep.c (micromips_scan_prologue): Fix a typo.
|
||||
|
||||
2013-06-26 Pedro Alves <pedro@codesourcery.com>
|
||||
Yao Qi <yao@codesourcery.com>
|
||||
|
||||
|
@ -2911,7 +2911,7 @@ micromips_scan_prologue (struct gdbarch *gdbarch,
|
||||
break;
|
||||
|
||||
/* LUI $v1 is used for larger $sp adjustments. */
|
||||
/* Discard LUI $gp is used for PIC code. */
|
||||
/* Discard LUI $gp used for PIC code. */
|
||||
case 0x10: /* POOL32I: bits 010000 */
|
||||
if (b5s5_op (insn >> 16) == 0xd
|
||||
/* LUI: bits 010000 001101 */
|
||||
|
Loading…
Reference in New Issue
Block a user