about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-24 07:19:56 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-24 07:19:56 +0000
commit756186e70866e186ea601d8d1ea74e2fa38ab236 (patch)
tree0c496c819b7707c213753dcc67a8e726310137b2 /elf
parent64f022a4b9766ad385594d8c92e33af8acbb3aea (diff)
downloadglibc-756186e70866e186ea601d8d1ea74e2fa38ab236.tar.gz
glibc-756186e70866e186ea601d8d1ea74e2fa38ab236.tar.xz
glibc-756186e70866e186ea601d8d1ea74e2fa38ab236.zip
Update.
2000-06-24  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t):
	Define.

	* sysdeps/unix/sysv/linux/i386/sys/user.h (struct
	user_fpxregs_struct): Define.

	* elf/elf.h (NT_PRFPXREG): Define.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index d94f03b652..2005bdcf63 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -543,6 +543,7 @@ typedef struct
 #define NT_UTSNAME	15		/* Contains copy of utsname struct */
 #define NT_LWPSTATUS	16		/* Contains copy of lwpstatus struct */
 #define NT_LWPSINFO	17		/* Contains copy of lwpinfo struct */
+#define NT_PRFPXREG	20		/* Contains copy of fprxregset struct*/
 
 /* Legal values for the note segment descriptor types for object files.  */