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 <staal1...@gmail.com> 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 :) > >