This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] MIPS function attributes for interrupt handlers


 

> -----Original Message-----
> From: Mark Mitchell [mailto:mark@codesourcery.com] 
> Sent: Monday, October 20, 2008 3:53 PM
> To: Fu, Chao-Ying; gcc-patches@gcc.gnu.org; Lau, David; 
> rdsandiford@googlemail.com
> Subject: Re: [PATCH] MIPS function attributes for interrupt handlers
> 
> Richard Sandiford wrote:
> 
> > First of all, I really don't want to see the "naked" 
> attribute spread
> > to new ports.  I think it's generally considered to have 
> been a mistake
> > on the ports that do support it.
> 
> FWIW, I tend to agree. 

The AVR port has a "naked" attribute available which, in rare circumstances, can still be useful. Probably because the AVR is an 8-bit micro, and can be very code constrained. This, of course, does not compare to something like the MIPS port.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]