diff options
author | Roland McGrath <mcgrathr@google.com> | 2007-10-18 09:57:04 +0000 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2007-10-18 09:57:04 +0000 |
commit | 5565177f972fd0f7fd56e05d0c897b73667d5de0 (patch) | |
tree | 3ccfcdef27fa4663fd9e7a56a1b2539ec7a6ac11 /include/elf | |
parent | 70317d8506a653b643a52e741442f506f23b24e4 (diff) | |
download | cygnal-5565177f972fd0f7fd56e05d0c897b73667d5de0.tar.gz cygnal-5565177f972fd0f7fd56e05d0c897b73667d5de0.tar.bz2 cygnal-5565177f972fd0f7fd56e05d0c897b73667d5de0.zip |
2007-10-18 Roland McGrath <roland@redhat.com>
* common.h (NT_PPC_VMX): New macro.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 5b71782fd..be8b7fc8a 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -390,6 +390,8 @@ #define NT_AUXV 6 /* Contains copy of Elfxx_auxv_t */ #define NT_PRXFPREG 0x46e62b7f /* Contains a user_xfpregs_struct; */ /* note name must be "LINUX". */ +#define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */ + /* note name must be "LINUX". */ /* Note segments for core files on dir-style procfs systems. */ |