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] New: CR16 port


On Tue, Jul 10, 2007 at 06:45:55AM +0000, Gadad, Pompapathi V wrote:
> Index: doc/extend.texi
> ===================================================================
> --- doc/extend.texi	(revision 126478)
> +++ doc/extend.texi	(working copy)
> @@ -2078,13 +2078,12 @@ This attribute is ignored for R8C target
>  
>  @item interrupt
>  @cindex interrupt handler functions
> -Use this attribute on the ARM, AVR, C4x, CRX, M32C, M32R/D, m68k, MS1,
> -and Xstormy16 ports to indicate that the specified function is an
> -interrupt handler.  The compiler will generate function entry and exit
> -sequences suitable for use in an interrupt handler when this attribute
> -is present.
> +Use this attribute on the ARM, AVR, C4x, CR16, CRX, M32C, M32R/D, MS1, 
> +and Xstormy16 ports to indicate that the specified function is an interrupt 
> +handler. The compiler will generate function entry and exit sequences suitable
> +for use in an interrupt handler when this attribute is present.
>  
> -Note, interrupt handlers for the Blackfin, H8/300, H8/300H, H8S, and
> +Note, interrupt handlers for the Blackfin, m68k, H8/300, H8/300H, H8S, and
>  SH processors can be specified via the @code{interrupt_handler} attribute.
>  
>  Note, on the AVR, interrupts will be enabled inside the function.

   This part of your patch changes the m68k documentation, which I guess it
shouldn't.

-- 
Rask Ingemann Lambertsen


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