Bug report

From: Daniel Glozman (daniel@simpod.com)
Date: Thu Aug 02 2001 - 04:38:17 EST


 Hi,
I was using the arch/mips/kernel/gdb-stub.c,v 1.6 file on the mips Opal design with Little Endian format. I found out that step
function was not working properly. So I debugged little and found out the problem:
On line: 536, it says:

         if (is_cond && targ != (regs->cp0_epc + 8)) {

The targ and regs->cp0_epc are unsigned integers and "8" is signed by default.
So what happend is that the condition didn't work as it is expected.

Please consider it in your feature versions.

Daniel.

---------------------------------
Daniel Glozman daniel@simpod.com
SimPOD Inc. www.simpod.com
Tel : +972-4-9937770/203

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Aug 07 2001 - 21:00:17 EST