diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-02 00:12:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-02 00:12:17 +0000 |
commit | e0ec2e47de5dc5e6ebcfe070f2c2c5f25487441c (patch) | |
tree | 8a5f6b1643c16b86b3a2ada3bcf3084e37d383cf /sysdeps | |
parent | cad7e45a3b4809fd086a30f3a481d99dcca230a1 (diff) | |
download | glibc-e0ec2e47de5dc5e6ebcfe070f2c2c5f25487441c.tar glibc-e0ec2e47de5dc5e6ebcfe070f2c2c5f25487441c.tar.gz glibc-e0ec2e47de5dc5e6ebcfe070f2c2c5f25487441c.tar.bz2 glibc-e0ec2e47de5dc5e6ebcfe070f2c2c5f25487441c.zip |
(struct sigcontext): Add members sc_mdlo, sc_mdhi.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/mips/sigcontext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/mips/sigcontext.h b/sysdeps/mach/hurd/mips/sigcontext.h index d0fdee7c90..63632e8758 100644 --- a/sysdeps/mach/hurd/mips/sigcontext.h +++ b/sysdeps/mach/hurd/mips/sigcontext.h @@ -38,4 +38,6 @@ struct sigcontext int sc_fp; /* Frame pointer. */ int sc_pc; /* Instruction pointer. */ int sc_ps; /* Processor status. */ + + int sc_mdlo, sc_mdhi; /* High and low multiplication results. */ }; |