Re: [PATCH][ARM] Remove an unused reload hook.

2015-04-23 Thread Matthew Wahab
On 27/02/15 09:41, Richard Earnshaw wrote: On 19/02/15 12:19, Matthew Wahab wrote: The LEGITIMIZE_RELOAD_ADDRESS macro is only needed for reload. Since the ARM backend no longer supports reload, this macro is not needed and this patch removes it. This is OK for stage 1. Committed as r222359

Re: [PATCH][ARM] Remove an unused reload hook.

2015-03-05 Thread Matthew Wahab
On 05/03/15 16:34, Matthew Wahab wrote: thumb_legitimize_reload_address was added by https://gcc.gnu.org/ml/gcc-patches/2005-08/msg01140.html to fix PR 23436. It replaces sequences like mov r3, r9 mov r2, r10 ldr r0, [r3, r2] with mov r3, r9

Re: [PATCH][ARM] Remove an unused reload hook.

2015-03-05 Thread Matthew Wahab
On 27/02/15 09:41, Richard Earnshaw wrote: On 19/02/15 12:19, Matthew Wahab wrote: The LEGITIMIZE_RELOAD_ADDRESS macro is only needed for reload. Since the ARM backend no longer supports reload, this macro is not needed and this patch removes it. gcc/ 2015-02-19 Matthew Wahab * config/

Re: [PATCH][ARM] Remove an unused reload hook.

2015-02-27 Thread Richard Earnshaw
On 19/02/15 12:19, Matthew Wahab wrote: > The LEGITIMIZE_RELOAD_ADDRESS macro is only needed for reload. Since the > ARM backend no longer supports reload, this macro is not needed and this > patch removes it. > > Tested arm-none-linux-gnueabihf with gcc-check. > > Ok for trunk? now or in stage 1