1999-09-06 Donn Terry <donn@interix.com>

* internal.h (DTYPE): Define.
	* pe.h (struct external_PEI_filehdr): Rename from
	external_PE_filehdr.  Define even if COFF_IMAGE_WITH_PE is not
	defined.
This commit is contained in:
Ian Lance Taylor
1999-09-07 03:28:54 +00:00
parent c4bf532f53
commit 25bcc51d8f
3 changed files with 15 additions and 8 deletions

View File

@ -421,6 +421,7 @@ struct internal_syment
#define DT_ARY (3) /* array */
#define BTYPE(x) ((x) & N_BTMASK)
#define DTYPE(x) (((x) & N_TMASK) >> N_BTSHFT)
#define ISPTR(x) \
(((unsigned long) (x) & N_TMASK) == ((unsigned long) DT_PTR << N_BTSHFT))