tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] call out from assembler


From: Oleg Finkelstein
Subject: Re: [Tinycc-devel] call out from assembler
Date: Mon, 29 Apr 2024 15:14:12 +0100
User-agent: Cyrus-JMAP/3.11.0-alpha0-386-g4cb8e397f9-fm-20240415.001-g4cb8e397

> use .extern to declare a symbol that exists in another compile unit so I can 
> call out. 

you'll get that behaviour without .extern.

cf. gnu as (https://sourceware.org/binutils/docs/as/Extern.html):

> .extern is accepted in the source program—for compatibility with other 
> assemblers—but it is ignored. as treats all undefined symbols as external. 



reply via email to

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