mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* config/mips/tm-irix3.h (CAUSE_REGNUM, BADVADDR_REGNUM):
Fix definitions.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
/* Target machine description for SGI Iris under Irix, for GDB.
|
/* Target machine description for SGI Iris under Irix, for GDB.
|
||||||
Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
Copyright 1990, 1991, 1992, 1993, 1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -33,6 +33,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#undef PS_REGNUM
|
#undef PS_REGNUM
|
||||||
#undef HI_REGNUM
|
#undef HI_REGNUM
|
||||||
#undef LO_REGNUM
|
#undef LO_REGNUM
|
||||||
|
#undef CAUSE_REGNUM
|
||||||
|
#undef BADVADDR_REGNUM
|
||||||
#undef FCRCS_REGNUM
|
#undef FCRCS_REGNUM
|
||||||
#undef FCRIR_REGNUM
|
#undef FCRIR_REGNUM
|
||||||
|
|
||||||
@ -64,7 +66,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define FP0_REGNUM 32 /* Floating point register 0 (single float) */
|
#define FP0_REGNUM 32 /* Floating point register 0 (single float) */
|
||||||
#define PC_REGNUM 64 /* Contains program counter */
|
#define PC_REGNUM 64 /* Contains program counter */
|
||||||
#define PS_REGNUM 65 /* Contains processor status */
|
#define CAUSE_REGNUM 65 /* describes last exception */
|
||||||
|
#define BADVADDR_REGNUM 66 /* bad vaddr for addressing exception */
|
||||||
#define HI_REGNUM 67 /* Multiple/divide temp */
|
#define HI_REGNUM 67 /* Multiple/divide temp */
|
||||||
#define LO_REGNUM 68 /* ... */
|
#define LO_REGNUM 68 /* ... */
|
||||||
#define FCRCS_REGNUM 69 /* FP control/status */
|
#define FCRCS_REGNUM 69 /* FP control/status */
|
||||||
|
Reference in New Issue
Block a user