Re: [AARCH64][libgcc] Add __aarch64_sync_cache_range as lib2func

2012-06-08 Thread Marcus Shawcroft
On 31/05/12 16:33, Jim MacArthur wrote: * config/aarch64/sync-cache.S: New file. Corrected to sync-cache.c and committed to aarch64 branch. /Marcus

[AARCH64][libgcc] Add __aarch64_sync_cache_range as lib2func

2012-05-31 Thread Jim MacArthur
This patch makes __aarch64_sync_cache_range a LIB2ADD and removes it from lib1funcs.S. Since it is the only function in lib1funcs.S, that file can be removed. It also changes the functionality of __aarch64_sync_cache_range to use userland instructions instead of an exception. This should be