Re: [PATCH][AARCH64]Amend AArch64 frame layout comment.

2014-03-17 Thread Richard Earnshaw
On 16/03/14 11:25, Renlin Li wrote: > Hi all, > > This is a simple patch to update the AArch64 frame layout comment in > the source code. > frame_pointer should point above the local_variables section as we > define FRAME_GROWS_DOWNWARD = 1. > > Is this Okay for stage-4? > OK. R.

[PATCH][AARCH64]Amend AArch64 frame layout comment.

2014-03-16 Thread Renlin Li
Hi all, This is a simple patch to update the AArch64 frame layout comment in the source code. frame_pointer should point above the local_variables section as we define FRAME_GROWS_DOWNWARD = 1. Is this Okay for stage-4? Regards, Renlin Li gcc/ChangeLog: 2014-03-16 Renlin Li * con