tags 493689 + patch thanks Patch attached.
Fixing this bug would fix an RC bug affecting the version in lenny (this FTBFS is stopping it migrating). Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
diff -urNd insight-6.7.1.dfsg.1.orig/gdb/ia64-tdep.c insight-6.7.1.dfsg.1/gdb/ia64-tdep.c --- insight-6.7.1.dfsg.1.orig/gdb/ia64-tdep.c 2008-08-24 18:01:15.000000000 +0100 +++ insight-6.7.1.dfsg.1/gdb/ia64-tdep.c 2008-08-24 18:01:59.000000000 +0100 @@ -1234,7 +1234,7 @@ spill_reg = rN; last_prologue_pc = next_pc; } - else if (qp == 0 && rM >= 32 && rM < 40 && !instores[rM] && + else if (qp == 0 && rM >= 32 && rM < 40 && !instores[rM-32] && rN < 256 && imm == 0) { /* mov rN, rM where rM is an input register */
signature.asc
Description: PGP signature