Re: [AARCH64] Remove %r from asm_printf

2013-01-08 Thread Marcus Shawcroft
On 8 January 2013 05:04, Hurugalawadi, Naveen wrote: > Hi, > > ASM_FPRINTF_EXTENSIONS was copied from the arm back-end and is not > needed. Please find attached the patch that replaces "%r" in asm_fprintf > with reg_names. The definition of "ASM_FPRINTF_EXTENSIONS" is > removed as it is no longer

[AARCH64] Remove %r from asm_printf

2013-01-07 Thread Hurugalawadi, Naveen
Hi, ASM_FPRINTF_EXTENSIONS was copied from the arm back-end and is not needed. Please find attached the patch that replaces "%r" in asm_fprintf with reg_names. The definition of "ASM_FPRINTF_EXTENSIONS" is removed as it is no longer needed. Please review the patch and let me know if there should