[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] status of x86-64
From: |
shinichiro . h |
Subject: |
Re: [Tinycc-devel] status of x86-64 |
Date: |
Fri, 17 Apr 2009 10:20:26 +0900 |
User-agent: |
Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.2 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) |
Hi,
> I like this idea. But unfortunately, this needs some fixes for
> x86-64. On x86-64, relocation may fail when the distance between
> caller and callee is larger than 32bit. In such case, x86-64 TCC
> generates PLT and GOT during relocation and it requires extra memory.
> Anyway, I'll fix this.
I've just checked this fix in. This fix includes the fix for order of
relocate_syms and return offset. Please revert this change if I'm
missing something.
Thanks,