mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 01:30:50 +00:00
* config/mips/tm-irix3.h: Add sigcontext offsets for Irix.
This commit is contained in:
parent
7cf92dd250
commit
b5ec0a8e8a
@ -69,3 +69,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define LO_REGNUM 68 /* ... */
|
||||
#define FCRCS_REGNUM 69 /* FP control/status */
|
||||
#define FCRIR_REGNUM 70 /* FP implementation/revision */
|
||||
|
||||
/* Offsets for register values in _sigtramp frame.
|
||||
sigcontext is immediately above the _sigtramp frame on Irix. */
|
||||
#define SIGFRAME_BASE 0x0
|
||||
#define SIGFRAME_PC_OFF (SIGFRAME_BASE + 2 * 4)
|
||||
#define SIGFRAME_REGSAVE_OFF (SIGFRAME_BASE + 3 * 4)
|
||||
|
Loading…
Reference in New Issue
Block a user