[cfe-commits] Fix ABI for Minix

Kees van Reeuwijk reeuwijk at few.vu.nl
Thu Jul 15 06:04:02 PDT 2010


Hi,

As requested, I submit this patch to the cfe-commit mailing list rather than the bugs database.

The attached patch fixes an incompatibility between the Minix ABI and the clang patches I submitted earlier. Under Minix, small 
structs should be returned by filling a special area of the stack, not through registers. Since that's the default behavior for 
clang, this patch simply removes Minix from the list of special cases.


-- 
Dr. Ir. Kees van Reeuwijk, Vrije Universiteit Amsterdam



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: minix-fix.diff
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100715/e0f917c3/attachment.ksh>


More information about the cfe-commits mailing list