[PATCH] [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Joerg Sonnenberger
joerg at britannica.bec.de
Thu Aug 28 04:55:21 PDT 2014
On Thu, Aug 28, 2014 at 10:39:48AM +0000, Oliver Stannard wrote:
> The current default abi when no environment is given is "apcs-gnu",
> which is obsolete. This patch changes the default to "aapcs". "aapcs" has both
> hard- and soft-float variants, so the -mhard-float, -msoft-float and
> -mfloat-abi= options now all behave as expected when no environment is
> specified in the triple.
Hm. I'm not sure I am in favour of this switch. It is certainly
surprising for NetBSD as it changes the expected behavior.
Joerg
More information about the cfe-commits
mailing list