Re: [PATCH, FRV, libgcc]: Move CRT_GET_RFIB_DATA to libgcc

2015-04-28 Thread Uros Bizjak
On Wed, Apr 22, 2015 at 1:11 PM, Uros Bizjak wrote: > Hello! > > Attached patch moves CRT_GET_RFIB_DATA from gcc to libgcc in the same > way as was recently done for x86 targets [1]. > > The second patch is needed to successfully compile frv-elf libgcc, > otherwise libgcc build fails in defaults.h

[PATCH, FRV, libgcc]: Move CRT_GET_RFIB_DATA to libgcc

2015-04-22 Thread Uros Bizjak
Hello! Attached patch moves CRT_GET_RFIB_DATA from gcc to libgcc in the same way as was recently done for x86 targets [1]. The second patch is needed to successfully compile frv-elf libgcc, otherwise libgcc build fails in defaults.h, line 499 with "Unknown BITS_PER_UNIT" error. libgcc/ChangeLog: