Mercurial > flash_v2
diff packages/hal/mips/arch/current/include/mips-stub.h @ 774:649897d20543
* include/mips-stub.h: Disabled option that makes MIPS32 targets
use 64 bit registers in GDB protocol. The standard GDB does not
support this, only MIPS own version.
| author | nickg |
|---|---|
| date | Thu, 27 Feb 2003 18:28:36 +0000 |
| parents | d2c90368aeef |
| children | 71746e7a1cdc |
line wrap: on
line diff
--- a/packages/hal/mips/arch/current/include/mips-stub.h +++ b/packages/hal/mips/arch/current/include/mips-stub.h @@ -111,7 +111,7 @@ typedef unsigned long target_register_t; // We need to sign-extend the registers so GDB doesn't get confused. #define CYGARC_SIGN_EXTEND_REGISTERS -#elif defined(CYGPKG_HAL_MIPS_MIPS32) +#elif 0 //defined(CYGPKG_HAL_MIPS_MIPS32) // Even though we are only working with 32 bit registers, GDB expects 64 bits #define REGSIZE(X) 8 typedef unsigned long target_register_t;
