This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Interrupt handler attribute for m68k
- To: mrs at wrs dot com (Mike Stump)
- Subject: Re: Interrupt handler attribute for m68k
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Tue, 15 Dec 1998 15:30:22 -0700
- cc: jab3 at hotmail dot com, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199812152228.OAA06506@kankakee.wrs.com>you write:
> > Date: Tue, 15 Dec 1998 14:57:06 -0700
> > From: Jeffrey A Law <law@hurl.cygnus.com>
>
> > "__interrupt_handler__" was mandated by external forces :(
>
> I would mandate people use
>
> #define __interrupt__ __interrupt_handler__
>
> if they want this, I think egcs should be consistent and less subject
> to `bad' decisions. I think we should be willing to accept a fix for
> this.
I don't see the need.
This is a *MACHINE DEPENDENT* attribute.
I'll happily accept "__interrupt__" as a synonym, but I don't see the need
to be so rigid as to force folks to change code because we want all the
machine dependent attributes to look the same.
jeff