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]
Other format: [Raw text]

Re: ARM interrupts


> Hello,
> 
> When I compile the following c program:
> 
> void at91_default_irq_handler() __attribute__
> ((interrupt ("FIQ")));
> 
> void at91_default_irq_handler()
> {
> }

It's broken.  My best advise is don't use it.  You'd be better off writing 
a wrapper in assembly code.

R.



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