Patch from Scott Bambrough <scottb@netwinder.org> to define NT_TASKSTRUCT.
[deliverable/binutils-gdb.git] / include / elf / common.h
index cda3ba0d9d53c2ea04b512df2ab43d3d45875b87..378f3c998671588e2090d433e2772d3706308236 100644 (file)
@@ -1,5 +1,5 @@
 /* ELF support for BFD.
-   Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
+   Copyright (C) 1991,92,93,94,95,96,97,98,1999 Free Software Foundation, Inc.
 
    Written by Fred Fish @ Cygnus Support, from information published
    in "UNIX System V Release 4, Programmers Guide: ANSI C and
@@ -60,6 +60,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define ELFOSABI_SYSV   0       /* UNIX System V ABI */
 #define ELFOSABI_HPUX   1       /* HP-UX operating system */
 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
+#define ELFOSABI_ARM   97              /* ARM */
 
 #define EI_ABIVERSION   8       /* ABI version */
 
@@ -97,6 +98,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define EM_SPARC32PLUS 18      /* Sun's "v8plus" */
 #define EM_960         19       /* Intel 80960 */
 #define EM_PPC        20       /* PowerPC */
+#define EM_PPC64       21      /* 64-bit PowerPC */
 
 #define EM_V800        36      /* NEC V800 series */
 #define EM_FR20               37       /* Fujitsu FR20 */
@@ -237,6 +239,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define NT_PRSTATUS    1               /* Contains copy of prstatus struct */
 #define NT_FPREGSET    2               /* Contains copy of fpregset struct */
 #define NT_PRPSINFO    3               /* Contains copy of prpsinfo struct */
+#define NT_TASKSTRUCT  4               /* Contains copy of task struct */
 
 /* Note segments for core files on dir-style procfs systems. */
 
This page took 0.025155 seconds and 4 git commands to generate.