tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] .fill .rept broken by "Clean up 64bit immediate suppo


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] .fill .rept broken by "Clean up 64bit immediate support"
Date: Fri, 13 May 2016 07:41:19 +0300

> Is this change must be for x86_64 only?
I reverted this patch in my github repo.
https://github.com/seyko2/tinycc/commit/e5250b8d5fc8782dcf5eaa9681d5111a223d9e69
It breaks cmany things: .rept, .fill, "and $-16, %rax"
(cross-compilation in i386)

Also
https://github.com/seyko2/tinycc/commit/74dcf589d7b2d67a3d0642a8ea56aa25c93f573a
[fix, cross] lib/* includes
    There was errors in cross-compilation mode on i386:
    ../x86_64-tcc -B.. -c libtcc1.c
        error: incompatible redefinition of 'intptr_t'
    ../x86_64-tcc -B.. -c bcheck.c
        error: incompatible redefinition of 'ssize_t'



reply via email to

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