ELF: Remove traces of old RUNTIME_PLTGOT code

The last users of it went away, no use in keeping
this code.
This commit is contained in:
Michael Matz
2014-04-06 01:59:35 +02:00
parent 01c0419234
commit 6a947d9d26
3 changed files with 1 additions and 82 deletions

6
tcc.h
View File

@ -712,12 +712,6 @@ struct TCCState {
void *write_mem;
unsigned long mem_size;
# endif
# if !defined TCC_TARGET_PE && (0)
/* write PLT and GOT here */
char *runtime_plt_and_got;
unsigned runtime_plt_and_got_offset;
# define TCC_HAS_RUNTIME_PLTGOT
# endif
#endif
/* used by main and tcc_parse_args only */