diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-05-22 10:35:55 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-05-22 10:35:55 +0000 |
commit | b5ec0a8e8a723e44f5b7996f24b592cc186c18c4 (patch) | |
tree | e69b3882b6ce41896b8cb193e592bd2cdaf38baf /gdb | |
parent | 7cf92dd25051c98177125018cf3d74f2750e5cfe (diff) | |
download | gdb-b5ec0a8e8a723e44f5b7996f24b592cc186c18c4.zip gdb-b5ec0a8e8a723e44f5b7996f24b592cc186c18c4.tar.gz gdb-b5ec0a8e8a723e44f5b7996f24b592cc186c18c4.tar.bz2 |
* config/mips/tm-irix3.h: Add sigcontext offsets for Irix.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/mips/tm-irix3.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-irix3.h b/gdb/config/mips/tm-irix3.h index 5d80890..bee90cf 100644 --- a/gdb/config/mips/tm-irix3.h +++ b/gdb/config/mips/tm-irix3.h @@ -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) |