diff mbox series

tilepro: Update generator file to define IN_TARGET_CODE in target file.

Message ID 20200531104829.2067-1-ibuclaw@gdcproject.org
State New
Headers show
Series tilepro: Update generator file to define IN_TARGET_CODE in target file. | expand

Commit Message

Iain Buclaw May 31, 2020, 10:48 a.m. UTC
Hi,

The target files tilegx/mul-tables.c and tilepri/mul-tables.c were
updated in SVN r255743, but the generator file that produces them
wasn't, so it was reverting this change during builds.

Only tested by running make all-gcc for all tile*-*-* targets present in
config-list.mk.

OK?

Regards
Iain

---
gcc/ChangeLog:

	* config/tilepro/gen-mul-tables.cc (main): Define IN_TARGET_CODE to 1
	in the target file.
---
 gcc/config/tilepro/gen-mul-tables.cc | 2 ++
 1 file changed, 2 insertions(+)

Comments

Iain Buclaw Aug. 17, 2020, 7:58 a.m. UTC | #1
Ping.

On 31/05/2020 12:48, Iain Buclaw wrote:
> Hi,
> 
> The target files tilegx/mul-tables.c and tilepri/mul-tables.c were
> updated in SVN r255743, but the generator file that produces them
> wasn't, so it was reverting this change during builds.
> 
> Only tested by running make all-gcc for all tile*-*-* targets present in
> config-list.mk.
> 
> OK?
> 
> Regards
> Iain
> 
> ---
> gcc/ChangeLog:
> 
> 	* config/tilepro/gen-mul-tables.cc (main): Define IN_TARGET_CODE to 1
> 	in the target file.
> ---
>  gcc/config/tilepro/gen-mul-tables.cc | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/gcc/config/tilepro/gen-mul-tables.cc b/gcc/config/tilepro/gen-mul-tables.cc
> index 2a345023aea..7f9fb65dc2f 100644
> --- a/gcc/config/tilepro/gen-mul-tables.cc
> +++ b/gcc/config/tilepro/gen-mul-tables.cc
> @@ -1252,6 +1252,8 @@ main ()
>    printf ("/* Note this file is auto-generated from gen-mul-tables.cc.\n");
>    printf ("   Make any required changes there.  */\n");
>    printf ("\n");
> +  printf ("#define IN_TARGET_CODE 1\n");
> +  printf ("\n");
>    printf ("#include \"config.h\"\n");
>    printf ("#include \"system.h\"\n");
>    printf ("#include \"coretypes.h\"\n");
>
Li, Pan2 via Gcc-patches Aug. 24, 2020, 11:25 p.m. UTC | #2
On Mon, 2020-08-17 at 09:58 +0200, Iain Buclaw via Gcc-patches wrote:
> Ping.
> 
> On 31/05/2020 12:48, Iain Buclaw wrote:
> > Hi,
> > 
> > The target files tilegx/mul-tables.c and tilepri/mul-tables.c were
> > updated in SVN r255743, but the generator file that produces them
> > wasn't, so it was reverting this change during builds.
> > 
> > Only tested by running make all-gcc for all tile*-*-* targets present in
> > config-list.mk.
> > 
> > OK?
> > 
> > Regards
> > Iain
> > 
> > ---
> > gcc/ChangeLog:
> > 
> > 	* config/tilepro/gen-mul-tables.cc (main): Define IN_TARGET_CODE to 1
> > 	in the target file.
OK
jeff
> >
diff mbox series

Patch

diff --git a/gcc/config/tilepro/gen-mul-tables.cc b/gcc/config/tilepro/gen-mul-tables.cc
index 2a345023aea..7f9fb65dc2f 100644
--- a/gcc/config/tilepro/gen-mul-tables.cc
+++ b/gcc/config/tilepro/gen-mul-tables.cc
@@ -1252,6 +1252,8 @@  main ()
   printf ("/* Note this file is auto-generated from gen-mul-tables.cc.\n");
   printf ("   Make any required changes there.  */\n");
   printf ("\n");
+  printf ("#define IN_TARGET_CODE 1\n");
+  printf ("\n");
   printf ("#include \"config.h\"\n");
   printf ("#include \"system.h\"\n");
   printf ("#include \"coretypes.h\"\n");