tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tcc bug: big exe in 1 step


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] tcc bug: big exe in 1 step
Date: Mon, 2 May 2016 21:32:42 +0300

> The problem solved by a file list reordering. I think there may be a
> bug in tcc

No bug in tcc. But sections filling order differs for *.c and *.o A
problem was in user.c file calling slab allocator before its
initialization. Moving this file after slab.c in list solved a
problem.



reply via email to

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