Re: [PATCH] ARC: Explicitly specify OUTPUT_FORMAT in the linker script

2018-06-01 Thread Alexey Brodkin
Hi Vineet, On Fri, 2018-06-01 at 09:12 -0700, Vineet Gupta wrote: > On 06/01/2018 03:49 AM, Alexey Brodkin wrote: > > It might be a good idea to explicitly specify BFD format > > depending on -EB/-EL option passed to the linker and not rely on > > default behavior as we have now. > > What exactly

Re: [PATCH] ARC: Explicitly specify OUTPUT_FORMAT in the linker script

2018-06-01 Thread Vineet Gupta
On 06/01/2018 03:49 AM, Alexey Brodkin wrote: > It might be a good idea to explicitly specify BFD format > depending on -EB/-EL option passed to the linker and not rely on > default behavior as we have now. What exactly is the problem we are trying to solve here ? Is this preventive or did you run