Re: [PATCH][AARCH64]Adjust address with offset assembler format

2014-02-27 Thread Marcus Shawcroft
On 12 February 2014 16:10, Renlin Li wrote: > gcc/ChangeLog: > > 2014-02-12 Renlin Li > > * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust the > output asm format > by adding a space between base register and offset. OK for stage-1. /Marcus

[PING][PATCH][AARCH64]Adjust address with offset assembler format

2014-02-24 Thread Renlin Li
On 12/02/14 16:10, Renlin Li wrote: Hi all, This is a simple patch which adds a space between base register and offset during the address asm translation, making the output assembler code format consistent for aarch64 target. Is it Okay for stage-1? Kind regards, Renlin Li gcc/ChangeLog:

[PATCH][AARCH64]Adjust address with offset assembler format

2014-02-12 Thread Renlin Li
Hi all, This is a simple patch which adds a space between base register and offset during the address asm translation, making the output assembler code format consistent for aarch64 target. Is it Okay for stage-1? Kind regards, Renlin Li gcc/ChangeLog: 2014-02-12 Renlin Li * confi