Re: [PATCH] Fix redefined macro for epiphany.

2022-01-12 Thread Jeff Law via Gcc-patches
On 1/12/2022 7:56 AM, Richard Biener wrote: On Wed, Jan 12, 2022 at 3:23 PM Jeff Law via Gcc-patches wrote: On 1/12/2022 2:47 AM, Martin Liška wrote: The following warning is emitted gazillion times. Fixes: In file included from ./tm.h:23, from gcc/genconfig.c:25: gcc/

Re: [PATCH] Fix redefined macro for epiphany.

2022-01-12 Thread Richard Biener via Gcc-patches
On Wed, Jan 12, 2022 at 3:23 PM Jeff Law via Gcc-patches wrote: > > > > On 1/12/2022 2:47 AM, Martin Liška wrote: > > The following warning is emitted gazillion times. > > > > Fixes: > > > > In file included from ./tm.h:23, > > from gcc/genconfig.c:25: > > gcc/config/elfos.h:209:

Re: [PATCH] Fix redefined macro for epiphany.

2022-01-12 Thread Jeff Law via Gcc-patches
On 1/12/2022 2:47 AM, Martin Liška wrote: The following warning is emitted gazillion times. Fixes: In file included from ./tm.h:23, from gcc/genconfig.c:25: gcc/config/elfos.h:209: warning: "READONLY_DATA_SECTION_ASM_OP" redefined   209 | #define READONLY_DATA_SECTION_ASM_OP

Re: [PATCH] Fix redefined macro for epiphany.

2022-01-12 Thread Richard Biener via Gcc-patches
On Wed, Jan 12, 2022 at 11:10 AM Martin Liška wrote: > > On 1/12/22 11:03, Richard Biener wrote: > > tm_file in config.gcc? (${tm_file} first, before elfos.h) > > Heh, yes, that's the case. The following patch fixes that. OK if the target builds with that. > May I install it? > Cheers, > Martin

Re: [PATCH] Fix redefined macro for epiphany.

2022-01-12 Thread Martin Liška
On 1/12/22 11:03, Richard Biener wrote: tm_file in config.gcc? (${tm_file} first, before elfos.h) Heh, yes, that's the case. The following patch fixes that. May I install it? Cheers, MartinFrom 14fa27ba17cf9aa1a971ae93f8a5ef6aa857c67e Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 12

Re: [PATCH] Fix redefined macro for epiphany.

2022-01-12 Thread Richard Biener via Gcc-patches
On Wed, Jan 12, 2022 at 10:47 AM Martin Liška wrote: > > The following warning is emitted gazillion times. > > Fixes: > > In file included from ./tm.h:23, > from gcc/genconfig.c:25: > gcc/config/elfos.h:209: warning: "READONLY_DATA_SECTION_ASM_OP" redefined >209 | #define REA

[PATCH] Fix redefined macro for epiphany.

2022-01-12 Thread Martin Liška
The following warning is emitted gazillion times. Fixes: In file included from ./tm.h:23, from gcc/genconfig.c:25: gcc/config/elfos.h:209: warning: "READONLY_DATA_SECTION_ASM_OP" redefined 209 | #define READONLY_DATA_SECTION_ASM_OP"\t.section\t.rodata" | In file incl