aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2014-04-06 01:59:35 +0200
committerMichael Matz <matz@suse.de>2014-04-06 01:59:35 +0200
commit6a947d9d2610723db3f46bcae4f35d5d5c572f89 (patch)
tree757406d0891bcc9b1ff18749136ea12ef52f8b13 /tcc.h
parent01c041923474750a236da02561f0f8835445848b (diff)
downloadtinycc-6a947d9d2610723db3f46bcae4f35d5d5c572f89.tar.gz
tinycc-6a947d9d2610723db3f46bcae4f35d5d5c572f89.tar.bz2
ELF: Remove traces of old RUNTIME_PLTGOT code
The last users of it went away, no use in keeping this code.
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tcc.h b/tcc.h
index 5033b19..1688a0c 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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 */