This is the mail archive of the gcc@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]

Re: Interrupt handler attribute for m68k


  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


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