Re: [PATCH, i386] Add missing entries to cpuinfo.

2015-10-08 Thread Uros Bizjak
On Thu, Oct 8, 2015 at 7:12 AM, Kirill Yukhin wrote: > Hi Uroš, > On 06 Oct 17:15, Uros Bizjak wrote: >> On Tue, Oct 6, 2015 at 3:36 PM, Kirill Yukhin >> wrote: >> > Hello, >> > Patch in the bottom adds missing options to libgcc/config/i386/cpuinfo.c >> > It also updates documentation. >> > As f

Re: [PATCH, i386] Add missing entries to cpuinfo.

2015-10-07 Thread Kirill Yukhin
Hi Uroš, On 06 Oct 17:15, Uros Bizjak wrote: > On Tue, Oct 6, 2015 at 3:36 PM, Kirill Yukhin wrote: > > Hello, > > Patch in the bottom adds missing options to libgcc/config/i386/cpuinfo.c > > It also updates documentation. > > As far as number of entries exceeded 32, I've extended > > type of feat

Re: [PATCH, i386] Add missing entries to cpuinfo.

2015-10-07 Thread Uros Bizjak
On Tue, Oct 6, 2015 at 5:15 PM, Uros Bizjak wrote: > On Tue, Oct 6, 2015 at 3:36 PM, Kirill Yukhin wrote: >> Hello, >> Patch in the bottom adds missing options to libgcc/config/i386/cpuinfo.c >> It also updates documentation. >> As far as number of entries exceeded 32, I've extended >> type of fe

Re: [PATCH, i386] Add missing entries to cpuinfo.

2015-10-06 Thread Uros Bizjak
On Tue, Oct 6, 2015 at 3:36 PM, Kirill Yukhin wrote: > Hello, > Patch in the bottom adds missing options to libgcc/config/i386/cpuinfo.c > It also updates documentation. > As far as number of entries exceeded 32, I've extended > type of features array to INT64 (most suspicious part of the patch).

[PATCH, i386] Add missing entries to cpuinfo.

2015-10-06 Thread Kirill Yukhin
Hello, Patch in the bottom adds missing options to libgcc/config/i386/cpuinfo.c It also updates documentation. As far as number of entries exceeded 32, I've extended type of features array to INT64 (most suspicious part of the patch). Bootstrapped and regtested. `make pdf' seems to be working prop