URL:
  <http://savannah.nongnu.org/bugs/?17608>

                 Summary: Add ISR_ALIAS()  to avr/interrupt.h
                 Project: AVR C Runtime Library
            Submitted by: joerg_wunsch
            Submitted on: Monday 09/04/2006 at 23:44
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: joerg_wunsch
        Percent Complete: 10%
        Originator Email: [EMAIL PROTECTED]
             Open/Closed: Open

    _______________________________________________________

Details:

This has been discussed here, including a prototype
implementation:

http://lists.gnu.org/archive/html/avr-libc-dev/2006-05/msg00011.html

#define __ALIAS(tgt) __attribute__((alias(#tgt)))
#define ISR_ALIAS(vec, tgt) \
void vec(void) __ALIAS(tgt)



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
Available only the item webpage     | Originator Email




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?17608>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to