[cfe-commits] Fix ABI for Minix

Daniel Dunbar daniel at zuster.org
Thu Jul 15 08:03:15 PDT 2010


Applied in r108423, thanks!

 - Daniel

On Thu, Jul 15, 2010 at 6:04 AM, Kees van Reeuwijk <reeuwijk at few.vu.nl> wrote:
> 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
>
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>



More information about the cfe-commits mailing list