Add definition of NT_WIN32PSTATUS
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2000-01-10  Egor Duda  <deo@logos-m.ru> | ||||||
|  |  | ||||||
|  | 	* common.h (NT_WIN32PSTATUS): Define.  (cygwin elf core dumps).  | ||||||
|  |  | ||||||
| 1999-12-28  Nick Clifton  <nickc@cygnus.com> | 1999-12-28  Nick Clifton  <nickc@cygnus.com> | ||||||
|  |  | ||||||
| 	* mips.h (STO_*): Redefine in terms of STV_* values now in | 	* mips.h (STO_*): Redefine in terms of STV_* values now in | ||||||
|   | |||||||
| @@ -287,6 +287,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */ | |||||||
| #define NT_PSINFO	13		/* Has a struct psinfo */ | #define NT_PSINFO	13		/* Has a struct psinfo */ | ||||||
| #define NT_LWPSTATUS	16		/* Has a struct lwpstatus_t */ | #define NT_LWPSTATUS	16		/* Has a struct lwpstatus_t */ | ||||||
| #define NT_LWPSINFO	17		/* Has a struct lwpsinfo_t */ | #define NT_LWPSINFO	17		/* Has a struct lwpsinfo_t */ | ||||||
|  | #define NT_WIN32PSTATUS	18		/* Has a struct win32_pstatus */ | ||||||
|  |  | ||||||
| /* Values of note segment descriptor types for object files.  */ | /* Values of note segment descriptor types for object files.  */ | ||||||
| /* (Only for hppa right now.  Should this be moved elsewhere?)  */ | /* (Only for hppa right now.  Should this be moved elsewhere?)  */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user