> Oh, and you'll need to update the copyright headers to 2017 when you
> do eventually apply this, but everything else looks fine.
>
Forgot to commit this one, done in this commit r245759. Sorry for this,
Claudiu
On 18/01/2017 18:43, Andrew Burgess wrote:
* Mike Stump [2017-01-17 10:49:30 -0800]:
On Jan 17, 2017, at 3:30 AM, Andrew Burgess wrote:
This patch revamps the arc's header file by means of using separate
headers for different tool targets. Each target header file holds the
specific compile
* Mike Stump [2017-01-17 10:49:30 -0800]:
> On Jan 17, 2017, at 3:30 AM, Andrew Burgess
> wrote:
> >
> >> This patch revamps the arc's header file by means of using separate
> >> headers for different tool targets. Each target header file holds the
> >> specific compiler backend macros definit
On Jan 17, 2017, at 3:30 AM, Andrew Burgess wrote:
>
>> This patch revamps the arc's header file by means of using separate
>> headers for different tool targets. Each target header file holds the
>> specific compiler backend macros definitions. Thus, we have:
>> - elf.h is used for bare metal ty
* Claudiu Zissulescu [2017-01-09 14:41:44
+0100]:
> This patch revamps the arc's header file by means of using separate
> headers for different tool targets. Each target header file holds the
> specific compiler backend macros definitions. Thus, we have:
> - elf.h is used for bare metal type of
This patch revamps the arc's header file by means of using separate
headers for different tool targets. Each target header file holds the
specific compiler backend macros definitions. Thus, we have:
- elf.h is used for bare metal type of toolchains.
- linux.h is used by our Linux type of toolchai