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]

Exception handling HowTO??


Hi,

I can use some advice to implement exception handing for my target port. There are no ABI constraints that have to be followed so that might help a lot. I already found
current_function_calls_eh_return which tells me that I need to save and restore some extra
registers in the prologue and epilogue. What's more? Do I need to do something in machine.md? What is the minimal set of macros that I have to define in machine.h?


Jan

_________________________________________________________________
MSN Search, for accurate results! http://search.msn.nl


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