initial PE format support

This commit is contained in:
bellard
2005-04-10 21:46:58 +00:00
parent bdd09709d7
commit 2c538d7a2b
5 changed files with 1314 additions and 19 deletions

View File

@ -100,6 +100,7 @@
DEF(TOK_STDCALL1, "stdcall")
DEF(TOK_STDCALL2, "__stdcall")
DEF(TOK_STDCALL3, "__stdcall__")
DEF(TOK_DLLEXPORT, "dllexport")
DEF(TOK_NORETURN1, "noreturn")
DEF(TOK_NORETURN2, "__noreturn__")
DEF(TOK_builtin_types_compatible_p, "__builtin_types_compatible_p")