Re: PING^2: V5 [PATCH] x86: Move cpuinfo.h from libgcc to common/config/i386

2020-06-23 Thread Martin Liška
On 6/16/20 7:11 PM, H.J. Lu wrote: On Tue, Jun 9, 2020 at 9:35 AM H.J. Lu wrote: On Tue, May 26, 2020 at 6:27 AM Martin Liška wrote: On 5/26/20 1:59 PM, H.J. Lu wrote: On Tue, May 26, 2020 at 2:30 AM Martin Liška wrote: On 5/25/20 7:42 PM, H.J. Lu wrote: Here is the updated patch. OK

Re: PING^2: V5 [PATCH] x86: Move cpuinfo.h from libgcc to common/config/i386

2020-06-21 Thread H.J. Lu via Gcc-patches
On Sun, Jun 21, 2020 at 10:18 AM Uros Bizjak wrote: > > On Sat, Jun 20, 2020 at 3:40 PM H.J. Lu wrote: > > > > > > >> 2) can we automatically deduce option name: > > > > > >> > > > > > >>> + ISA_NAMES_TABLE_ENTRY("rdpid", FEATURE_RDPID, P_ZERO, > > > > > >>> "-mrdpid") > > > > > >>> + ISA_NAME

Re: PING^2: V5 [PATCH] x86: Move cpuinfo.h from libgcc to common/config/i386

2020-06-21 Thread Uros Bizjak via Gcc-patches
On Sat, Jun 20, 2020 at 3:40 PM H.J. Lu wrote: > > > > >> 2) can we automatically deduce option name: > > > > >> > > > > >>> + ISA_NAMES_TABLE_ENTRY("rdpid", FEATURE_RDPID, P_ZERO, "-mrdpid") > > > > >>> + ISA_NAMES_TABLE_ENTRY("rdrnd", FEATURE_RDRND, P_ZERO, "-mrdrnd") > > > > >> > > > > >> I

Re: PING^2: V5 [PATCH] x86: Move cpuinfo.h from libgcc to common/config/i386

2020-06-20 Thread H.J. Lu via Gcc-patches
On Tue, Jun 16, 2020 at 10:11 AM H.J. Lu wrote: > > On Tue, Jun 9, 2020 at 9:35 AM H.J. Lu wrote: > > > > On Tue, May 26, 2020 at 6:27 AM Martin Liška wrote: > > > > > > On 5/26/20 1:59 PM, H.J. Lu wrote: > > > > On Tue, May 26, 2020 at 2:30 AM Martin Liška wrote: > > > >> > > > >> On 5/25/20 7

PING^2: V5 [PATCH] x86: Move cpuinfo.h from libgcc to common/config/i386

2020-06-16 Thread H.J. Lu via Gcc-patches
On Tue, Jun 9, 2020 at 9:35 AM H.J. Lu wrote: > > On Tue, May 26, 2020 at 6:27 AM Martin Liška wrote: > > > > On 5/26/20 1:59 PM, H.J. Lu wrote: > > > On Tue, May 26, 2020 at 2:30 AM Martin Liška wrote: > > >> > > >> On 5/25/20 7:42 PM, H.J. Lu wrote: > > >>> Here is the updated patch. OK for m