Re: [PATCH][GCC][ARM] Refactor arm_option_override to extract global field setters [Patch (1/3)]

2017-11-10 Thread Tamar Christina
; Richard Earnshaw; ni...@redhat.com Subject: Re: [PATCH][GCC][ARM] Refactor arm_option_override to extract global field setters [Patch (1/3)] Hi Tamar, On 06/11/17 16:48, Tamar Christina wrote: > Hi All, > > This patch does a small refactoring to arm_option_override to extract the > pa

Re: [PATCH][GCC][ARM] Refactor arm_option_override to extract global field setters [Patch (1/3)]

2017-11-08 Thread Kyrill Tkachov
Hi Tamar, On 06/11/17 16:48, Tamar Christina wrote: Hi All, This patch does a small refactoring to arm_option_override to extract the part that sets the global state variables so they can be changed without changing other global field that we do not want to change after the initial configurat

[PATCH][GCC][ARM] Refactor arm_option_override to extract global field setters [Patch (1/3)]

2017-11-06 Thread Tamar Christina
Hi All, This patch does a small refactoring to arm_option_override to extract the part that sets the global state variables so they can be changed without changing other global field that we do not want to change after the initial configuration has finished. Regtested on arm-none-eabi and no regr