diff options
author | Roland McGrath <roland@gnu.org> | 2007-10-18 09:57:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-10-18 09:57:04 +0000 |
commit | 7ca95d947531f973a5325570c93dfbd280886990 (patch) | |
tree | 28b4449ea978fa2def8dd61c23d950130ae9302c /include | |
parent | 13285a1b2c20277cb2346e9c635c5ea7019441ad (diff) | |
download | gdb-7ca95d947531f973a5325570c93dfbd280886990.zip gdb-7ca95d947531f973a5325570c93dfbd280886990.tar.gz gdb-7ca95d947531f973a5325570c93dfbd280886990.tar.bz2 |
2007-10-18 Roland McGrath <roland@redhat.com>
* common.h (NT_PPC_VMX): New macro.
Diffstat (limited to 'include')
-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 5b71782..be8b7fc 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. */ |