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

[Bug inline-asm/50187] New: Interrupt handler attribute for x86/x86_64


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50187

             Bug #: 50187
           Summary: Interrupt handler attribute for x86/x86_64
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: inline-asm
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: christian.gnu@juner.de


I think it would be nice to have a function attribute that tells gcc to omit
the function prologue/epilogue, to be able to write tings such as interrupt
handlers. See the description of different compiler implementations here:
<http://wiki.osdev.org/Interrupt_Service_Routines>.


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