tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] .globl asm directive


From: Fabrice Bellard
Subject: Re: [Tinycc-devel] .globl asm directive
Date: Tue, 28 Jan 2003 23:08:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.1) Gecko/20020828

Johan Carlsson wrote:
Salut.

Are there any plans to support the .globl asm directive?

Or is there some clever trick to manage without it?

Oh, and congrats on tcc! It's quite an achievement!

TIA, Johan

Hi!

Currently you can simulate .globl by using asm() inside C code and by exporting the symbols in C. I may add .global and .section support in next release.

Fabrice.





reply via email to

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