Thomas Preud'homme wrote:
Greetings grischka,

sorry to bother you again but would you mind bumping master to the current mob in the next days? By the way, when do you plan to do a release of tcc?

Best regards,

Thomas Preud'homme

Done.  Btw. you can do that yourself in future if you send me your
repo.or.cz username so I can give you "master permisssions" for tinycc.

--- grischka

Btw. in 
http://repo.or.cz/w/tinycc.git/commitdiff/9a81dcab0ab1c992efa4a6d74eeb86812758de20

Is this missing a "break;" or a comment like /* fall through */ ?

         case R_ARM_ABS32:
             *(int *)ptr += val;
             break;
+        case R_ARM_REL32:
+            *(int *)ptr += val - addr;
         case R_ARM_BASE_PREL:
             *(int *)ptr += s1->got->sh_addr - addr;


_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to