Re: [Patch]: split libgcc/config/ia64/t-ia64 in two

2012-01-06 Thread Tristan Gingold
On Jan 6, 2012, at 12:40 AM, Richard Henderson wrote: > On 12/21/2011 10:04 PM, Tristan Gingold wrote: >> * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward >> compatibility thunks... >> (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o) >> (crtbeginS.o, crtendS.o): ... and these to ...

Re: [Patch]: split libgcc/config/ia64/t-ia64 in two

2012-01-05 Thread Richard Henderson
On 12/21/2011 10:04 PM, Tristan Gingold wrote: > * config/ia64/t-ia64 (LIB1ASMFUNCS): Move backward > compatibility thunks... > (CUSTOM_CRTSTUFF, crtbegin.o, crtend.o) > (crtbeginS.o, crtendS.o): ... and these to ... > * config/ia64/t-ia64-elf: ... this new file. >

Ping [Patch]: split libgcc/config/ia64/t-ia64 in two

2012-01-05 Thread Tristan Gingold
Ping for this patch. Tristan. On Dec 21, 2011, at 12:04 PM, Tristan Gingold wrote: > Hi, > > this patch fixes two build libgcc issues on VMS/ia64. > > * Because VMS doesn't define LIBGCC2_HAS_TF_MODE, compatibility thunks > shouldn't be compiled. Otherwise, the shared libgcc library fails to

[Patch]: split libgcc/config/ia64/t-ia64 in two

2011-12-21 Thread Tristan Gingold
Hi, this patch fixes two build libgcc issues on VMS/ia64. * Because VMS doesn't define LIBGCC2_HAS_TF_MODE, compatibility thunks shouldn't be compiled. Otherwise, the shared libgcc library fails to build due to undefined symbols. * As VMS isn't fully compliant with ELF, crtstuff.c is used for