Re: [AArch64] Rid the world of NAMED_PARAM

2015-02-04 Thread Marcus Shawcroft
On 4 February 2015 at 12:06, James Greenhalgh wrote: > > Hi, > > HAVE_DESIGNATED_INITIALIZERS is not set for C++, so the NAMED_PARAM macros > using it provide false security when we compile aarch64.c. Removing this > is an obvious cleanup and gets rid of some confusing dead code. > > This patch re

[AArch64] Rid the world of NAMED_PARAM

2015-02-04 Thread James Greenhalgh
Hi, HAVE_DESIGNATED_INITIALIZERS is not set for C++, so the NAMED_PARAM macros using it provide false security when we compile aarch64.c. Removing this is an obvious cleanup and gets rid of some confusing dead code. This patch removes all the magic macros. Bootstrapped and tested on aarch64-non