mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* config/mips/tm-irix3.h, config/mips/tm-irix5.h,
config/mips/tm-mipsv4.h (SIGFRAME_FPREGSAVE_OFF): Define.
This commit is contained in:
@ -78,3 +78,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define SIGFRAME_BASE 0x0
|
#define SIGFRAME_BASE 0x0
|
||||||
#define SIGFRAME_PC_OFF (SIGFRAME_BASE + 2 * 4)
|
#define SIGFRAME_PC_OFF (SIGFRAME_BASE + 2 * 4)
|
||||||
#define SIGFRAME_REGSAVE_OFF (SIGFRAME_BASE + 3 * 4)
|
#define SIGFRAME_REGSAVE_OFF (SIGFRAME_BASE + 3 * 4)
|
||||||
|
#define SIGFRAME_FPREGSAVE_OFF (SIGFRAME_BASE + 3 * 4 + 32 * 4 + 4)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Target machine description for SGI Iris under Irix 5, for GDB.
|
/* Target machine description for SGI Iris under Irix 5, 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.
|
||||||
|
|
||||||
@ -41,4 +41,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define SIGFRAME_PC_OFF (SIGFRAME_BASE + 2 * 4 + 4)
|
#define SIGFRAME_PC_OFF (SIGFRAME_BASE + 2 * 4 + 4)
|
||||||
#undef SIGFRAME_REGSAVE_OFF
|
#undef SIGFRAME_REGSAVE_OFF
|
||||||
#define SIGFRAME_REGSAVE_OFF (SIGFRAME_BASE + 2 * 4 + 8 + 4)
|
#define SIGFRAME_REGSAVE_OFF (SIGFRAME_BASE + 2 * 4 + 8 + 4)
|
||||||
|
#undef SIGFRAME_FPREGSAVE_OFF
|
||||||
|
#define SIGFRAME_FPREGSAVE_OFF (SIGFRAME_BASE + 2 * 4 + 8 + 32 * 8 + 4)
|
||||||
#define SIGFRAME_REG_SIZE 8
|
#define SIGFRAME_REG_SIZE 8
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Target machine description for MIPS running SVR4, for GDB.
|
/* Target machine description for MIPS running SVR4, for GDB.
|
||||||
Copyright 1994 Free Software Foundation, Inc.
|
Copyright 1994, 1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -36,6 +36,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define SIGFRAME_BASE 0
|
#define SIGFRAME_BASE 0
|
||||||
#define SIGFRAME_REGSAVE_OFF (SIGFRAME_BASE + 40)
|
#define SIGFRAME_REGSAVE_OFF (SIGFRAME_BASE + 40)
|
||||||
#define SIGFRAME_PC_OFF (SIGFRAME_BASE + 40 + 35 * 4)
|
#define SIGFRAME_PC_OFF (SIGFRAME_BASE + 40 + 35 * 4)
|
||||||
|
#define SIGFRAME_FPREGSAVE_OFF (SIGFRAME_BASE + 40 + 36 * 4)
|
||||||
|
|
||||||
/* Use the alternate method of determining valid frame chains. */
|
/* Use the alternate method of determining valid frame chains. */
|
||||||
#define FRAME_CHAIN_VALID_ALTERNATE
|
#define FRAME_CHAIN_VALID_ALTERNATE
|
||||||
|
Reference in New Issue
Block a user