From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 3 Dec 2012 08:23:29 -0600 From: Tassilo Philipp To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-Id: <20121203082329.d19ccae1db9f2b5574c2ca0e@potion-studios.com> In-Reply-To: <13412070.CgEQPxvOqv@krypton> References: <13412070.CgEQPxvOqv@krypton> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GAS front-end for 8a? Topicbox-Message-UUID: ef62280a-ead7-11e9-9d60-3106f5b1d025 Hi, I noticed you were asking on the libffi mailing list for Plan9 support, so I guess your question is related to getting libffi to run on Plan9? If you just need a ffi, dyncall is running on Plan9 already (x86, only calls, not callbacks, though), supporting Plan9's calling convention. Check out dyncall.org Hope this helps, Tassilo On Mon, 03 Dec 2012 11:02:49 +0100 Jens Staal wrote: > Hi > > I just wondered if anyone has made some sort of wrapper similar to the posix c > compiler (pcc) front end for 8c, but for ASM? > > The reason I ask is that some projects have mixed .c and .S code and the ASM > is mostly GAS syntax. > > Alternative ways of dealing with GAS ASM and still get native object files are > also welcome :) > >