This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] ia64 sigcontext


Hi

David added sc_loadrs to the ia64 struct sigcontext, here is the
corresponding glibc update.

Cheers
Jes

2001-09-29  Jes Sorensen  <jes@trained-monkey.org>

	* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
	(struct	sigcontext): Add loadrs entry to match current kernel.

--- sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h~	Mon Jul  9 19:18:11 2001
+++ sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h	Sat Sep 29 10:29:18 2001
@@ -48,7 +48,8 @@
   unsigned long int sc_br[8];	/* branch registers */
   unsigned long int sc_gr[32];	/* general registers (static partition) */
   struct ia64_fpreg sc_fr[128];	/* floating-point registers */
-  unsigned long int sc_rsvd[16];/* reserved for future use */
+  unsigned long int sc_loadrs;
+  unsigned long int sc_rsvd[15];/* reserved for future use */
 
   /* sc_mask is actually an sigset_t but we don't want to
    * include the kernel headers here. */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]