tinycc-devel
[Top][All Lists]
Advanced

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

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


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

Ok I can see in the next commit that this is removed completely !


On Sun, Apr 6, 2014 at 11:19 AM, Domingo Alvarez Duarte <address@hidden> wrote:
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]