12 Commits (35ac9bc072e652e8bac9cd501f94d3b089b8f9a2)

Author SHA1 Message Date
Frederik Seiffert a08828291c Add missing extern "C" in unwind-arm.h. 5 years ago
Frederik Seiffert 4cf4ad145c
Correctly copy inner exception structs when building for ARM. (#166)
Fixes #164.
6 years ago
Frederik Seiffert ed8eec6c6a Add unwind COPY_EXCEPTION macro. 6 years ago
Frederik Seiffert 97de29fae2 Match indentation in unwind-arm.h 6 years ago
Frederik Seiffert 849fa9c8eb Match _Unwind_Reason_Code enum between ARM and Itanium. 6 years ago
David Chisnall 77484cb3cb Add missing declaration to ARM unwind header. 10 years ago
theraven 05243617bf Correctly handle forced unwinding on ARM.
Parch by Mathias Bauer!
12 years ago
theraven 58919f07d4 Fix ARM exception building.
Patch by Patryk Laurent!
12 years ago
theraven 32c79b2329 Add _Unwind_Action to unwind-arm.h. This wasn't originally needed, but is now
because it is explicitly referenced by the function that is shared between the
two ObjC personality functions.

Patch by Emmanuel Maillard!
13 years ago
theraven 0b5d980886 Remove some debugging code. 14 years ago
theraven 1118c3dfb1 ARM cleanup. 14 years ago
theraven 9490b1b84e Implement ARM EH support, fix objc_msgSend() to work on ARM. 14 years ago