Re: [Ada] Set Always_Compatible_Rep to False everywhere

2016-10-20 Thread Eric Botcazou
> Agreed, let's do that for starters. And a small follow-up fix for a blunder. 2016-10-20 Nicolas Roche * gcc-interface/Makefile (x86-64/Linux): Restore missing pairs. (x86/Darwin): Likewise. -- Eric BotcazouIndex: gcc-interface/Makefile.in

Re: [Ada] Set Always_Compatible_Rep to False everywhere

2016-10-19 Thread Eric Botcazou
> Agreed, let's do that for starters. And a small follow-up change. 2016-10-19 Eric Botcazou * system-linux-armel.ads: Rename into... * system-linux-arm.ads: ...this * gcc-interface/Makefile.in (ARM/Android): Adjust to above renaming.

Re: [Ada] Set Always_Compatible_Rep to False everywhere

2016-10-18 Thread Eric Botcazou
> Agreed, let's do that for starters. Here it is, applied on the mainline. 2016-10-18 Eric Botcazou * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Define. (EXTRA_GNATRTL_TASKING_OBJS): Likewise. (ARM/Android): Add atomic support.

Re: [Ada] Set Always_Compatible_Rep to False everywhere

2016-10-17 Thread Eric Botcazou
> Some files could be easily merged (like what was done for ppc and ppc-64). Agreed, let's do that for starters. -- Eric Botcazou

Re: [Ada] Set Always_Compatible_Rep to False everywhere

2016-10-17 Thread Tristan Gingold
> On 16 Oct 2016, at 21:40, Eric Botcazou wrote: > >> Can this be refactored to avoid having to duplicate the whole file for >> every target? > > I'm not sure, maybe entries could be omitted if they match the default though. Some files could be easily merged (like what

Re: [Ada] Set Always_Compatible_Rep to False everywhere

2016-10-16 Thread Eric Botcazou
> Can this be refactored to avoid having to duplicate the whole file for > every target? I'm not sure, maybe entries could be omitted if they match the default though. -- Eric Botcazou

Re: [Ada] Set Always_Compatible_Rep to False everywhere

2016-10-16 Thread Andreas Schwab
On Okt 16 2016, Eric Botcazou wrote: > * system-aix.ads (Always_Compatible_Rep): Change to False. > * system-aix64.ads (Always_Compatible_Rep): Likewise. > * system-hpux-ia64.ads (Always_Compatible_Rep): Likewise. > * system-hpux.ads