[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] symbol-lookup patch
From: |
fabrice . bellard |
Subject: |
Re: [Tinycc-devel] symbol-lookup patch |
Date: |
Thu, 05 Sep 2002 12:11:19 +0200 (MEST) |
User-agent: |
IMP/PHP IMAP webmail program 2.2.6 |
Thanks. I'll look at it and add it in next release if I see no problems.
Fabrice.
Quoting Christian <address@hidden>:
> hi,
> attached is a small patch which adds the ability to lookup and call
> functions (no applause please, functionality was already there)
>
> changes:
> tcc.c/libtcc.h
> void tcc_relocate(TCCState*s)
> ripped from tcc_run(..)
> does the relocations
> void *tcc_get_symbol(char *symbol)
> looks up a symbol
> libtcc_test.c
> modified to show the new fetures
>
> cheers
> Christian
>