|
From: | grischka |
Subject: | Re: [Tinycc-devel] master bump to mob |
Date: | Tue, 12 Jun 2012 15:56:57 +0200 |
User-agent: | Thunderbird 2.0.0.24 (Windows/20100228) |
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;
[Prev in Thread] | Current Thread | [Next in Thread] |