Re: [PATCH] S/390: Don't include 32 bit fp to int routines for 64 bit libgcc

2014-03-27 Thread Jakub Jelinek
On Thu, Mar 27, 2014 at 04:32:19PM +0100, Andreas Krebbel wrote: > On 27/03/14 15:15, Jakub Jelinek wrote: > > Does this fix the: > > -__fixdfti@@GCC_3.0 FUNC GLOBAL DEFAULT > > -__fixsfti@@GCC_3.0 FUNC GLOBAL DEFAULT > > -__fixtfti@@GCC_4.1.0 FUNC GLOBAL DEFAULT > > -__fixunsdfti@@GCC_3.0 FUNC GLO

Re: [PATCH] S/390: Don't include 32 bit fp to int routines for 64 bit libgcc

2014-03-27 Thread Andreas Krebbel
On 27/03/14 15:15, Jakub Jelinek wrote: > Does this fix the: > -__fixdfti@@GCC_3.0 FUNC GLOBAL DEFAULT > -__fixsfti@@GCC_3.0 FUNC GLOBAL DEFAULT > -__fixtfti@@GCC_4.1.0 FUNC GLOBAL DEFAULT > -__fixunsdfti@@GCC_3.0 FUNC GLOBAL DEFAULT > -__fixunssfti@@GCC_3.0 FUNC GLOBAL DEFAULT > -__fixunstfti@@GCC

Re: [PATCH] S/390: Don't include 32 bit fp to int routines for 64 bit libgcc

2014-03-27 Thread Jakub Jelinek
On Thu, Mar 27, 2014 at 02:59:05PM +0100, Andreas Krebbel wrote: > Hi, > > with r207507 I've made our fp to int conversion routines available > also for the 32 bit biarch libgcc. The patch included these also for > the 64 bit libgcc which is wrong since it prevent routines like > fixsfti from bei

[PATCH] S/390: Don't include 32 bit fp to int routines for 64 bit libgcc

2014-03-27 Thread Andreas Krebbel
Hi, with r207507 I've made our fp to int conversion routines available also for the 32 bit biarch libgcc. The patch included these also for the 64 bit libgcc which is wrong since it prevent routines like fixsfti from being generated by libgcc2.c. The attached patch fixes the following testsuite