This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Interrupt handler attribute for m68k
- To: jab3 at hotmail dot com, law at cygnus dot com
- Subject: Re: Interrupt handler attribute for m68k
- From: mrs at wrs dot com (Mike Stump)
- Date: Tue, 15 Dec 1998 14:28:41 -0800
- Cc: egcs at cygnus dot com
> 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.