tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] symbol-lookup patch


From: Christian
Subject: [Tinycc-devel] symbol-lookup patch
Date: Thu, 5 Sep 2002 01:05:07 +0200

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

Attachment: tcc-0.9.11cehteh.patch.gz
Description: Binary data


reply via email to

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