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]

interrupt handler functions


My port has RTL pro/epilogue. I'm trying to implement the `interrupt'
attribute. How do I tell life analysis that call clobbered registers
are live at function exit, to prevent it trying to delete restores of
those registers in the epilogue ?

TIA, John Parkes


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