From: Nick Clifton Date: Tue, 31 Aug 1999 16:56:26 +0000 (+0000) Subject: Patch from Scott Bambrough to define NT_TASKSTRUCT. X-Git-Tag: gdb-1999-09-08~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e3c779ac63c0e1c2d9231ca1eaae1d97f34ac81;p=external%2Fbinutils.git Patch from Scott Bambrough to define NT_TASKSTRUCT. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 2b14309..8c4c539 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +1999-08-31 Nick Clifton + + * common.h (NT_TASKSTRUCT): Define. + 1999-07-16 Jakub Jelinek * sparc.h (EF_SPARC_SUN_US3): Define in Cheetah extensions diff --git a/include/elf/common.h b/include/elf/common.h index ba5df40..378f3c9 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -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. */