|
From: | grischka |
Subject: | Re: [Tinycc-devel] Call for testing |
Date: | Fri, 25 Jan 2013 19:37:38 +0100 |
User-agent: | Thunderbird 2.0.0.23 (Windows/20090812) |
Thomas Preud'homme wrote:
I just started but the good news is that it's limited to the -run function. There is no problemwhen compiling the example.
Ok got it. Fix attached.
diff --git a/tccelf.c b/tccelf.c index da81d03..76a8002 100644 --- a/tccelf.c +++ b/tccelf.c @@ -1633,7 +1633,7 @@ static int elf_output_file(TCCState *s1, const char *filename)
Without knowing any details, I just notice that the proposed fix doesn't match the analysis of the problem: A change within elf_output_file() has no effect for tcc -run. --- grischka
[Prev in Thread] | Current Thread | [Next in Thread] |