mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
* mips-tdep.c (mips32_scan_prologue): Only update the immediate
load adjustment if still within the prologue.
This commit is contained in:
parent
c3cd48691a
commit
5436df9582
@ -1,3 +1,8 @@
|
|||||||
|
2011-12-07 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
|
* mips-tdep.c (mips32_scan_prologue): Only update the immediate
|
||||||
|
load adjustment if still within the prologue.
|
||||||
|
|
||||||
2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
|
2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
* mips-tdep.c (mips32_next_pc): Fix floating point condition
|
* mips-tdep.c (mips32_next_pc): Fix floating point condition
|
||||||
|
@ -2246,7 +2246,8 @@ restart:
|
|||||||
|| high_word == 0x3408 /* ori $t0,$zero,n */
|
|| high_word == 0x3408 /* ori $t0,$zero,n */
|
||||||
))
|
))
|
||||||
{
|
{
|
||||||
load_immediate_bytes += MIPS_INSN32_SIZE; /* FIXME! */
|
if (end_prologue_addr == 0)
|
||||||
|
load_immediate_bytes += MIPS_INSN32_SIZE; /* FIXME! */
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user