This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [cft darwin x86] reimplement ia32 libffi




Hi Richard,


Couple of problems using the darwin assembler:

a) we don't support balign. How about p2align instead?
b) E(X) doesn't need the : at the end

with changing balign <bytes> to p2align <log2(bytes)> and
changing E(X) I can get it to compile, but a lot of failures. I'll look
into it as soon as I get more of a chance.

-eric


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]