pe32+ target: add in various #define's

This commit is contained in:
grischka
2009-07-18 22:05:27 +02:00
parent 719ba918dd
commit 3ea4acb9b9
4 changed files with 18 additions and 2 deletions

2
tcc.h
View File

@ -491,11 +491,13 @@ struct TCCState {
struct InlineFunc **inline_fns;
int nb_inline_fns;
#ifndef TCC_TARGET_PE
#ifdef TCC_TARGET_X86_64
/* write PLT and GOT here */
char *runtime_plt_and_got;
unsigned int runtime_plt_and_got_offset;
#endif
#endif
};
/* The current value can be: */