diff options
author | Roland McGrath <roland@gnu.org> | 2008-02-09 01:45:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-02-09 01:45:01 +0000 |
commit | 85202a2b7ee858f0917f9fc62d7c299eaccf3bb7 (patch) | |
tree | ba4bfc91eed9a3d22d526781fa6a216048851d64 | |
parent | 708ef8a471a1e632937c5a80acc8b0ee1f83c601 (diff) | |
download | glibc-85202a2b7ee858f0917f9fc62d7c299eaccf3bb7.tar glibc-85202a2b7ee858f0917f9fc62d7c299eaccf3bb7.tar.gz glibc-85202a2b7ee858f0917f9fc62d7c299eaccf3bb7.tar.bz2 glibc-85202a2b7ee858f0917f9fc62d7c299eaccf3bb7.zip |
* elf/elf.h (NT_PPC_SPE): New macro.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | elf/elf.h | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-02-08 Roland McGrath <roland@redhat.com> + + * elf/elf.h (NT_PPC_SPE): New macro. + 2008-02-06 Roland McGrath <roland@redhat.com> * Makerules ($(common-objpfx)sysd-rules): @@ -606,6 +606,7 @@ typedef 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 */ +#define NT_PPC_SPE 0x101 /* PowerPC SPE/EVR registers */ #define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */ /* Legal values for the note segment descriptor types for object files. */ |