* rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable

clause.
This commit is contained in:
Kevin Buettner
2002-04-05 22:36:32 +00:00
parent ae767bfb78
commit c69255e19c
2 changed files with 5 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
2002-04-05 Kevin Buettner <kevinb@redhat.com>
* rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
clause.
2002-03-29 Jim Blandy <jimb@redhat.com>
* stack.c (get_selected_block): Add new argument `addr_in_block',

View File

@@ -591,15 +591,6 @@ skip_prologue (CORE_ADDR pc, CORE_ADDR lim_pc, struct rs6000_framedata *fdata)
{ /* b .+4 (xlc) */
break;
}
else if (((op & 0xffff0000) == 0x801e0000 || /* lwz 0,NUM(r30), used
in V.4 -mrelocatable */
op == 0x7fc0f214) && /* add r30,r0,r30, used
in V.4 -mrelocatable */
lr_reg == 0x901e0000)
{
continue;
}
else if ((op & 0xffff0000) == 0x3fc00000 || /* addis 30,0,foo@ha, used
in V.4 -mminimal-toc */