Re: [02/32] Add a target hook for getting an ABI from a function type

2019-09-29 Thread Jeff Law
On 9/11/19 1:03 PM, Richard Sandiford wrote: > This patch adds a target hook that allows targets to return > the ABI associated with a particular function type. Generally, > when multiple ABIs are in use, it must be possible to tell from > a function type and its attributes which ABI it is using.

[02/32] Add a target hook for getting an ABI from a function type

2019-09-11 Thread Richard Sandiford
This patch adds a target hook that allows targets to return the ABI associated with a particular function type. Generally, when multiple ABIs are in use, it must be possible to tell from a function type and its attributes which ABI it is using. 2019-09-11 Richard Sandiford gcc/ * tar