Re: [PATCH][AArch64][7/14] Implement TARGET_SET_CURRENT_FUNCTION

2015-07-21 Thread James Greenhalgh
On Thu, Jul 16, 2015 at 04:20:56PM +0100, Kyrill Tkachov wrote: > Hi all, > > This patch implements TARGET_SET_CURRENT_FUNCTION and defines > SWITCHABLE_TARGET. > With this patch in the series, we should be far enough to get LTO option > switching to work properly. > > The implementation if TAR

[PATCH][AArch64][7/14] Implement TARGET_SET_CURRENT_FUNCTION

2015-07-16 Thread Kyrill Tkachov
Hi all, This patch implements TARGET_SET_CURRENT_FUNCTION and defines SWITCHABLE_TARGET. With this patch in the series, we should be far enough to get LTO option switching to work properly. The implementation if TARGET_SET_CURRENT_FUNCTION is pretty much a direct copy from the rs6000 backend,