Re: [PATCH, GCC/ARM] Fix comment for cmse_nonsecure_call_clear_caller_saved

2017-05-17 Thread Kyrill Tkachov
On 15/05/17 17:13, Thomas Preudhomme wrote: Hi, Saving, clearing and restoring of *callee-saved* registers when doing a cmse_nonsecure_call is done in the __gnu_cmse_nonsecure_call libcall. Yet, comments for cmse_nonsecure_call_clear_caller_saved claim that it is this function that does these a

[PATCH, GCC/ARM] Fix comment for cmse_nonsecure_call_clear_caller_saved

2017-05-15 Thread Thomas Preudhomme
Hi, Saving, clearing and restoring of *callee-saved* registers when doing a cmse_nonsecure_call is done in the __gnu_cmse_nonsecure_call libcall. Yet, comments for cmse_nonsecure_call_clear_caller_saved claim that it is this function that does these actions. This commit fixes the comment to poin