tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Is this ok on commit "Use proper PLT/GOT for -run"


From: Domingo Alvarez Duarte
Subject: [Tinycc-devel] Is this ok on commit "Use proper PLT/GOT for -run"
Date: Sun, 6 Apr 2014 11:19:44 +0100

Hello !

When applying this commit to my fork, I'm not sure if it's correct:

------------

arm: Use proper PLT/GOT for -run.
[tinycc.git] / tcc.h
diff --git a/tcc.h b/tcc.h
index 76f25bd..5033b19 100644 (file)
--- a/tcc.h
+++ b/tcc.h
@@ -712,7 +712,7 @@ struct TCCState {
     void *write_mem;
     unsigned long mem_size;
 # endif
-# if !defined TCC_TARGET_PE && (defined TCC_TARGET_ARM)
+# if !defined TCC_TARGET_PE && (0) ////<<<<<<<<<<<<<<<< is this correct ?????
     /* write PLT and GOT here */
     char *runtime_plt_and_got;
     unsigned runtime_plt_and_got_offset;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]