Re: [PATCH] RISC-V: Add interrupt attribute support.

2018-05-29 Thread Jim Wilson
On Tue, May 29, 2018 at 7:32 AM, Nathan Sidwell wrote: > On 05/25/2018 06:30 PM, Jim Wilson wrote: > >> -/* Return true if func is a naked function. */ >> +/* Return true if funcion TYPE is an interrupt function. */ > > .^^^ >> >> +static bool >> +riscv_interrupt_type_p (

Re: [PATCH] RISC-V: Add interrupt attribute support.

2018-05-29 Thread Nathan Sidwell
On 05/25/2018 06:30 PM, Jim Wilson wrote: -/* Return true if func is a naked function. */ +/* Return true if funcion TYPE is an interrupt function. */ .^^^ +static bool +riscv_interrupt_type_p (tree type) funcion? -- Nathan Sidwell