Re: [PATCH] Prototype of hook for possible list of option values.

2018-07-23 Thread Martin Liška
On 07/23/2018 03:47 PM, Richard Earnshaw (lists) wrote: > On 20/07/18 12:06, Martin Liška wrote: >> On 07/20/2018 12:58 PM, Richard Earnshaw (lists) wrote: >>> Modifiers are context dependent. The architecture implies which >>> modifiers can be applied (and what they mean in detail, so, for

Re: [PATCH] Prototype of hook for possible list of option values.

2018-07-23 Thread Richard Earnshaw (lists)
On 20/07/18 12:06, Martin Liška wrote: > On 07/20/2018 12:58 PM, Richard Earnshaw (lists) wrote: >> Modifiers are context dependent. The architecture implies which >> modifiers can be applied (and what they mean in detail, so, for example, >> +fp means enable the default floating point variant

Re: [PATCH] Prototype of hook for possible list of option values.

2018-07-20 Thread Martin Liška
On 07/20/2018 12:58 PM, Richard Earnshaw (lists) wrote: > Modifiers are context dependent. The architecture implies which > modifiers can be applied (and what they mean in detail, so, for example, > +fp means enable the default floating point variant for this > architecture). Not all modifiers

Re: [PATCH] Prototype of hook for possible list of option values.

2018-07-20 Thread Richard Earnshaw (lists)
On 20/07/18 11:54, Martin Liška wrote: > On 07/20/2018 12:25 PM, Richard Earnshaw (lists) wrote: >> On 20/07/18 11:14, Martin Liška wrote: >>> On 07/20/2018 11:48 AM, Richard Earnshaw (lists) wrote: On 20/07/18 09:04, Martin Liška wrote: > Hi. > > I'm sending patch candidate with

Re: [PATCH] Prototype of hook for possible list of option values.

2018-07-20 Thread Martin Liška
On 07/20/2018 12:25 PM, Richard Earnshaw (lists) wrote: > On 20/07/18 11:14, Martin Liška wrote: >> On 07/20/2018 11:48 AM, Richard Earnshaw (lists) wrote: >>> On 20/07/18 09:04, Martin Liška wrote: Hi. I'm sending patch candidate with suggested target common hook. It allows a

Re: [PATCH] Prototype of hook for possible list of option values.

2018-07-20 Thread Richard Earnshaw (lists)
On 20/07/18 11:14, Martin Liška wrote: > On 07/20/2018 11:48 AM, Richard Earnshaw (lists) wrote: >> On 20/07/18 09:04, Martin Liška wrote: >>> Hi. >>> >>> I'm sending patch candidate with suggested target common hook. It allows a >>> target >>> to list all possible values for an option. Using the

Re: [PATCH] Prototype of hook for possible list of option values.

2018-07-20 Thread Martin Liška
On 07/20/2018 11:48 AM, Richard Earnshaw (lists) wrote: > On 20/07/18 09:04, Martin Liška wrote: >> Hi. >> >> I'm sending patch candidate with suggested target common hook. It allows a >> target >> to list all possible values for an option. Using the API, I implemented >> -march and >> -mtune

Re: [PATCH] Prototype of hook for possible list of option values.

2018-07-20 Thread Richard Earnshaw (lists)
On 20/07/18 09:04, Martin Liška wrote: > Hi. > > I'm sending patch candidate with suggested target common hook. It allows a > target > to list all possible values for an option. Using the API, I implemented > -march and > -mtune option listing on i386. > > Richard you asked about the values.