Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>1999-09-07 07:28:54 +0400
committerIan Lance Taylor <iant@google.com>1999-09-07 07:28:54 +0400
commit4809740b1b7a1aeb77d7bc2447e346ede20556f1 (patch)
tree27a408f12af5d52fc02881bbb067f534af419f2a /include/coff/internal.h
parent6935f65eff3a32d9177af9f35386f7677057ac55 (diff)
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.
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r--include/coff/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/coff/internal.h b/include/coff/internal.h
index b01730ead..e0f5067d9 100644
--- a/include/coff/internal.h
+++ b/include/coff/internal.h
@@ -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))