X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fcoff%2Fsymconst.h;h=ac62ba22247b467e8dd483f9f85aa284d7148883;hb=43327b208ec6452c1a6accd40be965cdfa5c86a3;hp=3e45705f4084b9be12175d669b1bcddb635eb03a;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/include/coff/symconst.h b/include/coff/symconst.h index 3e45705f40..ac62ba2224 100644 --- a/include/coff/symconst.h +++ b/include/coff/symconst.h @@ -163,6 +163,13 @@ #define btVoid 26 /* void */ #define btLongLong 27 /* long long */ #define btULongLong 28 /* unsigned long long */ +#define btLong64 30 /* long (64-bit) */ +#define btULong64 31 /* unsigned long (64-bit) */ +#define btLongLong64 32 /* long long (64-bit) */ +#define btULongLong64 33 /* unsigned long long (64-bit) */ +#define btAdr64 34 /* address (64-bit) */ +#define btInt64 35 /* int (64-bit) */ +#define btUInt64 36 /* unsigned int (64-bit) */ #define btMax 64 #if (_MFG == _MIPS)