Re: [AArch64/GCC][1/N] GNU-Stylize some un-formatted code

2014-07-23 Thread Marcus Shawcroft
On 22 July 2014 15:49, Jiong Wang wrote: > gcc/ > * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): GNU-Stylize > code. > (aarch64_save_or_restore_callee_save_registers): Likewise. > (aarch64_expand_prologue): Likewise OK and applied. /Marcus

[AArch64/GCC][1/N] GNU-Stylize some un-formatted code

2014-07-22 Thread Jiong Wang
indenting and making sure columns less than 80 in the following functions: * aarch64_save_or_restore_fprs * aarch64_save_or_restore_callee_save_registers *no functional change* OK to install? thanks. gcc/ * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): GNU-Stylize code. (aar