diff options
author | Roland McGrath <roland@gnu.org> | 2007-10-18 08:49:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-10-18 08:49:44 +0000 |
commit | 6368c0bceaa95f3e8b1979ad0cd4092f95c1c731 (patch) | |
tree | fce0539239466f81ab63767e7a4c377ea85729f5 | |
parent | 28919a77d8122b714982a0138ed23a72188d7fa9 (diff) | |
download | glibc-6368c0bceaa95f3e8b1979ad0cd4092f95c1c731.tar.gz glibc-6368c0bceaa95f3e8b1979ad0cd4092f95c1c731.tar.xz glibc-6368c0bceaa95f3e8b1979ad0cd4092f95c1c731.zip |
2007-10-18 Roland McGrath <roland@redhat.com>
* elf/elf.h (NT_PPC_VMX): New macro.
-rw-r--r-- | elf/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h index c541774d98..acd3d3e155 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -604,6 +604,7 @@ typedef struct #define NT_LWPSINFO 17 /* Contains copy of lwpinfo struct */ #define NT_PRFPXREG 20 /* Contains copy of fprxregset struct */ #define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */ +#define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */ /* Legal values for the note segment descriptor types for object files. */ |