tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] shared libraries on x86-64: "unexpected reloc type 0x


From: shinichiro . h
Subject: Re: [Tinycc-devel] shared libraries on x86-64: "unexpected reloc type 0x09"
Date: Sat, 21 Mar 2009 12:29:58 +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,

> when testing the current (?) git snapshot from 2008-12-02
> (snapshot downloaded from http://repo.or.cz/w/tinycc.git)
> I found a problem with shared libraries that should be
> loaded by Tcl/Tk as extension:

I didn't support shared libraries for x86-64 and generally it should
not work :) I guess your simple test was so simple that TCC
accidentally generates valid code (maybe a function which just returns
integer value would work).

Recently I'm working on shared libraries on x86-64 and it seems that
it starts working. You can try it using mob branch, but please note
that there should be some bugs and it may crash (also, x86-64 support
itself is unstable - I didn't test it well).

Anyway, thanks for the report!




reply via email to

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