]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Patch from Scott Bambrough <scottb@netwinder.org> to define NT_TASKSTRUCT.
authorNick Clifton <nickc@redhat.com>
Tue, 31 Aug 1999 16:56:26 +0000 (16:56 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 31 Aug 1999 16:56:26 +0000 (16:56 +0000)
include/elf/ChangeLog
include/elf/common.h

index 2b14309421c0beeeeeda188f3c80c02f6c91a129..8c4c5399491daad3dc3cdd58b706398b858282fc 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-31  Nick Clifton  <nickc@cygnus.com>
+
+       * common.h (NT_TASKSTRUCT): Define.
+
 1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
 
        * sparc.h (EF_SPARC_SUN_US3): Define in Cheetah extensions
index ba5df40850784009184f17153746bb4a8ffcc923..378f3c998671588e2090d433e2772d3706308236 100644 (file)
@@ -239,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. */